Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2007 06:43:18 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/109747: [maintiner] databases/phpmyadmin -- fix dependencies
Message-ID:  <200703020643.l226hIWa010471@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <200703020650.l226o6Bw098526@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703020643.l226hIWa010471>