ports/128137: [PATCH] databases/phpMyAdmin: add missing dependency for php spl

Yi-Huan Chan yhchan at csie.nctu.edu.tw
Thu Oct 16 03:20:01 UTC 2008


>Number:         128137
>Category:       ports
>Synopsis:       [PATCH] databases/phpMyAdmin: add missing dependency for php spl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 16 03:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yi-Huan Chan
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
Trend Micro
>Environment:
System: FreeBSD hubert.ckefgisc.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Sep  4 11:14:21 CST
>Description:

PMA need SPL:
http://wiki.cihar.com/pma/Requirements

Port maintainer (m.seaman at infracaninophile.co.uk) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- phpMyAdmin-3.0.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/phpmyadmin.orig/Makefile /usr/ports/databases/phpmyadmin/Makefile
--- /usr/ports/databases/phpmyadmin.orig/Makefile	2008-10-16 10:47:00.000000000 +0800
+++ /usr/ports/databases/phpmyadmin/Makefile	2008-10-16 10:47:24.000000000 +0800
@@ -19,7 +19,7 @@
 USE_BZIP2=	yes
 NO_BUILD=	yes
 .if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP=	ctype mysql pcre session
+USE_PHP=	ctype mysql pcre session spl
 .endif
 
 # Unfortunately can't make WITH_SUPHP part of the OPTIONS selection,
--- phpMyAdmin-3.0.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list