[csw-devel] SF.net SVN: gar:[7998] csw/mgar/pkg/postfix/branches/postfix-2.6

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Jan 14 10:27:46 CET 2010


Revision: 7998
          http://gar.svn.sourceforge.net/gar/?rev=7998&view=rev
Author:   skayser
Date:     2010-01-14 09:27:45 +0000 (Thu, 14 Jan 2010)

Log Message:
-----------
postfix: 2.6 branch, tweak CC args and switch to bdb42

Modified Paths:
--------------
    csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile
    csw/mgar/pkg/postfix/branches/postfix-2.6/checksums

Modified: csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile
===================================================================
--- csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile	2010-01-14 09:22:25 UTC (rev 7997)
+++ csw/mgar/pkg/postfix/branches/postfix-2.6/Makefile	2010-01-14 09:27:45 UTC (rev 7998)
@@ -132,10 +132,10 @@
 # Activate support for hash and btree lookup tables
 # http://www.postfix.org/DB_README.html
 FEATURES += -DHAS_DB
-INCLUDES += -I/opt/csw/bdb4/include
-AUXLIBS  += -L/opt/csw/bdb4/lib -R/opt/csw/bdb4/lib -ldb-4
-PREREQUISITE_PKGS += CSWbdb4
-REQUIRED_PKGS += CSWbdb4
+INCLUDES += -I/opt/csw/bdb42/include 
+AUXLIBS  += -L/opt/csw/bdb42/lib -R/opt/csw/bdb42/lib -ldb-4.2
+PREREQUISITE_PKGS += CSWbdb42devel
+REQUIRED_PKGS += CSWbdb42
 
 # Activate support for SSL/TLS
 # http://www.postfix.org/TLS_README.html
@@ -179,7 +179,7 @@
 
 
 # Make sure to include $(CFLAGS) so that we get sane defaults via GAR
-CCARGS=$(CFLAGS) $(FEATURES) $(DEFAULTS) $(INCLUDES)
+CCARGS=$(CPPFLAGS) $(INCLUDES) $(FEATURES) $(DEFAULTS) $(CFLAGS)
 
 # We zero makedef's DEBUG and OPT, the relevant flags are set via GAR & CFLAGS
 configure-custom:

Modified: csw/mgar/pkg/postfix/branches/postfix-2.6/checksums
===================================================================
--- csw/mgar/pkg/postfix/branches/postfix-2.6/checksums	2010-01-14 09:22:25 UTC (rev 7997)
+++ csw/mgar/pkg/postfix/branches/postfix-2.6/checksums	2010-01-14 09:27:45 UTC (rev 7998)
@@ -1,2 +1,2 @@
-64dadd7a3737c6a82211b301e380a31a  CSWpostfix.checkinstall
+a5247da640e70b66144632e724a8d895  CSWpostfix.checkinstall
 1f0edbd521d2b0473626f4d61e8bb4eb  postfix-2.6.2.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list