Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2001 18:19:54 +0200 (CEST)
From:      Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30611: Update port: security/hping
Message-ID:  <20010916161954.55EEB103A4F@polom.hsc.fr>

next in thread | raw e-mail | index | archive | help

>Number:         30611
>Category:       ports
>Synopsis:       Update port: security/hping
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 16 10:30:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD polom.hsc.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Aug 13 17:06:33 CEST 2001 ecu@polom.hsc.fr:/usr/src/sys/i386/compile/ECU i386


	
>Description:

	Fix CFLAGS. Submitted by Roman Shterenzon <roman@xpert.com>

	Modified file : Makefile
	Please correct me if I'm wrong with PORTREVISION

	Added files : files/
	              files/patch-aa
	              files/patch-ab

>How-To-Repeat:
	
>Fix:

diff -ruN hping.old/Makefile hping/Makefile
--- hping.old/Makefile	Sun Sep 16 17:07:26 2001
+++ hping/Makefile	Sun Sep 16 18:10:41 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=       hping
 PORTVERSION=    2.0.0r1
+PORTREVISION=   1
 PORTEPOCH=      1
 CATEGORIES=     security net
 MASTER_SITES=   http://www.hping.org/
diff -ruN hping.old/files/patch-aa hping/files/patch-aa
--- hping.old/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ hping/files/patch-aa	Sun Sep 16 16:30:22 2001
@@ -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 -ruN hping.old/files/patch-ab hping/files/patch-ab
--- hping.old/files/patch-ab	Thu Jan  1 01:00:00 1970
+++ hping/files/patch-ab	Sun Sep 16 16:30:26 2001
@@ -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
+ 
+ #
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010916161954.55EEB103A4F>