ports/157145: [maintainer] databases/phpmyadmin -- add missing dependency

Matthew Seaman m.seaman at infracaninophile.co.uk
Wed May 18 05:10:10 UTC 2011


>Number:         157145
>Category:       ports
>Synopsis:       [maintainer] databases/phpmyadmin -- add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 18 05:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Infracaninophile
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #40 r220927M: Thu Apr 21 22:17:47 BST 2011 root at lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

When installed with php-5.2.x phpMyAdmin requires the spl module in
order to run.  This change is a no-op for the default php-5.3.x, hence
no portrevision bump.

Thanks to Hunker Martin for reporting the problem.


>How-To-Repeat:
	
>Fix:

	

--- phpmyadmin.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/phpmyadmin/Makefile,v
retrieving revision 1.133
diff -u -u -r1.133 Makefile
--- Makefile	16 May 2011 14:49:33 -0000	1.133
+++ Makefile	17 May 2011 21:56:17 -0000
@@ -22,9 +22,10 @@
 USE_BZIP2=	yes
 NO_BUILD=	yes
 .if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP=	ctype mysql session filter mbstring json
+USE_PHP=	ctype mysql session filter mbstring json spl
 .endif
 
+
 # Note: default settings will pull in X11 client support.  If you don't
 # want this, either turn off GD in the config dialog, or else turn off
 # FONTCONFIG in the graphics/gd port options.
--- phpmyadmin.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list