From ohauer@gmx.de  Sat Dec 19 17:05:16 2009
Return-Path: <ohauer@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A105A106568B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Dec 2009 17:05:16 +0000 (UTC)
	(envelope-from ohauer@gmx.de)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.freebsd.org (Postfix) with SMTP id EB7E28FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Dec 2009 17:05:15 +0000 (UTC)
Received: (qmail invoked by alias); 19 Dec 2009 17:05:14 -0000
Received: from u18-124.dsl.vianetworks.de (EHLO u18-124.dsl.vianetworks.de) [194.231.39.124]
  by mail.gmx.net (mp068) with SMTP; 19 Dec 2009 18:05:14 +0100
Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100)
	id 958492614E; Sat, 19 Dec 2009 18:05:09 +0100 (CET)
Message-Id: <20091219170509.958492614E@u18-124.dsl.vianetworks.de>
Date: Sat, 19 Dec 2009 18:05:09 +0100 (CET)
From: olli hauer <ohauer@gmx.de>
Reply-To: olli hauer <ohauer@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ohauer@gmx.de
Subject: [patch] port mail/postfixadmin missing depecies spl
X-Send-Pr-Version: 3.113
X-GNATS-Notify: tabmow@freenode.net

>Number:         141779
>Category:       ports
>Synopsis:       [patch] port mail/postfixadmin missing depecies spl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 19 17:10:09 UTC 2009
>Closed-Date:    Sat Dec 26 00:18:09 UTC 2009
>Last-Modified:  Sat Dec 26 09:30:01 UTC 2009
>Originator:     olli hauer <ohauer@gmx.de>
>Release:        
>Organization:
>Environment:


>Description:
After installing postfixadmin setup.php throws error message
'Call to undefined function:spl_autoload_register()'

common.php line 63 
  spl_autoload_register('postfixadmin_autoload');

>How-To-Repeat:
Install postfixadmin on a fresh machine, call setup.php

>Fix:
--- patch_postfixadmin.txt begins here ---
--- Makefile	2009/12/19 16:43:44	1.1
+++ Makefile	2009/12/19 16:44:40
@@ -25,7 +25,7 @@
 
 .include <bsd.port.pre.mk>
 
-USE_PHP=	pcre session mbstring
+USE_PHP=	pcre session mbstring spl
 
 .if !defined(WITHOUT_MYSQL)
 USE_PHP+=	mysql
--- patch_postfixadmin.txt ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Dec 19 17:10:22 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141779 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: tabmow@freenode.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/141779: [patch] port mail/postfixadmin missing depecies spl
Date: Sat, 19 Dec 2009 17:10:20 UT

 Maintainer of mail/postfixadmin,
 
 Please note that PR ports/141779 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141779
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Terry Sposato <tabmow@freenode.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141779: [patch] port mail/postfixadmin missing depecies
 spl
Date: Mon, 21 Dec 2009 09:37:18 +1100

 This is a multi-part message in MIME format.
 --------------030805000300070507040602
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Edwin Groothuis wrote:
 > Maintainer of mail/postfixadmin,
 > 
 > Please note that PR ports/141779 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141779
 > 
 
 Updated patch is attached. Needs xlmrpc for remote webclient
 integration. Portrevision bumped.
 
 -- 
 Regards,
 
 Terry Sposato (Tabmow)
 http://freenode.net
 tabmow@freenode.net
 
 OpenPGP ID: 0x6686990A
 OpenPGP Fingerprint: 4757 56F5 520F 1ADB 088E B696 8202 7A22 6686 990A
 
 
 
 --------------030805000300070507040602
 Content-Type: text/plain;
  name="postfixadmin.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="postfixadmin.diff"
 
 diff -Nru /usr/ports/mail/postfixadmin/Makefile postfixadmin/Makefile
 --- /usr/ports/mail/postfixadmin/Makefile	2009-11-30 15:04:58.000000000 +1100
 +++ postfixadmin/Makefile	2009-12-21 09:32:41.000000000 +1100
 @@ -7,6 +7,7 @@
  
  PORTNAME=	postfixadmin
  PORTVERSION=	2.3
 +PORTREVISION=	1
  CATEGORIES=	mail www
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
  DISTNAME=	${PORTNAME}_${PORTVERSION}
 @@ -25,7 +26,7 @@
  
  .include <bsd.port.pre.mk>
  
 -USE_PHP=	pcre session mbstring
 +USE_PHP=	pcre session mbstring spl xmlrpc
  
  .if !defined(WITHOUT_MYSQL)
  USE_PHP+=	mysql
 
 --------------030805000300070507040602--
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Dec 26 00:18:08 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141779 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141779: commit references a PR
Date: Sat, 26 Dec 2009 00:18:08 +0000 (UTC)

 miwi        2009-12-26 00:18:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/postfixadmin    Makefile 
   Log:
   - Add missing php5 dependency
   
   PR:             141779
   Submitted by:   olli hauer (ohauer@gmx.de)
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.32      +2 -1      ports/mail/postfixadmin/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: ohauer <ohauer@gmx.de>
To: bug-followup@FreeBSD.org
Cc: Martin Wilke <miwi@FreeBSD.org>, Olli Hauer <ohauer@gmx.de>
Subject: Re: ports/141779: [patch] port mail/postfixadmin missing depecies
 spl
Date: Sat, 26 Dec 2009 10:24:42 +0100

 ups,
 
 there is a small but important typo between the patch and the comitted 
 version ( spl <--> sql ).
 
 
 --- postfixadmin/Makefile
 +++ postfixadmin/Makefile
 @@ -26,7 +26,7 @@
 
   .include <bsd.port.pre.mk>
 
 -USE_PHP=       pcre session mbstring sql xmlrpc
 +USE_PHP=       pcre session mbstring spl xmlrpc
 
   .if !defined(WITHOUT_MYSQL)
   USE_PHP+=      mysql
 
 
 
>Unformatted:
