Bug 78910 - [patch] Enable the use of postgresql with mail/postfixadmin
Summary: [patch] Enable the use of postgresql with mail/postfixadmin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 08:00 UTC by JY
Modified: 2005-03-18 15:27 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JY 2005-03-16 08:00:16 UTC
	Enables postgresql support for postfixadmin

Fix: 

+.if defined (WITH_PGSQL)
+USE_PHP=       pgsql
+.endif
+
+
 do-fetch:
                @${ECHO_MSG} ">> Attempting to fetch from ${FETCH_SITE}."
                ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \--0Du4HcKAospHMNUcneASR3kUrIXCGNtdkWgNfa5TnrofTisR
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-03-18 12:15:09 UTC
Dear maintainer, please review the proposed patch!

Cheers,
   Volker
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-03-18 12:15:27 UTC
State Changed
From-To: open->feedback

Forwarded PR to maintainer
Comment 3 rob 2005-03-18 12:28:39 UTC
> Dear maintainer, please review the proposed patch!
>
> Cheers,
>    Volker
>
aproved

Thanks,
Rob
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2005-03-18 15:27:38 UTC
State Changed
From-To: feedback->closed

Committed with minor modification, thanks!