summaryrefslogtreecommitdiff
path: root/mail/postfix-current/files/patch-makedefs
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2015-01-31 16:59:33 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2015-01-31 16:59:33 +0000
commitdfa67c29c6e6de3bfbfcd38969f69a13b523ec89 (patch)
tree07591a99c7a06166509301044fe0d1c2f460fe32 /mail/postfix-current/files/patch-makedefs
parent- update conflicts (diff)
- update to postfix-3.0-20150129
- fix build on FreeBSD 11 [1] - use OPENSSL=yes instead including Mk/bsd.openssl.mk - enable TLS as default option. Postfix uses a secure default configuration if TLS is not configured. $ postconf -d | grep use_tls lmtp_use_tls = no postscreen_use_tls = $smtpd_use_tls smtp_use_tls = no smtpd_use_tls = no tlsproxy_use_tls = $smtpd_use_tls Changes: Many fixes, improvements and cleanups. The list is really to long, please read the original Changelog on your favor postfix mirror. [1] Noted by sbruno@
Notes
Notes: svn path=/head/; revision=378223
Diffstat (limited to 'mail/postfix-current/files/patch-makedefs')
-rw-r--r--mail/postfix-current/files/patch-makedefs19
1 files changed, 12 insertions, 7 deletions
diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs
index 9840edb972e0..1f508a00ba74 100644
--- a/mail/postfix-current/files/patch-makedefs
+++ b/mail/postfix-current/files/patch-makedefs
@@ -1,12 +1,17 @@
---- makedefs.orig 2014-01-20 23:24:30.000000000 +0000
-+++ makedefs 2014-01-20 23:25:24.000000000 +0000
-@@ -158,6 +158,10 @@
+--- makedefs.orig 2015-01-18 00:10:28 UTC
++++ makedefs
+@@ -235,6 +235,15 @@ case "$SYSTEM.$RELEASE" in
+ : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"}
+ : ${PLUGIN_LD="${CC} -shared"}
;;
- FreeBSD.9*) SYSTYPE=FREEBSD9
- ;;
-+ FreeBSD.10*) SYSTYPE=FREEBSD10
-+ ;;
+ 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"}
+ ;;
DragonFly.*) SYSTYPE=DRAGONFLY
;;