pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libnet10



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Dec 15 16:11:11 UTC 2017

Modified Files:
        pkgsrc/devel/libnet10: distinfo
        pkgsrc/devel/libnet10/patches: patch-ac

Log Message:
libnet10: Don't overwrite user CFLAGS with bogus ones.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libnet10/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libnet10/patches/patch-ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libnet10/distinfo
diff -u pkgsrc/devel/libnet10/distinfo:1.7 pkgsrc/devel/libnet10/distinfo:1.8
--- pkgsrc/devel/libnet10/distinfo:1.7  Tue Aug 30 13:57:31 2016
+++ pkgsrc/devel/libnet10/distinfo      Fri Dec 15 16:11:10 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2016/08/30 13:57:31 he Exp $
+$NetBSD: distinfo,v 1.8 2017/12/15 16:11:10 jperkin Exp $
 
 SHA1 (libnet-1.0.2a.tar.gz) = 804eaf43bb90f93e505d46a9668c914a112bf136
 RMD160 (libnet-1.0.2a.tar.gz) = 43dd2edc31e56b42792727b88d81342dc26d3308
@@ -6,6 +6,6 @@ SHA512 (libnet-1.0.2a.tar.gz) = 2e9a73bd
 Size (libnet-1.0.2a.tar.gz) = 140191 bytes
 SHA1 (patch-aa) = fa71db191c421aa1b36d1107236645fdde0bc8f9
 SHA1 (patch-ab) = 56a2cb8b214529fdaacdbc6154ec2fc88edfa1c8
-SHA1 (patch-ac) = 73c68c9e6ca1dfc751cf8d5b00444fa38ae87e70
+SHA1 (patch-ac) = 7224d5fc0ac7084cda9b932d1a742c5055cde7f2
 SHA1 (patch-ad) = 237a8caae854df28790b3038c0b782b95b336004
 SHA1 (patch-ae) = d3b0e651bee5344b0d0539065058a939036a8152

Index: pkgsrc/devel/libnet10/patches/patch-ac
diff -u pkgsrc/devel/libnet10/patches/patch-ac:1.2 pkgsrc/devel/libnet10/patches/patch-ac:1.3
--- pkgsrc/devel/libnet10/patches/patch-ac:1.2  Fri Feb 22 21:12:25 2013
+++ pkgsrc/devel/libnet10/patches/patch-ac      Fri Dec 15 16:11:11 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.2 2013/02/22 21:12:25 jperkin Exp $
+$NetBSD: patch-ac,v 1.3 2017/12/15 16:11:11 jperkin Exp $
 
 Look for dlpi before bpf, SunOS has both but this package assumes
 bpf is only on BSD systems and tries to use sysctl etc.
@@ -32,6 +32,15 @@ bpf is only on BSD systems and tries to 
  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
+@@ -958,7 +958,7 @@ fi
+ 
+ 
+ 
+-if test $ac_cv_prog_gcc = yes; then
++if test $ac_cv_prog_gcc = notyes; then
+     CCOPTS='-O2 -funroll-loops -fomit-frame-pointer -Wall'
+     CFLAGS="$CCOPTS"
+ fi
 @@ -1284,7 +1284,13 @@ 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