Date: Mon, 2 Apr 2018 07:37:29 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466205 - in head/mail/postfix-current: . files Message-ID: <201804020737.w327bTc7084836@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Mon Apr 2 07:37:29 2018 New Revision: 466205 URL: https://svnweb.freebsd.org/changeset/ports/466205 Log: - update to 3.4-20180401 Changelog: 20180224 Workaround: postconf build did not abort if the m4 command is not installed (on a system that does have the make command, the awk command, the perl command, and the C compiler?!). File: postconf/extract_cfg.sh. 20180303 Portability: slight differences between MySQL and MariaDB. Olli Hauer. File: global/dict_mysql.c. 20180306 Bugfix (introduced: 19990302): when luser_relay specifies a non-existent local address, the luser_relay feature becomes a black hole. Reported by Juergen Thomsen. File: local/unknown.c. Portability: FreeBSD 11 is supported. Files: makedefs, util/sys_defs.h. Deleted: head/mail/postfix-current/files/patch-src_global_dict__mysql.c Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo head/mail/postfix-current/files/patch-makedefs head/mail/postfix-current/files/patch-src_util_sys__defs.h Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Mon Apr 2 07:36:05 2018 (r466204) +++ head/mail/postfix-current/Makefile Mon Apr 2 07:37:29 2018 (r466205) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.4-20180222 +DISTVERSION= 3.4-20180401 PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Mon Apr 2 07:36:05 2018 (r466204) +++ head/mail/postfix-current/distinfo Mon Apr 2 07:37:29 2018 (r466205) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519345697 -SHA256 (postfix/postfix-3.4-20180222.tar.gz) = bd136d4542e7a9114d0afcb1d16421c116e7ad97f75fbf0abf6fa5be76d69881 -SIZE (postfix/postfix-3.4-20180222.tar.gz) = 4422765 +TIMESTAMP = 1522600680 +SHA256 (postfix/postfix-3.4-20180401.tar.gz) = 1bebdff068dcc40ca0190e2a5bffac9a1379c21220e613d1e5af3cf95ed3d18f +SIZE (postfix/postfix-3.4-20180401.tar.gz) = 4423216 Modified: head/mail/postfix-current/files/patch-makedefs ============================================================================== --- head/mail/postfix-current/files/patch-makedefs Mon Apr 2 07:36:05 2018 (r466204) +++ head/mail/postfix-current/files/patch-makedefs Mon Apr 2 07:37:29 2018 (r466205) @@ -1,18 +1,9 @@ ---- makedefs.orig 2016-06-26 00:02:58 UTC +--- makedefs.orig 2018-03-07 00:46:20 UTC +++ makedefs -@@ -279,6 +279,24 @@ case "$SYSTEM.$RELEASE" in +@@ -296,6 +296,15 @@ case "$SYSTEM.$RELEASE" in : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} : ${PLUGIN_LD="${CC} -shared"} ;; -+ FreeBSD.11*) SYSTYPE=FREEBSD11 -+ : ${CC=cc} -+ : ${SHLIB_SUFFIX=.so} -+ : ${SHLIB_CFLAGS=-fPIC} -+ : ${SHLIB_LD="${CC} -shared"' -Wl,-soname,${LIB}'} -+ : ${SHLIB_RPATH='-Wl,-rpath,${SHLIB_DIR}'} -+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} -+ : ${PLUGIN_LD="${CC} -shared"} -+ ;; + FreeBSD.12*) SYSTYPE=FREEBSD12 + : ${CC=cc} + : ${SHLIB_SUFFIX=.so} Modified: head/mail/postfix-current/files/patch-src_util_sys__defs.h ============================================================================== --- head/mail/postfix-current/files/patch-src_util_sys__defs.h Mon Apr 2 07:36:05 2018 (r466204) +++ head/mail/postfix-current/files/patch-src_util_sys__defs.h Mon Apr 2 07:37:29 2018 (r466205) @@ -1,9 +1,10 @@ ---- src/util/sys_defs.h.orig 2017-06-18 19:30:20 UTC +--- src/util/sys_defs.h.orig 2018-03-04 19:01:27 UTC +++ src/util/sys_defs.h -@@ -30,6 +30,7 @@ +@@ -30,7 +30,7 @@ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \ +- || defined(FREEBSD11) \ + || defined(FREEBSD11) || defined(FREEBSD12) \ || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804020737.w327bTc7084836>