pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/fam Include "sys/types.h" in configure test p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7738d7bd7895
branches: trunk
changeset: 471610:7738d7bd7895
user: tron <tron%pkgsrc.org@localhost>
date: Mon Mar 29 15:12:57 2004 +0000
description:
Include "sys/types.h" in configure test program checking for "sun_len"
in "struct sockaddr_in" to fix compile failure which causes incorrect
auto configuration and later build failures under NetBSD 1.6.2_STABLE.
diffstat:
sysutils/fam/distinfo | 4 ++--
sysutils/fam/patches/patch-ax | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (41 lines):
diff -r 38aa40c2c168 -r 7738d7bd7895 sysutils/fam/distinfo
--- a/sysutils/fam/distinfo Mon Mar 29 14:05:10 2004 +0000
+++ b/sysutils/fam/distinfo Mon Mar 29 15:12:57 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2004/03/28 22:00:05 minskim Exp $
+$NetBSD: distinfo,v 1.9 2004/03/29 15:12:57 tron Exp $
SHA1 (fam-2.7.0.tar.gz) = 6c2316f02acf89a41c42ffc3d7fd9cf5eada83a8
Size (fam-2.7.0.tar.gz) = 301974 bytes
@@ -15,4 +15,4 @@
SHA1 (patch-ao) = 64827309bf91a2018629e28fef20109dde3fbf01
SHA1 (patch-ap) = b8084876217ca0b8510175ca753a6bbe9378438e
SHA1 (patch-au) = 6bd507eb448b3fd126042759a3b6f70335401c5b
-SHA1 (patch-ax) = 3f341c6e63ca0014d28675dda174f63647e988f7
+SHA1 (patch-ax) = fe82b245825aaa2a0add5329bca69d20accc4105
diff -r 38aa40c2c168 -r 7738d7bd7895 sysutils/fam/patches/patch-ax
--- a/sysutils/fam/patches/patch-ax Mon Mar 29 14:05:10 2004 +0000
+++ b/sysutils/fam/patches/patch-ax Mon Mar 29 15:12:57 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ax,v 1.5 2004/03/28 22:00:05 minskim Exp $
+$NetBSD: patch-ax,v 1.6 2004/03/29 15:12:57 tron Exp $
--- configure.orig 2003-11-26 13:47:26.000000000 -0600
+++ configure
@@ -50,7 +50,7 @@
int
main ()
{
-@@ -9910,7 +9914,101 @@ cat >>confdefs.h <<_ACEOF
+@@ -9910,7 +9914,102 @@ cat >>confdefs.h <<_ACEOF
#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
_ACEOF
@@ -106,6 +106,7 @@
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
++#include <sys/types.h>
+#include <sys/un.h>
+
+int
Home |
Main Index |
Thread Index |
Old Index