pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libnet Add a missing instance of a fix for broke...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f390b295468
branches:  trunk
changeset: 515668:5f390b295468
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jul 06 12:56:30 2006 +0000

description:
Add a missing instance of a fix for broken configure test for Solaris.
really fixes PR pkg/25083.

diffstat:

 devel/libnet/distinfo         |   4 ++--
 devel/libnet/patches/patch-ac |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r 1944e1d2ab6c -r 5f390b295468 devel/libnet/distinfo
--- a/devel/libnet/distinfo     Thu Jul 06 12:45:50 2006 +0000
+++ b/devel/libnet/distinfo     Thu Jul 06 12:56:30 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2005/12/02 21:13:56 joerg Exp $
+$NetBSD: distinfo,v 1.9 2006/07/06 12:56:30 markd Exp $
 
 SHA1 (libnet-1.0.2a.tar.gz) = 804eaf43bb90f93e505d46a9668c914a112bf136
 RMD160 (libnet-1.0.2a.tar.gz) = 43dd2edc31e56b42792727b88d81342dc26d3308
 Size (libnet-1.0.2a.tar.gz) = 140191 bytes
 SHA1 (patch-aa) = 5dc17a1cac05cf0ea80e421b4e1f092cfc172550
 SHA1 (patch-ab) = 56a2cb8b214529fdaacdbc6154ec2fc88edfa1c8
-SHA1 (patch-ac) = 7e64b5574869ff82ce0d89e04f96f8f7da2bb9b8
+SHA1 (patch-ac) = 8a329e6f71fea449d6f7bf913c34627285452b66
diff -r 1944e1d2ab6c -r 5f390b295468 devel/libnet/patches/patch-ac
--- a/devel/libnet/patches/patch-ac     Thu Jul 06 12:45:50 2006 +0000
+++ b/devel/libnet/patches/patch-ac     Thu Jul 06 12:56:30 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.4 2005/12/02 21:13:56 joerg Exp $
+$NetBSD: patch-ac,v 1.5 2006/07/06 12:56:30 markd Exp $
 
---- configure.orig     2001-01-17 21:59:33.000000000 +0100
+--- configure.orig     2001-01-18 09:59:33.000000000 +1300
 +++ configure
 @@ -506,7 +506,7 @@ fi
  
@@ -20,6 +20,15 @@
  ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
  ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
  cross_compiling=$ac_cv_prog_cc_cross
+@@ -806,7 +806,7 @@ fi
+ rm -fr conftest*
+ ac_ext=c
+ # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
+-ac_cpp='$CPP $CPPFLAGS'
++ac_cpp='${CC-cc} -E $CPPFLAGS'
+ ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
+ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+ cross_compiling=$ac_cv_prog_cc_cross
 @@ -1284,7 +1284,7 @@ fi
  echo $ac_n "checking low-level packet interface type""... $ac_c" 1>&6
  echo "configure:1286: checking low-level packet interface type" >&5



Home | Main Index | Thread Index | Old Index