summaryrefslogtreecommitdiff
path: root/mail/distribute
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-08 15:44:06 +0000
committerjoerg <joerg>2006-01-08 15:44:06 +0000
commitb6c19124aeaffcd9935db5cbd3108945c42a769c (patch)
tree9ce277bfb4ea5d6162a978d08cc30bf3a78a1e42 /mail/distribute
parent7e7758f57591c75fd5dcbe3668a4e3618c8121ef (diff)
downloadpkgsrc-b6c19124aeaffcd9935db5cbd3108945c42a769c.tar.gz
Include paths.h on DragonFly and OpenBSD as well.
Diffstat (limited to 'mail/distribute')
-rw-r--r--mail/distribute/distinfo4
-rw-r--r--mail/distribute/patches/patch-ac8
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/distribute/distinfo b/mail/distribute/distinfo
index 37c041ca91f..cca1005ab6c 100644
--- a/mail/distribute/distinfo
+++ b/mail/distribute/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 09:59:21 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/01/08 15:44:06 joerg Exp $
SHA1 (distribute/distribute-2.1-pl19.tar.gz) = f33f63d42d0233eceec759dc0378a914087c0344
RMD160 (distribute/distribute-2.1-pl19.tar.gz) = 5ffb23682176a86291eb5374ea98c9c5d002947d
@@ -26,4 +26,4 @@ RMD160 (distribute/patch.26e.gz) = 2d4c7d0f4bed7c420a32ae7d2ffe999906d3f5cc
Size (distribute/patch.26e.gz) = 12560 bytes
SHA1 (patch-aa) = 7f5ead56594cb1bb4186c6c3b7cad59bd210cf45
SHA1 (patch-ab) = 4c07a6ae9bb1e9dacd33db96624d2c2fefbb9240
-SHA1 (patch-ac) = 43395b388bb5c5131ae6de3d8f92d6b5609b02d2
+SHA1 (patch-ac) = 75a3956d6e7b53473eb0a3ad62b4ce261ccc8bf6
diff --git a/mail/distribute/patches/patch-ac b/mail/distribute/patches/patch-ac
index 0cbc303de4a..4aa3591587d 100644
--- a/mail/distribute/patches/patch-ac
+++ b/mail/distribute/patches/patch-ac
@@ -1,14 +1,14 @@
-$NetBSD: patch-ac,v 1.3 2000/02/13 19:39:51 fredb Exp $
+$NetBSD: patch-ac,v 1.4 2006/01/08 15:44:06 joerg Exp $
---- distribute.c.orig Sun Feb 13 13:32:22 2000
-+++ distribute.c Sun Feb 13 13:33:08 2000
+--- distribute.c.orig 2006-01-08 15:39:24.000000000 +0000
++++ distribute.c
@@ -49,7 +49,8 @@
#define index strchr
#endif
-#if defined(__bsdi__) /* may be wrong -- we need to use NET/2 def.*/
+/* may be wrong -- we need to use NET/2 def.*/
-+#if defined(__bsdi__) || defined(__FreeBSD__) || defined(__NetBSD__)
++#if defined(__bsdi__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
# include <paths.h> /* for sendmail path */
#endif