[Lunar-commits] CVS: moonbase/mail/postfix BUILD, 1.8, 1.9 DEPENDS,
1.6, 1.7
Auke Kok
sofar at lunar-linux.org
Fri Jan 28 09:33:28 UTC 2005
Update of /var/cvs/lunar/moonbase/mail/postfix
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/mail/postfix
Modified Files:
BUILD DEPENDS
Log Message:
Adding pgsql stuff so we have another happy user ;^)
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/postfix/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 22 Aug 2004 06:30:02 -0000 1.8
+++ BUILD 28 Jan 2005 09:33:26 -0000 1.9
@@ -24,6 +24,11 @@
CCARGS=$CCARGS" -DHAS_MYSQL -I/usr/include/mysql"
fi &&
+ if module_installed postgresql ; then
+ AUXLIBS=$AUXLIBS" -lpq"
+ CCARGS=$CCARGS" -DHAS_PGSQL -I/usr/include/pgsql"
+ fi &&
+
if module_installed cyrus-sasl ; then
AUXLIBS=$AUXLIBS" -lsasl2 -lssl -lcrypto"
CCARGS=$CCARGS" -DUSE_SASL_AUTH -I/usr/include/sasl -DHAS_SSL -I/usr/include/openssl"
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/postfix/DEPENDS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DEPENDS 24 Jan 2005 19:58:00 -0000 1.6
+++ DEPENDS 28 Jan 2005 09:33:26 -0000 1.7
@@ -5,6 +5,7 @@
optional_depends "pcre" "" "" "for improved regexp support"
optional_depends "openldap" "" "" "for ldap support"
optional_depends "mysql" "" "" "for mysql support"
+optional_depends "postgresql" "" "" "for postgresqul support"
optional_depends "cyrus-sasl" "" "" "for SMTP authentication and TSL"
optional_depends "courier-imap" "" "" "if you intend to run with Maildir"
optional_depends "smtpclient" "" "" "useful with spamassassin & Maildir"
More information about the Lunar-commits
mailing list