diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-09-17 05:50:42 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-09-17 05:50:42 +0000 |
commit | 73ff7800b9179a63cb237166195fd326921dd095 (patch) | |
tree | 47327258622b04feb9c3e0a084b7864beb07284f /security/hping | |
parent | Fix install target assuming directory name in tarball (diff) |
- Add patches
- Bump PORTVERSION
PR: 30611
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=47901
Diffstat (limited to 'security/hping')
-rw-r--r-- | security/hping/Makefile | 1 | ||||
-rw-r--r-- | security/hping/files/patch-aa | 11 | ||||
-rw-r--r-- | security/hping/files/patch-ab | 10 |
3 files changed, 22 insertions, 0 deletions
diff --git a/security/hping/Makefile b/security/hping/Makefile index ff2a082a4366..21b33c1758d9 100644 --- a/security/hping/Makefile +++ b/security/hping/Makefile @@ -7,6 +7,7 @@ PORTNAME= hping PORTVERSION= 2.0.0r1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= security net MASTER_SITES= http://www.hping.org/ diff --git a/security/hping/files/patch-aa b/security/hping/files/patch-aa new file mode 100644 index 000000000000..1f243a1a18fe --- /dev/null +++ b/security/hping/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Sep 14 22:04:05 2001 ++++ Makefile.in Fri Sep 14 22:05:33 2001 +@@ -7,7 +7,7 @@ + # $rev: 3$ + + CC= gcc +-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) diff --git a/security/hping/files/patch-ab b/security/hping/files/patch-ab new file mode 100644 index 000000000000..b7dda57f7370 --- /dev/null +++ b/security/hping/files/patch-ab @@ -0,0 +1,10 @@ +--- 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 + + # |