ports/opt (3.2): postfix: 2.11.4 -> 2.11.5
commit 688a4864b60c4b207cff5982a52274a9ca6c0157 Author: Thomas Penteker <tek@serverop.de> Date: Sun Jun 28 22:17:19 2015 +0200 postfix: 2.11.4 -> 2.11.5 diff --git a/postfix/.md5sum b/postfix/.md5sum index 1e79f81..e3d8cc3 100644 --- a/postfix/.md5sum +++ b/postfix/.md5sum @@ -1,4 +1,4 @@ be543b65525f544386a2d8395ea19cdf aliases -7f1f67b205992f3e8acc98d597a4deef postfix-2.11.4.tar.gz +8523f6d1de6f522313207524d794ee9c postfix-2.11.5.tar.gz 8bee559587e2ccbaf0aadd88b6ca339a postfix.patch d18be5c17604f9c712a28339ff0f61cb postfix.rc diff --git a/postfix/Pkgfile b/postfix/Pkgfile index 786c9fb..aa86f29 100644 --- a/postfix/Pkgfile +++ b/postfix/Pkgfile @@ -5,7 +5,7 @@ # Depends on: cyrus-sasl name=postfix -version=2.11.4 +version=2.11.5 release=1 source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/$name-$version.tar.gz \ aliases postfix.rc postfix.patch) @@ -14,6 +14,9 @@ build() { cd $name-$version patch -p1 < $SRC/postfix.patch + + # enable building on 4.x kernels + sed -i 's:\(Linux.3\*\)):\1|Linux.4*):1' makedefs _CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl" _AUXLIBS="-L/usr/lib -lsasl2 -lssl -lcrypto"
participants (1)
-
crux@crux.nu