ports/141779: [patch] port mail/postfixadmin missing depecies spl

olli hauer ohauer at gmx.de
Sat Dec 19 17:10:10 UTC 2009


>Number:         141779
>Category:       ports
>Synopsis:       [patch] port mail/postfixadmin missing depecies spl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 19 17:10:09 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     olli hauer <ohauer at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list