diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2016-02-28 08:46:07 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2016-02-28 08:46:07 +0000 |
commit | 66ba5e03a987abfdf17602b7cd5990894bcf3b4c (patch) | |
tree | 61b8fba195d35253fac0855b3f6c9da36de444c2 /mail/postfix/files | |
parent | - copy postfix (2.11) -> postfix211 (diff) |
- update to postfix 3.1
Users updating from postfix 2.11 should read:
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.0.0.RELEASE_NOTES
ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.1.0.RELEASE_NOTES
Notes
Notes:
svn path=/head/; revision=409727
Diffstat (limited to 'mail/postfix/files')
-rw-r--r-- | mail/postfix/files/patch-makedefs | 14 | ||||
-rw-r--r-- | mail/postfix/files/pkg-install.in | 2 | ||||
-rw-r--r-- | mail/postfix/files/pkg-message.in | 5 |
3 files changed, 15 insertions, 6 deletions
diff --git a/mail/postfix/files/patch-makedefs b/mail/postfix/files/patch-makedefs index 56b0c3830fb5..1f508a00ba74 100644 --- a/mail/postfix/files/patch-makedefs +++ b/mail/postfix/files/patch-makedefs @@ -1,11 +1,17 @@ ---- makedefs.orig 2015-04-19 10:19:57 UTC +--- makedefs.orig 2015-01-18 00:10:28 UTC +++ makedefs -@@ -161,6 +161,9 @@ case "$SYSTEM.$RELEASE" in - FreeBSD.10*) SYSTYPE=FREEBSD10 - : ${CC=cc} +@@ -235,6 +235,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"} + ;; DragonFly.*) SYSTYPE=DRAGONFLY ;; diff --git a/mail/postfix/files/pkg-install.in b/mail/postfix/files/pkg-install.in index 73f621e3c934..18710946a347 100644 --- a/mail/postfix/files/pkg-install.in +++ b/mail/postfix/files/pkg-install.in @@ -15,6 +15,7 @@ POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} PREFIX="%%PREFIX%%" ETCDIR="%%ETCDIR%%" DAEMONDIR="%%DAEMONDIR%%" +META_DIRECTORY="%%META_DIRECTORY%%" READMEDIR="%%READMEDIR%%" MC_TEMPLATE="%%DATADIR%%/mailer.conf.postfix" @@ -149,6 +150,7 @@ fi if [ "$2" = "POST-INSTALL" ]; then /bin/sh ${DAEMONDIR}/post-install tempdir=/tmp \ daemon_directory=${DAEMONDIR} \ + meta_directory=${META_DIRECTORY} \ html_directory=${READMEDIR} \ readme_directory=${READMEDIR} \ upgrade-package diff --git a/mail/postfix/files/pkg-message.in b/mail/postfix/files/pkg-message.in index 6ba402774402..70c7569d08c1 100644 --- a/mail/postfix/files/pkg-message.in +++ b/mail/postfix/files/pkg-message.in @@ -21,5 +21,6 @@ the sasldb file. This is accomplished by adding postfix to group mail and making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should be the default for new installs). -If you are upgrading from prior postfix version, review the RELEASE_NOTES to -familiarize yourself with new features and incompatabilities. +If you are upgrading from prior postfix version, please see the README +files for recommended changes to your configuration and additional +http://www.postfix.org/COMPATIBILITY_README.html |