pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim3 don't include crypt.h on Darwin, 6.8 at lea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30aa35ed34e1
branches:  trunk
changeset: 466285:30aa35ed34e1
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 15 02:05:10 2004 +0000

description:
don't include crypt.h on Darwin, 6.8 at least doesn't have it.

fixes build on Darwin.

diffstat:

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

diffs (31 lines):

diff -r 6b290f5c7958 -r 30aa35ed34e1 mail/exim3/distinfo
--- a/mail/exim3/distinfo       Thu Jan 15 01:40:13 2004 +0000
+++ b/mail/exim3/distinfo       Thu Jan 15 02:05:10 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/04 04:24:49 grant Exp $
+$NetBSD: distinfo,v 1.2 2004/01/15 02:05:10 grant Exp $
 
 SHA1 (exim-3.36.tar.bz2) = 2a06a2858ebf8cdedf2e41fa3f258b5e468e270d
 Size (exim-3.36.tar.bz2) = 982104 bytes
@@ -6,3 +6,4 @@
 SHA1 (patch-ac) = 39122ca045ca7bb61500acae2abf5683c8ec4530
 SHA1 (patch-ae) = 24009dd4807f0215e79cc0a86582297bf310c913
 SHA1 (patch-af) = ac3bea9fe84bc760fec21858bc818c1b01dd34a4
+SHA1 (patch-ag) = f56725acec715468889bf1049e0fd4208101be25
diff -r 6b290f5c7958 -r 30aa35ed34e1 mail/exim3/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/exim3/patches/patch-ag       Thu Jan 15 02:05:10 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2004/01/15 02:05:10 grant Exp $
+
+--- OS/os.h-Darwin.orig        2002-04-04 22:56:14.000000000 +1000
++++ OS/os.h-Darwin
+@@ -1,6 +1,8 @@
+ /* Exim: OS-specific C header file for Darwin (Mac OS X) */
+ 
++/* Darwin 6.8 does not have crypt.h
+ #define CRYPT_H
++*/
+ #define HAVE_MMAP
+ #define HAVE_SYS_MOUNT_H
+ #define SIOCGIFCONF_GIVES_ADDR



Home | Main Index | Thread Index | Old Index