pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/heimdal Fix for darwin, reusing Dragonfly fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab1734bbe260
branches:  trunk
changeset: 501828:ab1734bbe260
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sat Oct 29 21:05:28 2005 +0000

description:
Fix for darwin, reusing Dragonfly fix by joerg

diffstat:

 security/heimdal/distinfo         |  4 ++--
 security/heimdal/patches/patch-ak |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r d7117cb377e8 -r ab1734bbe260 security/heimdal/distinfo
--- a/security/heimdal/distinfo Sat Oct 29 20:55:55 2005 +0000
+++ b/security/heimdal/distinfo Sat Oct 29 21:05:28 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2005/10/29 18:12:10 joerg Exp $
+$NetBSD: distinfo,v 1.18 2005/10/29 21:05:28 tonio Exp $
 
 SHA1 (heimdal-0.7.1.tar.gz) = ab3e6f5fe6de86f7ba7413f8600f9b1ed956b620
 RMD160 (heimdal-0.7.1.tar.gz) = 30373d227452e20187ca4bad1dc980c3f952be26
@@ -12,4 +12,4 @@
 SHA1 (patch-ah) = 797785f2f5f1530782d42393d2cc242f03fc20e6
 SHA1 (patch-ai) = 55276d0becee47ae62ccfe5cd837b0fd4d7e6ff6
 SHA1 (patch-aj) = ad30690ce7b7f11a80513df4d3e932bce095d863
-SHA1 (patch-ak) = 0667c72a591c79be30d77251cd231ea7e93da794
+SHA1 (patch-ak) = cf9cf0dd7b40e7fe46efbd4954a66bc451179f4b
diff -r d7117cb377e8 -r ab1734bbe260 security/heimdal/patches/patch-ak
--- a/security/heimdal/patches/patch-ak Sat Oct 29 20:55:55 2005 +0000
+++ b/security/heimdal/patches/patch-ak Sat Oct 29 21:05:28 2005 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-ak,v 1.1 2005/10/29 18:12:10 joerg Exp $
+$NetBSD: patch-ak,v 1.2 2005/10/29 21:05:28 tonio Exp $
 
 --- kcm/connect.c.orig 2005-10-29 17:36:00.000000000 +0200
 +++ kcm/connect.c
 @@ -32,4 +32,9 @@
   */
  
-+#if defined(__DragonFly__)
++#if defined(__DragonFly__) || defined(__APPLE__)
 +#include <sys/param.h>
 +#include <sys/ucred.h>
 +#endif



Home | Main Index | Thread Index | Old Index