pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/spamd Add _HAVE_SYSLOG_R to prevent conflicts.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99adf4e51464
branches:  trunk
changeset: 529999:99adf4e51464
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Thu Jun 14 22:02:45 2007 +0000

description:
Add _HAVE_SYSLOG_R to prevent conflicts.

diffstat:

 mail/spamd/distinfo         |   3 ++-
 mail/spamd/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 529b49cd1e7d -r 99adf4e51464 mail/spamd/distinfo
--- a/mail/spamd/distinfo       Thu Jun 14 21:27:41 2007 +0000
+++ b/mail/spamd/distinfo       Thu Jun 14 22:02:45 2007 +0000
@@ -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 -r 529b49cd1e7d -r 99adf4e51464 mail/spamd/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/spamd/patches/patch-aa       Thu Jun 14 22:02:45 2007 +0000
@@ -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__ */
+ 
+ /*



Home | Main Index | Thread Index | Old Index