From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 2 06:50:07 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FDAF16A400 for ; Fri, 2 Mar 2007 06:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1CBD313C428 for ; Fri, 2 Mar 2007 06:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l226o629098527 for ; Fri, 2 Mar 2007 06:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l226o6Bw098526; Fri, 2 Mar 2007 06:50:06 GMT (envelope-from gnats) Resent-Date: Fri, 2 Mar 2007 06:50:06 GMT Resent-Message-Id: <200703020650.l226o6Bw098526@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 793DB16A406 for ; Fri, 2 Mar 2007 06:43:39 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.freebsd.org (Postfix) with ESMTP id EDC1113C4AC for ; Fri, 2 Mar 2007 06:43:38 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.13.8/8.13.8) with ESMTP id l226hIaJ010472 for ; Fri, 2 Mar 2007 06:43:18 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.13.8/8.13.8/Submit) id l226hIWa010471; Fri, 2 Mar 2007 06:43:18 GMT (envelope-from matthew) Message-Id: <200703020643.l226hIWa010471@happy-idiot-talk.infracaninophile.co.uk> Date: Fri, 2 Mar 2007 06:43:18 GMT From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/109747: [maintiner] databases/phpmyadmin -- fix dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2007 06:50:07 -0000 >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: