From leafy@leafy.idv.tw  Wed Mar 16 07:56:16 2005
Return-Path: <leafy@leafy.idv.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A884A16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Mar 2005 07:56:16 +0000 (GMT)
Received: from seed.net.tw (sn14.seed.net.tw [139.175.54.14])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5614343D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Mar 2005 07:56:16 +0000 (GMT)
	(envelope-from leafy@leafy.idv.tw)
Received: from [203.67.106.236] (port=53946 helo=chihiro.leafy.idv.tw)
	by seed.net.tw with esmtp (Seednet 4.23:1)
	id 1DBTO2-000N29-Vt
	for FreeBSD-gnats-submit@freebsd.org; Wed, 16 Mar 2005 15:56:15 +0800
Received: from localhost (localhost [127.0.0.1])
	by chihiro.leafy.idv.tw (Postfix) with ESMTP id 6DA4A5A6
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Mar 2005 15:56:14 +0800 (CST)
Received: from chihiro.leafy.idv.tw ([127.0.0.1])
 by localhost (chihiro.leafy.idv.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 00576-10 for <FreeBSD-gnats-submit@freebsd.org>;
 Wed, 16 Mar 2005 15:56:13 +0800 (CST)
Received: by chihiro.leafy.idv.tw (Postfix, from userid 1000)
	id AAEC159A; Wed, 16 Mar 2005 15:56:13 +0800 (CST)
Message-Id: <20050316075613.AAEC159A@chihiro.leafy.idv.tw>
Date: Wed, 16 Mar 2005 15:56:13 +0800 (CST)
From: leafy <leafy@leafy.idv.tw>
Reply-To: leafy <leafy@leafy.idv.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Enable the use of postgresql with postfixadmin
X-Send-Pr-Version: 3.113
X-GNATS-Notify: vs

>Number:         78910
>Category:       ports
>Synopsis:       [patch] Enable the use of postgresql with mail/postfixadmin
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 16 08:00:16 GMT 2005
>Closed-Date:    Fri Mar 18 15:27:57 GMT 2005
>Last-Modified:  Fri Mar 18 15:27:57 GMT 2005
>Originator:     leafy
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD chihiro.leafy.idv.tw 6.0-CURRENT FreeBSD 6.0-CURRENT #46: Tue Mar 15 00:33:07 CST 2005 leafy@chihiro.leafy.idv.tw:/usr/obj/usr/src/sys/CHIHIRO i386


	
>Description:
	Enables postgresql support for postfixadmin
>How-To-Repeat:
	
>Fix:
--- Makefile.orig       Wed Mar 16 15:43:16 2005
+++ Makefile    Wed Mar 16 15:44:17 2005
@@ -22,6 +22,11 @@
 FETCH_CMD?=    /usr/bin/fetch -AR
 DISABLE_SIZE=  yes

+.if defined (WITH_PGSQL)
+USE_PHP=       pgsql
+.endif
+
+
 do-fetch:
                @${ECHO_MSG} ">> Attempting to fetch from ${FETCH_SITE}."
                ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vs 
State-Changed-When: Fri Mar 18 12:15:27 GMT 2005 
State-Changed-Why:  
Forwarded PR to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78910 

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, leafy@leafy.idv.tw,
	rob@debank.tv
Cc:  
Subject: Re: ports/78910: Enable the use of postgresql with postfixadmin
Date: Fri, 18 Mar 2005 13:15:09 +0100

 Dear maintainer, please review the proposed patch!
 
 Cheers,
    Volker

From: rob@debank.tv
To: "Volker Stolz" <vs@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org, leafy@leafy.idv.tw,
	rob@debank.tv
Subject: Re: ports/78910: Enable the use of postgresql with postfixadmin
Date: Fri, 18 Mar 2005 13:28:39 +0100 (CET)

 > Dear maintainer, please review the proposed patch!
 >
 > Cheers,
 >    Volker
 >
 aproved
 
 Thanks,
 Rob
 
State-Changed-From-To: feedback->closed 
State-Changed-By: vs 
State-Changed-When: Fri Mar 18 15:27:38 GMT 2005 
State-Changed-Why:  
Committed with minor modification, thanks! 

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