[csw-devel] SF.net SVN: gar:[18597] csw/mgar/pkg/postfix/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Thu Jun 28 23:30:19 CEST 2012


Revision: 18597
          http://gar.svn.sourceforge.net/gar/?rev=18597&view=rev
Author:   chninkel
Date:     2012-06-28 21:30:19 +0000 (Thu, 28 Jun 2012)
Log Message:
-----------
postfix/trunk: updated with openssl 1.0 and postgresql 9, disabled solaris 9 build

Modified Paths:
--------------
    csw/mgar/pkg/postfix/trunk/Makefile

Modified: csw/mgar/pkg/postfix/trunk/Makefile
===================================================================
--- csw/mgar/pkg/postfix/trunk/Makefile	2012-06-28 20:53:04 UTC (rev 18596)
+++ csw/mgar/pkg/postfix/trunk/Makefile	2012-06-28 21:30:19 UTC (rev 18597)
@@ -201,7 +201,7 @@
 FEATURES += -DUSE_TLS
 AUXLIBS  += -lssl -lcrypto
 BUILD_DEP_PKGS += CSWlibssl-dev
-RUNTIME_DEP_PKGS += CSWlibssl0-9-8
+RUNTIME_DEP_PKGS += CSWlibssl1-0-0
 
 # Activate support for Cyrus SASL (dovecot is incl. automatically)
 # http://www.postfix.org/SASL_README.html
@@ -231,13 +231,15 @@
 # Activate support for PostgreSQL
 # http://www.postfix.org/PGSQL_README.html
 FEATURES += -DHAS_PGSQL
-INCLUDES += -I/opt/csw/postgresql/include/
-AUXLIBS  += -L/opt/csw/postgresql/lib/ -R/opt/csw/postgresql/lib/
+INCLUDES += -I/opt/csw/include/
+AUXLIBS  += -L/opt/csw/lib/ -R/opt/csw/lib/
 AUXLIBS  += -lpq
-BUILD_DEP_PKGS += CSWlibpq
+BUILD_DEP_PKGS += CSWpostgresql-dev
 RUNTIME_DEP_PKGS += CSWlibpq5
 endif
 
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
 # Postgres package outdated, libs aren't located below /opt/csw/lib/
 CHECKPKG_OVERRIDES_CSWpostfix += bad-rpath-entry
 

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