pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/jchkmail Tweak an include file slighly so that it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/228c8e8eef58
branches:  trunk
changeset: 485450:228c8e8eef58
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Dec 11 14:13:34 2004 +0000

description:
Tweak an include file slighly so that it does not conflict with the
included include/libmilter/mfapi.h from the currently packaged
version of mail/libmilter.

diffstat:

 mail/jchkmail/distinfo         |   3 ++-
 mail/jchkmail/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 716695e0168a -r 228c8e8eef58 mail/jchkmail/distinfo
--- a/mail/jchkmail/distinfo    Sat Dec 11 13:24:19 2004 +0000
+++ b/mail/jchkmail/distinfo    Sat Dec 11 14:13:34 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/22 14:33:35 manu Exp $
+$NetBSD: distinfo,v 1.2 2004/12/11 14:13:34 kristerw Exp $
 
 SHA1 (jchkmail-1.3.1a.tar.gz) = 6cade163151a2c08d42082b971b55a11c33f47c6
 Size (jchkmail-1.3.1a.tar.gz) = 420432 bytes
 SHA1 (patch-aa) = b0c8c3483c2b65570547d79c59c0974b685d57bb
+SHA1 (patch-ab) = c629836b5dbab9282104a3c2731e379c56c5ea81
diff -r 716695e0168a -r 228c8e8eef58 mail/jchkmail/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/jchkmail/patches/patch-ab    Sat Dec 11 14:13:34 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/12/11 14:13:34 kristerw Exp $
+
+--- src/j-sys.h.orig   Sat Dec 11 15:03:16 2004
++++ src/j-sys.h        Sat Dec 11 15:03:37 2004
+@@ -239,7 +239,7 @@
+ #endif
+ 
+ #if !defined (HAVE_BOOL)
+-typedef int     bool;
++#define bool  int
+ #endif
+ 
+ #ifndef true



Home | Main Index | Thread Index | Old Index