summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authormartti <martti>2006-08-31 18:45:02 +0000
committermartti <martti>2006-08-31 18:45:02 +0000
commit162ee79318debb5c795002dd8a8b39826a75a21a (patch)
tree0c93bef628ffcb3beba9772d70f4a19915991e54 /mail/postfix-current
parent1182c282817a10606eb59380874ff322266111f3 (diff)
downloadpkgsrc-162ee79318debb5c795002dd8a8b39826a75a21a.tar.gz
Updated mail/postfix-current to 2.4-20060825
Lots of bug fixes, see HISTORY for details...
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile6
-rw-r--r--mail/postfix-current/distinfo12
-rw-r--r--mail/postfix-current/patches/patch-ag8
-rw-r--r--mail/postfix-current/patches/patch-ai18
4 files changed, 22 insertions, 22 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index d7dee26ab1e..26f01c60e76 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2006/08/11 12:34:54 taca Exp $
+# $NetBSD: Makefile,v 1.66 2006/08/31 18:45:02 martti Exp $
-DISTNAME= postfix-2.4-20060711
-PKGREVISION= 1
+DISTNAME= postfix-2.4-20060825
+#PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
http://public.planetmirror.com.au/pub/postfix/experimental/
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 5d8ba6e1e03..329b39a5f20 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2006/08/11 12:34:54 taca Exp $
+$NetBSD: distinfo,v 1.27 2006/08/31 18:45:02 martti Exp $
-SHA1 (postfix/postfix-2.4-20060711.tar.gz) = f9b3de59414f1740a7c1d7ac54b18f100051ceb8
-RMD160 (postfix/postfix-2.4-20060711.tar.gz) = 0665e8d0da2fbdc3d0bc2af80db6744237dc60e9
-Size (postfix/postfix-2.4-20060711.tar.gz) = 2774624 bytes
+SHA1 (postfix/postfix-2.4-20060825.tar.gz) = b330df7ab4fe7cf033f0285d48c1c1e4afdb3c6f
+RMD160 (postfix/postfix-2.4-20060825.tar.gz) = 01b4b141cd0c3986973fbe47327d8b105f06c695
+Size (postfix/postfix-2.4-20060825.tar.gz) = 2811245 bytes
SHA1 (patch-aa) = 3f45ca9b05bf080bd0f9ef3c9f8c24a1ef992edd
-SHA1 (patch-ag) = 5b27be7d72f6c5e09d78ea13abc0f5eb244d6c38
-SHA1 (patch-ai) = 76d5986bdae4fe735e7e8e35abb95f65d108f6a8
+SHA1 (patch-ag) = 642f6fdbc0d40cfe2786f6a141509e09b6cd4ebf
+SHA1 (patch-ai) = f6b1d506e1cbcfd899e66628ae15f53ebf841ccc
diff --git a/mail/postfix-current/patches/patch-ag b/mail/postfix-current/patches/patch-ag
index 22c0cdeab9a..525664fab80 100644
--- a/mail/postfix-current/patches/patch-ag
+++ b/mail/postfix-current/patches/patch-ag
@@ -1,10 +1,10 @@
-$NetBSD: patch-ag,v 1.13 2006/08/11 12:34:54 taca Exp $
+$NetBSD: patch-ag,v 1.14 2006/08/31 18:45:02 martti Exp $
---- src/util/sys_defs.h.orig 2006-07-03 21:37:32.000000000 +0900
-+++ src/util/sys_defs.h
+--- src/util/sys_defs.h.orig 2006-07-31 13:04:29.000000000 +0000
++++ src/util/sys_defs.h 2006-08-31 21:38:57.000000000 +0000
@@ -28,6 +28,7 @@
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
- || defined(OPENBSD2) || defined(OPENBSD3) \
+ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
|| defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
+ || defined(NETBSD4) \
|| defined(EKKOBSD1)
diff --git a/mail/postfix-current/patches/patch-ai b/mail/postfix-current/patches/patch-ai
index 6b28a5d508c..e14d7da68ba 100644
--- a/mail/postfix-current/patches/patch-ai
+++ b/mail/postfix-current/patches/patch-ai
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.14 2006/08/11 12:34:54 taca Exp $
+$NetBSD: patch-ai,v 1.15 2006/08/31 18:45:02 martti Exp $
---- makedefs.orig 2006-07-12 06:25:31.000000000 +0900
-+++ makedefs
-@@ -118,6 +118,8 @@ case "$SYSTEM.$RELEASE" in
+--- makedefs.orig 2006-07-31 13:04:00.000000000 +0000
++++ makedefs 2006-08-31 21:39:40.000000000 +0000
+@@ -118,6 +118,8 @@
;;
FreeBSD.6*) SYSTYPE=FREEBSD6
;;
@@ -11,7 +11,7 @@ $NetBSD: patch-ai,v 1.14 2006/08/11 12:34:54 taca Exp $
OpenBSD.2*) SYSTYPE=OPENBSD2
;;
OpenBSD.3*) SYSTYPE=OPENBSD3
-@@ -130,6 +132,8 @@ case "$SYSTEM.$RELEASE" in
+@@ -132,6 +134,8 @@
;;
NetBSD.3*) SYSTYPE=NETBSD3
;;
@@ -20,7 +20,7 @@ $NetBSD: patch-ai,v 1.14 2006/08/11 12:34:54 taca Exp $
BSD/OS.2*) SYSTYPE=BSDI2
;;
BSD/OS.3*) SYSTYPE=BSDI3
-@@ -180,13 +184,6 @@ case "$SYSTEM.$RELEASE" in
+@@ -182,13 +186,6 @@
esac
;;
ULTRIX.4*) SYSTYPE=ULTRIX4
@@ -34,7 +34,7 @@ $NetBSD: patch-ai,v 1.14 2006/08/11 12:34:54 taca Exp $
for l in syslog resolv; do
if [ -f /usr/local/lib/lib$l.a ]; then
SYSLIBS="$SYSLIBS -l$l"
-@@ -218,25 +215,8 @@ case "$SYSTEM.$RELEASE" in
+@@ -220,25 +217,8 @@
esac;;
# Tested with RedHat 3.03 on 20020729.
Linux.1*) SYSTYPE=LINUX1
@@ -60,7 +60,7 @@ $NetBSD: patch-ai,v 1.14 2006/08/11 12:34:54 taca Exp $
# GDBM locks the DBM .pag file after open. This breaks postmap.
# if [ -f /usr/include/gdbm-ndbm.h ]
# then
-@@ -247,7 +227,6 @@ case "$SYSTEM.$RELEASE" in
+@@ -249,7 +229,6 @@
# CCARGS="$CCARGS -DHAS_DBM -DPATH_NDBM_H='<gdbm/ndbm.h>'"
# GDBM_LIBS=gdbm
# fi
@@ -68,7 +68,7 @@ $NetBSD: patch-ai,v 1.14 2006/08/11 12:34:54 taca Exp $
for name in nsl resolv $GDBM_LIBS
do
for lib in /usr/lib64 /lib64 /usr/lib /lib
-@@ -275,25 +254,13 @@ case "$SYSTEM.$RELEASE" in
+@@ -277,25 +256,13 @@
HP-UX.A.09.*) SYSTYPE=HPUX9
SYSLIBS=-ldbm
CCARGS="$CCARGS -DMISSING_USLEEP"