Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2005 15:56:13 +0800 (CST)
From:      leafy <leafy@leafy.idv.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78910: Enable the use of postgresql with postfixadmin
Message-ID:  <20050316075613.AAEC159A@chihiro.leafy.idv.tw>
Resent-Message-ID: <200503160800.j2G80G1H009768@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78910
>Category:       ports
>Synopsis:       Enable the use of postgresql with postfixadmin
>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:   Wed Mar 16 08:00:16 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050316075613.AAEC159A>