aboutsummaryrefslogtreecommitdiffstats
path: root/net/hping/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/hping/files')
-rw-r--r--net/hping/files/patch-aa22
-rw-r--r--net/hping/files/patch-ab13
-rw-r--r--net/hping/files/patch-ac28
3 files changed, 0 insertions, 63 deletions
diff --git a/net/hping/files/patch-aa b/net/hping/files/patch-aa
deleted file mode 100644
index f60706776698..000000000000
--- a/net/hping/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.orig Thu Jul 6 20:06:10 2000
-+++ configure Thu Oct 5 15:33:45 2000
-@@ -65,8 +65,8 @@
- ;;
- *"--force-libpcap")
- FORCE_LIBPCAP="-DFORCE_LIBPCAP"
-- PCAP="PCAP=libpcap/libpcap.a"
-- PCAP_INCLUDE="-I./libpcap"
-+ PCAP="PCAP=-lpcap"
-+ PCAP_INCLUDE=""
- ;;
- *"--dont-use-proc")
- HAVE_PROC=""
-@@ -92,7 +92,7 @@
- -e s/@FORCE_LIBPCAP@/"$FORCE_LIBPCAP"/g \
- -e s/@HAVE_PROC@/"$HAVE_PROC"/g \
- -e s^@PCAP@^"$PCAP"^g \
-- -e s^@PCAP_INCLUDE@^"$PCAP_INCLUDE$"^g \
-+ -e s^@PCAP_INCLUDE@^"$PCAP_INCLUDE"^g \
- -e s^@MANPATH@^"$INSTALL_MANPATH"^g \
- > Makefile
-
diff --git a/net/hping/files/patch-ab b/net/hping/files/patch-ab
deleted file mode 100644
index fcc4cad3fa43..000000000000
--- a/net/hping/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig Thu Oct 5 15:22:25 2000
-+++ Makefile.in Thu Oct 5 15:25:28 2000
-@@ -6,8 +6,8 @@
- # $date: Sun Jul 25 17:56:15 MET DST 1999$
- # $rev: 3$
-
--CC= gcc
--CCOPT= -O2 -Wall @PCAP_INCLUDE@
-+CC?= gcc
-+CCOPT= $(CFLAGS) -Wall @PCAP_INCLUDE@
- DEBUG= -g
- #uncomment the following if you need libpcap based build under linux
- #(not raccomanded)
diff --git a/net/hping/files/patch-ac b/net/hping/files/patch-ac
deleted file mode 100644
index ca68c8d0719b..000000000000
--- a/net/hping/files/patch-ac
+++ /dev/null
@@ -1,28 +0,0 @@
---- getlhs.c.orig Mon Jun 4 16:17:30 2001
-+++ getlhs.c Mon Jun 4 16:17:32 2001
-@@ -73,6 +73,7 @@
- else if ( strstr(ifname, "eth") /* ? */
- || strstr(ifname, "ed")
- || strstr(ifname, "ne")
-+ || strstr(ifname, "xe") /* Xircom */
- || strstr(ifname, "xl") /* 3com */
- || strstr(ifname, "vx") /* 3com (older model) */
- || strstr(ifname, "ep") /* 3com 3c589 */
-@@ -85,6 +86,17 @@
- || strstr(ifname, "sk") /* SysKonnect SK-984x */
- || strstr(ifname, "tl") /* Compaq Netelligent 10/10+TNETE100 */
- || strstr(ifname, "tx") /* SMC 9432TX */
-+ || strstr(ifname, "an") /* Aironet 4500/4800 */
-+ || strstr(ifname, "awi") /* PRISM I IEEE 802.11b wireless NIC */
-+ || strstr(ifname, "dc") /* DEC/Intel 21143 and workalikes */
-+ || strstr(ifname, "de") /* Digital Equipment DC21040 */
-+ || strstr(ifname, "pcn") /* AMD Am79C79x */\
-+ || strstr(ifname, "sis") /* SiS 900/SiS 7016 */
-+ || strstr(ifname, "ste") /* Sundance ST201 */
-+ || strstr(ifname, "vr") /* VIA Rhine, Rhine II */
-+ || strstr(ifname, "vx") /* 3com (older model) */
-+ || strstr(ifname, "wi") /* WaveLAN/IEEE 802.11 wireless NICs */
-+ || strstr(ifname, "wx") /* Intel Gigabit "Wiseman" */
- || strstr(ifname, "wb")) /* Winbond W89C840F chip */
- {
- linkhdr_size = ETHHDR_SIZE;