ports/144576: [PATCH] Mk/bsd.php.mk - include pdo_pgsql

John Marshall john.marshall at riverwillow.com.au
Tue Mar 9 13:00:12 UTC 2010


>Number:         144576
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.php.mk - include pdo_pgsql
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 09 13:00:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     John Marshall
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
Riverwillow Pty Ltd
>Environment:
System: FreeBSD rwsrv03.mby.riverwillow.net.au 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #1: Wed Feb 24 15:16:32 AEDT 2010 root at rwsrv03.mby.riverwillow.net.au:/build/obj/usr/src/sys/RWSRV03 i386


	
>Description:
Include pdo_pgsql so that ports can USE_PHP pdo_pgsql.
>How-To-Repeat:
	
>Fix:

Apply attached patch - or do whatever else is necessary to include this
extension.  Thank you.

--- bsd.php.mk.diff begins here ---
--- bsd.php.mk.orig	2009-06-15 19:22:34.000000000 +1000
+++ bsd.php.mk	2010-03-09 20:11:10.000000000 +1100
@@ -246,7 +246,7 @@
 _USE_PHP_VER4=	${_USE_PHP_ALL} crack dbx dio domxml filepro mcal mcve \
 		oracle overload pfpro xslt yp
 _USE_PHP_VER5=	${_USE_PHP_ALL} dom filter ming mysqli oci8 pdo \
-		pdo_mysql pdo_sqlite \
+		pdo_mysql pdo_pgsql pdo_sqlite \
 		simplexml soap spl sqlite tidy xmlreader xmlwriter xsl
 
 apc_DEPENDS=	www/pecl-APC
@@ -297,6 +297,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
--- bsd.php.mk.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list