diff options
Diffstat (limited to 'net/hping/files')
| -rw-r--r-- | net/hping/files/patch-Makefile.in | 33 | ||||
| -rw-r--r-- | net/hping/files/patch-bytesex.h | 18 | ||||
| -rw-r--r-- | net/hping/files/patch-configure | 10 |
3 files changed, 0 insertions, 61 deletions
diff --git a/net/hping/files/patch-Makefile.in b/net/hping/files/patch-Makefile.in deleted file mode 100644 index da0dfa76aff1..000000000000 --- a/net/hping/files/patch-Makefile.in +++ /dev/null @@ -1,33 +0,0 @@ ---- Makefile.in.orig Mon May 3 11:29:39 2004 -+++ Makefile.in Wed May 19 11:23:43 2004 -@@ -6,10 +6,10 @@ - # $date: Sun Jul 25 17:56:15 MET DST 1999$ - # $rev: 3$ - --CC= gcc -+CC?= gcc - AR=/usr/bin/ar - RANLIB=/usr/bin/ranlib --CCOPT= -O2 -Wall @PCAP_INCLUDE@ -+CCOPT= -Wall @CFLAGS@ @PCAP_INCLUDE@ - DEBUG= -g - #uncomment the following if you need libpcap based build under linux - #(not raccomanded) -@@ -43,7 +43,7 @@ - $(RANLIB) $@ - - hping2: byteorder.h $(OBJ) -- $(CC) -o hping2 $(CCOPT) $(DEBUG) $(OBJ) $(PCAP) @SOLARISLIB@ -+ $(CC) -o hping2 $(CCOPT) $(OBJ) $(PCAP) @SOLARISLIB@ - @echo - ./hping2 -v - @echo "use \`make strip' to strip hping2 binary" -@@ -53,7 +53,7 @@ - ./configure - - .c.o: -- $(CC) -c $(CCOPT) $(DEBUG) $(COMPILE_TIME) $< -+ $(CC) -c $(CCOPT) $(COMPILE_TIME) $< - - clean: - rm -rf hping2 *.o *.a diff --git a/net/hping/files/patch-bytesex.h b/net/hping/files/patch-bytesex.h deleted file mode 100644 index 65ecdcd74020..000000000000 --- a/net/hping/files/patch-bytesex.h +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- bytesex.h.orig Tue Sep 14 15:22:45 2004 -+++ bytesex.h Tue Sep 14 15:21:50 2004 -@@ -8,10 +8,12 @@ - #define ARS_BYTESEX_H - - #if defined(__i386__) \ -+ || defined(__ia64__) \ - || defined(__alpha__) \ - || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) - #define BYTE_ORDER_LITTLE_ENDIAN - #elif defined(__mc68000__) \ -+ || defined (__amd64__) \ - || defined (__sparc__) \ - || defined (__sparc) \ - || defined (__PPC__) \ diff --git a/net/hping/files/patch-configure b/net/hping/files/patch-configure deleted file mode 100644 index b7dda57f7370..000000000000 --- a/net/hping/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Sep 14 22:04:25 2001 -+++ configure Fri Sep 14 22:05:02 2001 -@@ -99,6 +99,7 @@ - -e "s^@PCAP_INCLUDE@^$PCAP_INCLUDE^g" \ - -e "s^@MANPATH@^$INSTALL_MANPATH^g" \ - -e "s^@SOLARISLIB@^$SOLARISLIB^g" \ -+ -e "s^@CFLAGS@^$CFLAGS^g" \ - <Makefile.in > Makefile - - # |
