SF.net SVN: gar:[25275] csw/mgar/pkg/dovecot/trunk
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Fri Oct 2 20:36:23 CEST 2015
Revision: 25275
http://sourceforge.net/p/gar/code/25275
Author: jake_goerzen
Date: 2015-10-02 18:36:22 +0000 (Fri, 02 Oct 2015)
Log Message:
-----------
dovecot: update to 2.2.19; switch to GCC compiler; enable 64-bit build
Modified Paths:
--------------
csw/mgar/pkg/dovecot/trunk/Makefile
csw/mgar/pkg/dovecot/trunk/checksums
Modified: csw/mgar/pkg/dovecot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dovecot/trunk/Makefile 2015-10-02 15:02:02 UTC (rev 25274)
+++ csw/mgar/pkg/dovecot/trunk/Makefile 2015-10-02 18:36:22 UTC (rev 25275)
@@ -2,7 +2,7 @@
# - SSL certs to /etc/opt/csw/ssl?
# - /var/run/dovecot instead of /var/opt/csw/run?
NAME = dovecot
-VERSION = 2.2.18
+VERSION = 2.2.19
GARTYPE = v2
DESCRIPTION = Secure IMAP server
@@ -18,7 +18,7 @@
DISTFILES = $(NAME)-$(VERSION).tar.gz
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-GARCOMPILER = SOS12
+GARCOMPILER = GNU
PACKAGES = CSWdovecot CSWdovecot-dev
@@ -40,8 +40,9 @@
RUNTIME_DEP_PKGS_CSWdovecot += CSWlibldap2-4-2
RUNTIME_DEP_PKGS_CSWdovecot += CSWliblzma5
RUNTIME_DEP_PKGS_CSWdovecot += CSWlibintl8
-RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicui18n54
-RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicuuc54
+RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicui18n55
+RUNTIME_DEP_PKGS_CSWdovecot += CSWlibicuuc55
+RUNTIME_DEP_PKGS_CSWdovecot += CSWlibgcc-s1
PKGFILES_CSWdovecot-dev = $(PKGFILES_DEVEL)
@@ -74,8 +75,8 @@
CONFIGURE_ARGS += --with-zlib
CONFIGURE_ARGS += --with-bzlib
-# Disable linker map forcing SUNW_1.22.2 as the linked MySQL needs SUNW_1.22.5
-LINKER_MAPS =
+BUILD64 = 1
+ISAEXEC = 1
EXTRA_INC = /opt/csw/include/mysql /opt/csw/include/postgresql
Modified: csw/mgar/pkg/dovecot/trunk/checksums
===================================================================
--- csw/mgar/pkg/dovecot/trunk/checksums 2015-10-02 15:02:02 UTC (rev 25274)
+++ csw/mgar/pkg/dovecot/trunk/checksums 2015-10-02 18:36:22 UTC (rev 25275)
@@ -1 +1 @@
-1e42eb3b69544c447ad882d7858f3630 dovecot-2.2.18.tar.gz
+95591b6556413edc2f0b160fb469d04c dovecot-2.2.19.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