pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/guile Include sys/types.h before sys/socket.h to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4aa754cb8d0
branches:  trunk
changeset: 516293:b4aa754cb8d0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 18 18:02:09 2006 +0000

description:
Include sys/types.h before sys/socket.h to fix socklen_t detection
on DragonFly.

diffstat:

 lang/guile/distinfo         |   3 ++-
 lang/guile/patches/patch-ak |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 3e3a626174fb -r b4aa754cb8d0 lang/guile/distinfo
--- a/lang/guile/distinfo       Tue Jul 18 17:42:08 2006 +0000
+++ b/lang/guile/distinfo       Tue Jul 18 18:02:09 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2006/07/12 20:11:39 wiz Exp $
+$NetBSD: distinfo,v 1.29 2006/07/18 18:02:09 joerg Exp $
 
 SHA1 (guile-1.6.8.tar.gz) = 5c244f730d7aaee32db4b0cc77b688f74a5caa71
 RMD160 (guile-1.6.8.tar.gz) = 9c2c6a6afe2adce458e30e97da782ae18ce75b5c
@@ -11,3 +11,4 @@
 SHA1 (patch-ah) = e66596a5ecc5c2d4fd09833507499b4d02c7af8a
 SHA1 (patch-ai) = 73e4a95dc9e9ede4d423e3a73fc2b0ac4f4802e0
 SHA1 (patch-aj) = 2d55986fd8161bdc32c6e2ef7fe3d89310ab20cd
+SHA1 (patch-ak) = 8cb47bf5d2c3818f860c459180507d4b2eae0b60
diff -r 3e3a626174fb -r b4aa754cb8d0 lang/guile/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/guile/patches/patch-ak       Tue Jul 18 18:02:09 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ak,v 1.4 2006/07/18 18:02:09 joerg Exp $
+
+--- configure.orig     2006-07-18 17:48:48.000000000 +0000
++++ configure
+@@ -30498,6 +30498,7 @@ _ACEOF
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
++#include <sys/types.h>
+ #include <sys/socket.h>
+ 
+ int



Home | Main Index | Thread Index | Old Index