ports/109747: [maintiner] databases/phpmyadmin -- fix dependencies
Matthew Seaman
m.seaman at infracaninophile.co.uk
Fri Mar 2 06:50:07 UTC 2007
>Number: 109747
>Category: ports
>Synopsis: [maintiner] databases/phpmyadmin -- fix dependencies
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Mar 02 06:50:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Matthew Seaman
>Release: FreeBSD 6.2-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 6.2-STABLE FreeBSD 6.2-STABLE #9: Sat Feb 24 16:09:04 GMT 2007 root at happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386
>Description:
It seems that the latest phpmyadmin-2.10.0.1 release now requires
functions from the PHP ctype module.
undefined function ctype_digit()
/usr/local/www/phpMyAdmin/libraries/common.lib.php on line 2981
Reported by Bohdan 'Nexus' Horst
>How-To-Repeat:
>Fix:
--- phpmyadmin.diff begins here ---
diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile
--- /usr/ports/databases/phpmyadmin/Makefile Thu Mar 1 17:34:55 2007
+++ phpmyadmin/Makefile Fri Mar 2 06:37:09 2007
@@ -7,6 +7,7 @@
PORTNAME= phpMyAdmin
DISTVERSION= 2.10.0.1
+PORTREVISION= 1
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpmyadmin
@@ -18,7 +19,7 @@
USE_BZIP2= yes
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP= mysql pcre session
+USE_PHP= ctype mysql pcre session
.endif
SUB_LIST+= "MYADMDIR=${MYADMDIR}" \
--- phpmyadmin.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list