summaryrefslogtreecommitdiff
path: root/mail/postfix-current/files/patch-makedefs
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2018-04-02 07:37:29 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2018-04-02 07:37:29 +0000
commit3482ab88d299c33ad5ff601b6cf23ca8be080e7e (patch)
treee395995d42761b6ece7b7c5a00922b025659e5d0 /mail/postfix-current/files/patch-makedefs
parent- Add new port: math/R-cran-spData (diff)
- 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.
Notes
Notes: svn path=/head/; revision=466205
Diffstat (limited to 'mail/postfix-current/files/patch-makedefs')
-rw-r--r--mail/postfix-current/files/patch-makedefs13
1 files changed, 2 insertions, 11 deletions
diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs
index 4d1acb84539a..a8f16850a94d 100644
--- a/mail/postfix-current/files/patch-makedefs
+++ b/mail/postfix-current/files/patch-makedefs
@@ -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}