diff options
author | martti <martti@pkgsrc.org> | 2007-10-22 06:15:56 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-22 06:15:56 +0000 |
commit | f7cf36110bce10e8c11aab33f3ca4e382a68551f (patch) | |
tree | 3d549e1f4c9bf97fc49a1b38a51a8a78cb2c955f /mail | |
parent | b1f6da1fd97fa2a33afb3530db6f35e207a38705 (diff) | |
download | pkgsrc-f7cf36110bce10e8c11aab33f3ca4e382a68551f.tar.gz |
Updated mail/postfix-current to 2.5-20071006
Lost of fixes, see HISTORY for details...
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 10 | ||||
-rw-r--r-- | mail/postfix-current/patches/patch-ai | 18 |
3 files changed, 16 insertions, 16 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 8f950b4ed5b..4e994b90332 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2007/09/23 11:43:42 jlam Exp $ +# $NetBSD: Makefile,v 1.85 2007/10/22 06:15:56 martti Exp $ -DISTNAME= postfix-2.5-20070731 +DISTNAME= postfix-2.5-20071006 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index fbb4eab3487..42a6454a2e9 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2007/08/13 07:06:13 martti Exp $ +$NetBSD: distinfo,v 1.38 2007/10/22 06:15:56 martti Exp $ -SHA1 (postfix/postfix-2.5-20070731.tar.gz) = 136f5b023d49144ba48cdd6e51e955154fefa97d -RMD160 (postfix/postfix-2.5-20070731.tar.gz) = d4ad68e5b088863eca4c27551d53bfd5b5efa49c -Size (postfix/postfix-2.5-20070731.tar.gz) = 2934227 bytes +SHA1 (postfix/postfix-2.5-20071006.tar.gz) = 963e18616ffcc1ea1615ddbc7bb96e67dde884a5 +RMD160 (postfix/postfix-2.5-20071006.tar.gz) = 6c08011cbca7f5c901cebbd29ddfff01567e84fc +Size (postfix/postfix-2.5-20071006.tar.gz) = 2940780 bytes SHA1 (patch-aa) = 60c51bfd1462f0553587b0ea9a5d496305e55648 SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228 -SHA1 (patch-ai) = a51da9144023efc321ee4e7ad0cfcfcbd2e04400 +SHA1 (patch-ai) = 7b19361e77d25139134511331a82abcd26b5336d diff --git a/mail/postfix-current/patches/patch-ai b/mail/postfix-current/patches/patch-ai index 42ad727161f..fa806e3a404 100644 --- a/mail/postfix-current/patches/patch-ai +++ b/mail/postfix-current/patches/patch-ai @@ -1,17 +1,17 @@ -$NetBSD: patch-ai,v 1.18 2007/05/30 07:58:30 martti Exp $ +$NetBSD: patch-ai,v 1.19 2007/10/22 06:15:56 martti Exp $ ---- makedefs.orig 2007-05-15 03:11:50.000000000 +0300 -+++ makedefs 2007-05-30 10:49:06.000000000 +0300 -@@ -130,6 +130,8 @@ +--- makedefs.orig 2007-08-19 14:28:11.000000000 +0000 ++++ makedefs 2007-10-22 05:50:31.000000000 +0000 +@@ -132,6 +132,8 @@ ;; - FreeBSD.6*) SYSTYPE=FREEBSD6 + FreeBSD.7*) SYSTYPE=FREEBSD7 ;; + DragonFly.1*) SYSTYPE=FREEBSD4 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; OpenBSD.3*) SYSTYPE=OPENBSD3 -@@ -196,13 +198,6 @@ +@@ -198,13 +200,6 @@ esac ;; ULTRIX.4*) SYSTYPE=ULTRIX4 @@ -25,7 +25,7 @@ $NetBSD: patch-ai,v 1.18 2007/05/30 07:58:30 martti Exp $ for l in syslog resolv; do if [ -f /usr/local/lib/lib$l.a ]; then SYSLIBS="$SYSLIBS -l$l" -@@ -234,25 +229,8 @@ +@@ -236,25 +231,8 @@ esac;; # Tested with RedHat 3.03 on 20020729. Linux.1*) SYSTYPE=LINUX1 @@ -51,7 +51,7 @@ $NetBSD: patch-ai,v 1.18 2007/05/30 07:58:30 martti Exp $ # GDBM locks the DBM .pag file after open. This breaks postmap. # if [ -f /usr/include/gdbm-ndbm.h ] # then -@@ -263,7 +241,6 @@ +@@ -265,7 +243,6 @@ # CCARGS="$CCARGS -DHAS_DBM -DPATH_NDBM_H='<gdbm/ndbm.h>'" # GDBM_LIBS=gdbm # fi @@ -59,7 +59,7 @@ $NetBSD: patch-ai,v 1.18 2007/05/30 07:58:30 martti Exp $ for name in nsl resolv $GDBM_LIBS do for lib in /usr/lib64 /lib64 /usr/lib /lib -@@ -358,25 +335,13 @@ +@@ -360,25 +337,13 @@ HP-UX.A.09.*) SYSTYPE=HPUX9 SYSLIBS=-ldbm CCARGS="$CCARGS -DMISSING_USLEEP" |