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

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Tue Oct 25 10:02:29 CEST 2011


Revision: 15982
          http://gar.svn.sourceforge.net/gar/?rev=15982&view=rev
Author:   wilbury
Date:     2011-10-25 08:02:29 +0000 (Tue, 25 Oct 2011)
Log Message:
-----------
postfix/trunk: Fix typos, fix PCRE dependencies.

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

Modified: csw/mgar/pkg/postfix/trunk/Makefile
===================================================================
--- csw/mgar/pkg/postfix/trunk/Makefile	2011-10-25 07:34:00 UTC (rev 15981)
+++ csw/mgar/pkg/postfix/trunk/Makefile	2011-10-25 08:02:29 UTC (rev 15982)
@@ -21,7 +21,7 @@
 # $Id$
 # 
 NAME = postfix
-VERSION = 2.7.1
+VERSION = 2.8.6
 CATEGORIES = server
 
 DESCRIPTION = A high-performance mail transport agent
@@ -171,8 +171,8 @@
 # http://www.postfix.org/PCRE_README.html
 FEATURES += -DHAS_PCRE
 AUXLIBS  += -lpcre
-BUILD_DEP_PKGS += CSWpcre
-RUNTIME_DEP_PKGS += CSWpcrert
+BUILD_DEP_PKGS += CSWlibpcre-dev
+RUNTIME_DEP_PKGS += CSWlibpcre0
 
 # Activate support for hash and btree lookup tables
 # http://www.postfix.org/DB_README.html. !! Takeaway: Use same DB as SASL !!
@@ -211,11 +211,11 @@
 # Activate support for MySQL
 # http://www.postfix.org/MYSQL_README.html
 FEATURES += -DHAS_MYSQL
-INCLUDES += -I/opt/csw/mysql5/include/mysql
-AUXLIBS  += -L/opt/csw/mysql5/lib/mysql -R/opt/csw/mysql5/lib/mysql
+INCLUDES += -I/opt/csw/include/mysql
+AUXLIBS  += -L/opt/csw/lib -R/opt/csw/mysql5/lib/mysql
 AUXLIBS  += -lmysqlclient
-BUILD_DEP_PKGS += CSWmysql5devel
-RUNTIME_DEP_PKGS += CSWmysql5rt
+BUILD_DEP_PKGS += CSWmysql-dev
+RUNTIME_DEP_PKGS += CSWlibmysqlclient15
 
 # Activate support for PostgreSQL
 # http://www.postfix.org/PGSQL_README.html
@@ -259,7 +259,7 @@
 		AUXLIBS='$(AUXLIBS)' \
 		DEBUG= \
 		OPT=
-	@$(MAKECOOIE)
+	@$(MAKECOOKIE)
 
 install-custom:
 	$(MAKE) -C $(WORKSRC) non-interactive-package install_root=$(DESTDIR) \

Modified: csw/mgar/pkg/postfix/trunk/checksums
===================================================================
--- csw/mgar/pkg/postfix/trunk/checksums	2011-10-25 07:34:00 UTC (rev 15981)
+++ csw/mgar/pkg/postfix/trunk/checksums	2011-10-25 08:02:29 UTC (rev 15982)
@@ -1 +1 @@
-b7a5c3ccd309156a65d6f8d2683d4fa1  postfix-2.7.1.tar.gz
+c9cb89bfa660379b71fab356d2bf426e  postfix-2.8.6.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