From nobody@FreeBSD.org  Thu Dec  4 00:59:12 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F1142106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Dec 2008 00:59:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E18938FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Dec 2008 00:59:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mB40xCi0008297
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 4 Dec 2008 00:59:12 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mB40xCKc008296;
	Thu, 4 Dec 2008 00:59:12 GMT
	(envelope-from nobody)
Message-Id: <200812040059.mB40xCKc008296@www.freebsd.org>
Date: Thu, 4 Dec 2008 00:59:12 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Patch]Mk/bsd.php.mk:Add a entry to enable USE_PHP=pdo_pgsql
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 04 01:00:00 UTC 2008
>Closed-Date:    Sun Dec 07 11:59:42 UTC 2008
>Last-Modified:  Sun Dec 07 11:59:42 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 4 01:00:21 UTC 2008 
Responsible-Changed-Why:  
bsd.php.mk is ale territory (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129406 
State-Changed-From-To: open->feedback 
State-Changed-By: ale 
State-Changed-When: Thu Dec 4 08:57:42 UTC 2008 
State-Changed-Why:  
The reason? I see no ports requiring it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129406 
State-Changed-From-To: feedback->closed 
State-Changed-By: ale 
State-Changed-When: Sun Dec 7 11:59:26 UTC 2008 
State-Changed-Why:  
No feedback provided. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129406 
>Unformatted:
