summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-14 12:55:20 +0000
committerminskim <minskim@pkgsrc.org>2004-04-14 12:55:20 +0000
commit313577df894197b56fec062d4c131c3cd65ec513 (patch)
treeb238b10023f13016656cf355958b38b956a26284 /mail/postfix-current
parent80c18d2ead965d418aeec4418690a47de78bfb5c (diff)
downloadpkgsrc-313577df894197b56fec062d4c131c3cd65ec513.tar.gz
Remove hardcoded "-ldb" from makedefs, because pkgsrc provides a
correct option. This fixes PR pkg/25176.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/distinfo4
-rw-r--r--mail/postfix-current/patches/patch-ai16
2 files changed, 14 insertions, 6 deletions
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 0346a259bfd..9d24d62f67a 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/04/12 16:04:45 taca Exp $
+$NetBSD: distinfo,v 1.3 2004/04/14 12:55:20 minskim Exp $
SHA1 (postfix/postfix-2.0.19-20040312.tar.gz) = 68ade8c704c3c54ad6465d695ff9b8f0230e8758
Size (postfix/postfix-2.0.19-20040312.tar.gz) = 1531471 bytes
@@ -11,6 +11,6 @@ SHA1 (patch-ad) = 60d98330d4b20508c03bb0bccebbe564ffea621f
SHA1 (patch-ae) = 9ea314db37541a1a9c7765e000687c0fdef90d8e
SHA1 (patch-af) = 9b0521751704fd1377d8215dc16a873c1d5ca032
SHA1 (patch-ah) = 6beedd15ee3a7cfd46cf3ed0b9ee579b9906300b
-SHA1 (patch-ai) = 25af047b95fcdd9bf71ac853a291b2499230ad42
+SHA1 (patch-ai) = 9afae33799d16fb44480580023df990036364592
SHA1 (patch-bd) = 652b96357164208e39d322e84ee9a2ad2bd4ccc4
SHA1 (patch-be) = dd00235af79a8d5e46a7d393e18840241bb685a8
diff --git a/mail/postfix-current/patches/patch-ai b/mail/postfix-current/patches/patch-ai
index 6ed6681fbfc..88ea60d8810 100644
--- a/mail/postfix-current/patches/patch-ai
+++ b/mail/postfix-current/patches/patch-ai
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.3 2004/03/06 15:08:32 grant Exp $
+$NetBSD: patch-ai,v 1.4 2004/04/14 12:55:20 minskim Exp $
---- makedefs.orig 2003-11-05 21:50:15.000000000 +0200
-+++ makedefs 2004-01-23 13:56:57.000000000 +0200
-@@ -175,22 +175,6 @@
+--- makedefs.orig 2004-01-16 18:27:11.000000000 -0600
++++ makedefs
+@@ -178,22 +178,6 @@ case "$SYSTEM.$RELEASE" in
SYSLIBS="-ldb"
;;
Linux.2*) SYSTYPE=LINUX2
@@ -25,3 +25,11 @@ $NetBSD: patch-ai,v 1.3 2004/03/06 15:08:32 grant Exp $
# GDBM locks the DBM .pag file after open. This breaks postmap.
# if [ -f /usr/include/gdbm-ndbm.h ]
# then
+@@ -204,7 +188,6 @@ case "$SYSTEM.$RELEASE" in
+ # CCARGS="$CCARGS -DHAS_DBM -DPATH_NDBM_H='<gdbm/ndbm.h>'"
+ # GDBM_LIBS=gdbm
+ # fi
+- SYSLIBS="-ldb"
+ for name in nsl resolv $GDBM_LIBS
+ do
+ for lib in /usr/lib64 /lib64 /usr/lib /lib