summaryrefslogtreecommitdiff
path: root/mail/spamd
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2007-06-14 22:02:45 +0000
committerdarcy <darcy@pkgsrc.org>2007-06-14 22:02:45 +0000
commit003d4f0d83394a13ec67a821793c172d1d99f9e8 (patch)
tree34fe28ea94c5c77bd834d9d392343b1ea8813afb /mail/spamd
parent4e08b8d0a99873c12b6e3dd6fc444ace0e04e918 (diff)
downloadpkgsrc-003d4f0d83394a13ec67a821793c172d1d99f9e8.tar.gz
Add _HAVE_SYSLOG_R to prevent conflicts.
Diffstat (limited to 'mail/spamd')
-rw-r--r--mail/spamd/distinfo3
-rw-r--r--mail/spamd/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/spamd/distinfo b/mail/spamd/distinfo
index f5496a9d42a..12da079a6e1 100644
--- a/mail/spamd/distinfo
+++ b/mail/spamd/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2006/04/01 12:14:27 peter Exp $
+$NetBSD: distinfo,v 1.5 2007/06/14 22:02:45 darcy Exp $
SHA1 (spamd-20060330.tar.gz) = 152b8da2baac9eeedd9b69a9a7a2f8169ca55d9e
RMD160 (spamd-20060330.tar.gz) = 94707f9714e7a67c778aad12032339eba452a490
Size (spamd-20060330.tar.gz) = 34509 bytes
+SHA1 (patch-aa) = 8b588735bfea41b4340a5570902267e5eb1267bb
diff --git a/mail/spamd/patches/patch-aa b/mail/spamd/patches/patch-aa
new file mode 100644
index 00000000000..f5588309242
--- /dev/null
+++ b/mail/spamd/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/06/14 22:02:45 darcy Exp $
+
+--- compat.h.orig 2006-03-07 17:49:09.000000000 -0500
++++ compat.h
+@@ -7,6 +7,7 @@
+ */
+ #ifdef __NetBSD__
+ #define CGETENT(b, d, n) cgetent(b, (const char * const *)d, n)
++#define _HAVE_SYSLOG_R_
+ #endif /* __NetBSD__ */
+
+ /*