pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-saslauthd Fix buildling problems on som...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f48333e89af2
branches:  trunk
changeset: 485342:f48333e89af2
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Dec 07 09:17:35 2004 +0000

description:
Fix buildling problems on some machines, PR#28562

diffstat:

 security/cyrus-saslauthd/distinfo         |   3 ++-
 security/cyrus-saslauthd/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 170d345f3eaf -r f48333e89af2 security/cyrus-saslauthd/distinfo
--- a/security/cyrus-saslauthd/distinfo Tue Dec 07 04:23:59 2004 +0000
+++ b/security/cyrus-saslauthd/distinfo Tue Dec 07 09:17:35 2004 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2004/08/04 20:08:38 jlam Exp $
+$NetBSD: distinfo,v 1.4 2004/12/07 09:17:35 adam Exp $
 
 SHA1 (cyrus-sasl-2.1.19.tar.gz) = 9512d70ecea33b9d44e69d185a323a0f7b133705
 Size (cyrus-sasl-2.1.19.tar.gz) = 1537350 bytes
 SHA1 (patch-aa) = f3497c322d073ccb2a54e439067227f2f03a99b1
 SHA1 (patch-ab) = 864bfe7c47b445107cdc517e2fe2e5ad2b459be1
 SHA1 (patch-ac) = 79267ad3e175632728e43fb2ba159ab411e7ff3c
+SHA1 (patch-ad) = ab0b9d948741b28fcea91f7833e06e829f459669
diff -r 170d345f3eaf -r f48333e89af2 security/cyrus-saslauthd/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/cyrus-saslauthd/patches/patch-ad Tue Dec 07 09:17:35 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2004/12/07 09:17:35 adam Exp $
+
+--- md5.c.orig 2004-12-07 10:07:58.000000000 +0000
++++ md5.c
+@@ -27,7 +27,7 @@ documentation and/or software.
+ 
+ #include <config.h>
+ #include "md5global.h"
+-#include "md5.h"
++#include <sys/md5.h>
+ #include "hmac-md5.h"
+ 
+ #ifndef WIN32



Home | Main Index | Thread Index | Old Index