head	1.4;
access;
symbols
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2002.11.17.22.13.12;	author edwin;	state dead;
branches;
next	1.3;

1.3
date	2001.09.17.05.50.42;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2001.09.14.13.24.59;	author dwcjr;	state dead;
branches;
next	1.1;

1.1
date	2000.10.28.01.57.17;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.4
log
@unbreak on -current

PR:		45374
Submitted by:	maintainer
@
text
@--- 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
 
 #
@


1.3
log
@- Add patches
- Bump PORTVERSION

PR: 30611
Submitted by: MAINTAINER
@
text
@@


1.2
log
@Give maintainership to originator
Remove broken line
Update to 2.0.0-rc1

PR:		30572
Submitted by:	Nicolas.Jombart@@hsc-labs.com
Approved by:	maintainer
@
text
@d1 8
a8 5
--- 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$ 
d10 1
a10 7
-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)
@


1.1
log
@Add New Port: security/hping
Network auditing tool

PR:		21933
Submitted by:	Roman Shterenzon <roman@@xpert.com>
@
text
@@

