Date: Thu, 4 Dec 2008 00:59:12 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/129406: [Patch]Mk/bsd.php.mk:Add a entry to enable USE_PHP=pdo_pgsql Message-ID: <200812040059.mB40xCKc008296@www.freebsd.org> Resent-Message-ID: <200812040100.mB4101sF021684@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129406 >Category: ports >Synopsis: [Patch]Mk/bsd.php.mk:Add a entry to enable USE_PHP=pdo_pgsql >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 04 01:00:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD-8.0 Current >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Sep 21 18:56:51 HKT 2008 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Add a entry to enable USE_PHP=pdo_pgsql >How-To-Repeat: >Fix: Patch attached with submission follows: --- bsd.php.mk.orig 2008-12-04 16:34:48.000000000 +0800 +++ bsd.php.mk 2008-12-04 16:35:20.000000000 +0800 @@ -246,7 +246,7 @@ _USE_PHP_VER4= ${_USE_PHP_ALL} crack dbx dio domxml filepro mcal mcve \ mnogosearch oracle overload pfpro xslt yp _USE_PHP_VER5= ${_USE_PHP_ALL} dom filter ming mysqli oci8 pdo \ - pdo_mysql pdo_sqlite \ + pdo_pgsql pdo_mysql pdo_sqlite \ simplexml soap spl sqlite tidy xmlreader xmlwriter xsl apc_DEPENDS= www/pecl-APC @@ -300,6 +300,7 @@ pdf_DEPENDS= print/pecl-pdflib pdo_DEPENDS= databases/php${PHP_VER}-pdo pdo_mysql_DEPENDS= databases/php${PHP_VER}-pdo_mysql +pdo_pgsql_DEPENDS= databases/php${PHP_VER}-pdo_pgsql pdo_sqlite_DEPENDS= databases/php${PHP_VER}-pdo_sqlite pfpro_DEPENDS= finance/php${PHP_VER}-pfpro pgsql_DEPENDS= databases/php${PHP_VER}-pgsql >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812040059.mB40xCKc008296>