FreeBSD Bugzilla – Attachment 21620 Details for
Bug 37821
Adding PostgreSQL map lookups to postfix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.41 KB, created by
Mathieu Arnold
on 2002-05-07 12:30:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2002-05-07 12:30:02 UTC
Size:
2.41 KB
patch
obsolete
>Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/mail/postfix/distinfo,v >retrieving revision 1.27 >diff -u -r1.27 distinfo >--- distinfo 6 May 2002 19:59:29 -0000 1.27 >+++ distinfo 7 May 2002 11:20:02 -0000 >@@ -1,3 +1,4 @@ > MD5 (postfix/postfix-1.1.8.tar.gz) = 3b07a59e8bdb46af8c1d82f085a62d73 > MD5 (postfix/pfixtls-0.8.7-1.1.7-0.9.6c.tar.gz) = a00656e4e7fd1e4827c3e805799d2359 > MD5 (postfix/postfix-1.1.7+ipv6.patch.gz) = 9564e8e1e3ddfb885bb1ffaaf75c670b >+MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba >Index: scripts/configure.postfix >=================================================================== >RCS file: /home/ncvs/ports/mail/postfix/scripts/configure.postfix,v >retrieving revision 1.20 >diff -u -r1.20 configure.postfix >--- scripts/configure.postfix 6 May 2002 19:59:29 -0000 1.20 >+++ scripts/configure.postfix 7 May 2002 11:20:25 -0000 >@@ -17,6 +17,7 @@ > SASL "Cyrus SASL (Simple Authentication and Security Layer)" OFF \ > DB3 "Berkeley DB3 (required if SASL also built with DB3)" OFF \ > MySQL "MySQL map lookups" OFF \ >+PgSQL "PostgreSQL map lookups" OFF \ > OpenLDAP "OpenLDAP map lookups" OFF \ > Test "SMTP/LMTP test server and generator" OFF \ > TLS "Secure Sockets Layer and Transport Layer Security" OFF \ >@@ -99,6 +100,15 @@ > echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" > echo "MYSQL_SUFFIX= +mysql" > ;; >+ \"PgSQL\") >+ echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" >+ echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include" >+ echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpq -lcrypt" >+ echo "PGSQL_SUFFIX= +pgsql" >+ echo "PATCH_SITES+= http://mat.cc/postfix/" >+ echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" >+ echo "PATCH_DIST_STRIP= -p1" >+ ;; > \"OpenLDAP\") > echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" > echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" >@@ -142,4 +152,4 @@ > # we ask the configure questions) doesn't pick up the extensions, but > # any subsequent build will. so "make; make install" will build twice. > # don't do this for now. >-#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" >+#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37821
: 21620