From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 20 09:20:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E5216A4CE for ; Tue, 20 Jul 2004 09:20:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 073E243D3F for ; Tue, 20 Jul 2004 09:20:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6K9KJ0j019213 for ; Tue, 20 Jul 2004 09:20:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6K9KJEQ019212; Tue, 20 Jul 2004 09:20:19 GMT (envelope-from gnats) Resent-Date: Tue, 20 Jul 2004 09:20:19 GMT Resent-Message-Id: <200407200920.i6K9KJEQ019212@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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CC6116A4CE for ; Tue, 20 Jul 2004 09:14:18 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3356743D41 for ; Tue, 20 Jul 2004 09:14:17 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i6K9ECCa013793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 20 Jul 2004 10:14:12 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i6K9EC90013792; Tue, 20 Jul 2004 10:14:12 +0100 (BST) (envelope-from matthew) Message-Id: <200407200914.i6K9EC90013792@happy-idiot-talk.infracaninophile.co.uk> Date: Tue, 20 Jul 2004 10:14:12 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/69336: [ Maintainer update ] databases/phpmyadmin -- tracking PHP mega-commit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 20 Jul 2004 09:20:20 -0000 >Number: 69336 >Category: ports >Synopsis: [ Maintainer update ] databases/phpmyadmin -- tracking PHP mega-commit >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: Tue Jul 20 09:20:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 4.10-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.10-STABLE FreeBSD 4.10-STABLE #78: Mon Jul 5 15:49:39 BST 2004 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: Take advantage of the new ports PHP infrastructure ade@... committed yesterday. This adds explicit dependencies on: archivers/phpX-bz2 graphics/phpX-gd databases/phpX-mysql security/phpX-openssl devel/phpX-pcre print/pecl-pdflib archivers/phpX-zlib Where X is 4 or 5 according to the installed version of PHP. >How-To-Repeat: >Fix: --- phpmyadmin.diff begins here --- diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile --- /usr/ports/databases/phpmyadmin/Makefile Fri Jul 2 00:51:09 2004 +++ phpmyadmin/Makefile Tue Jul 20 09:55:07 2004 @@ -7,6 +7,7 @@ PORTNAME= phpMyAdmin PORTVERSION= 2.5.7.1 +PORTREVISION= 1 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpmyadmin @@ -17,11 +18,13 @@ USE_BZIP2= yes NO_BUILD= yes +USE_PHP= bz2 gd mysql openssl pcre pdf zlib .if defined(WITH_SUPHP) -RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp PKGNAMESUFFIX= -suphp +RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp +WANT_PHP_CGI= yes PKGINST_SKEL= ${PKGDIR}/pkg-install${PKGNAMESUFFIX} PKGINSTALL= ${WRKDIR}/pkg-install${PKGNAMESUFFIX} PKGDEINST_SKEL= ${PKGDIR}/pkg-deinstall${PKGNAMESUFFIX} @@ -36,7 +39,6 @@ .else -USE_PHP= yes WANT_PHP_WEB= yes .endif --- phpmyadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: