diff options
author | 2006-11-13 23:11:41 +0000 | |
---|---|---|
committer | 2006-11-13 23:11:41 +0000 | |
commit | 391a81a9145dc643c2516e530ba55879e06a0b1c (patch) | |
tree | 3f32a4ff2ac524c35639a167844c3120198561f0 /net-analyzer/hping/files/hping-3_pre20051105.patch | |
parent | Version bump for trac-0.10*. (diff) | |
download | gentoo-2-391a81a9145dc643c2516e530ba55879e06a0b1c.tar.gz gentoo-2-391a81a9145dc643c2516e530ba55879e06a0b1c.tar.bz2 gentoo-2-391a81a9145dc643c2516e530ba55879e06a0b1c.zip |
Version bump thanks to Robert Buchholz
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'net-analyzer/hping/files/hping-3_pre20051105.patch')
-rw-r--r-- | net-analyzer/hping/files/hping-3_pre20051105.patch | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/net-analyzer/hping/files/hping-3_pre20051105.patch b/net-analyzer/hping/files/hping-3_pre20051105.patch new file mode 100644 index 000000000000..154237931f3f --- /dev/null +++ b/net-analyzer/hping/files/hping-3_pre20051105.patch @@ -0,0 +1,45 @@ +--- libpcap_stuff.c.old 2004-06-15 18:38:08.062799704 +1200 ++++ libpcap_stuff.c 2004-06-15 18:38:22.515602544 +1200 +@@ -17,7 +17,7 @@ + #include <stdlib.h> + #include <sys/ioctl.h> + #include <pcap.h> +-#include <net/bpf.h> ++#include <pcap-bpf.h> + + #include "globals.h" + +--- script.c.old 2004-06-15 18:38:59.135035544 +1200 ++++ script.c 2004-06-15 18:39:11.210199840 +1200 +@@ -24,7 +24,7 @@ + + #include <sys/ioctl.h> + #include <pcap.h> +-#include <net/bpf.h> ++#include <pcap-bpf.h> + + #include "release.h" + #include "hping2.h" +--- configure.old 2004-06-15 19:00:55.992842728 +1200 ++++ configure 2004-06-15 19:00:04.961600656 +1200 +@@ -93,7 +93,7 @@ + else + USE_TCL="" + TCL_LIB="" +- echo "==> WARNING: no Tcl header files found!" ++ echo "==> WARNING: no Tcl header files found." + fi + fi + if [ -n $USE_TCL ] +--- Makefile.in.orig 2006-10-31 01:21:53.000000000 +0100 ++++ Makefile.in 2006-10-31 01:22:08.000000000 +0100 +@@ -52,9 +52,6 @@ + hping3: byteorder.h $(OBJ) + $(CC) -o hping3 $(CCOPT) $(DEBUG) $(OBJ) -L/usr/local/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@ + @echo +- ./hping3 -v +- @echo "use \`make strip' to strip hping3 binary" +- @echo "use \`make install' to install hping3" + + hping3-static: byteorder.h $(OBJ) + $(CC) -static -o hping3-static $(CCOPT) $(DEBUG) $(OBJ) -L/usr/local/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@ -ldl |