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.16;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.4
log
@unbreak on -current

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


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 4
a4 21
--- 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
d6 6
@


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

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

