Date: Thu, 16 Oct 2008 10:54:53 +0800 (CST) From: Yi-Huan Chan <yhchan@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128137: [PATCH] databases/phpMyAdmin: add missing dependency for php spl Message-ID: <20081016025453.5D6B85CE7@hubert.ckefgisc.org> Resent-Message-ID: <200810160320.m9G3K08Z048046@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128137 >Category: ports >Synopsis: [PATCH] databases/phpMyAdmin: add missing dependency for php spl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 16 03:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yi-Huan Chan >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: Trend Micro >Environment: System: FreeBSD hubert.ckefgisc.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Sep 4 11:14:21 CST >Description: PMA need SPL: http://wiki.cihar.com/pma/Requirements Port maintainer (m.seaman@infracaninophile.co.uk) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- phpMyAdmin-3.0.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/phpmyadmin.orig/Makefile /usr/ports/databases/phpmyadmin/Makefile --- /usr/ports/databases/phpmyadmin.orig/Makefile 2008-10-16 10:47:00.000000000 +0800 +++ /usr/ports/databases/phpmyadmin/Makefile 2008-10-16 10:47:24.000000000 +0800 @@ -19,7 +19,7 @@ USE_BZIP2= yes NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) -USE_PHP= ctype mysql pcre session +USE_PHP= ctype mysql pcre session spl .endif # Unfortunately can't make WITH_SUPHP part of the OPTIONS selection, --- phpMyAdmin-3.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081016025453.5D6B85CE7>