From owner-freebsd-ports Sun Sep 16 10:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F1BF37B406 for ; Sun, 16 Sep 2001 10:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8GHU0q83314; Sun, 16 Sep 2001 10:30:00 -0700 (PDT) (envelope-from gnats) Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by hub.freebsd.org (Postfix) with ESMTP id 24C4537B403 for ; Sun, 16 Sep 2001 10:25:44 -0700 (PDT) Received: from polom.hsc.fr (polom.hsc.fr [192.70.106.68]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "ecureuil.hsc.fr", Issuer CN "HSC CA" (verified OK)) by itesec.hsc.fr (Postfix) with ESMTP id 7F3BB10E0D for ; Sun, 16 Sep 2001 19:25:42 +0200 (CEST) Received: by polom.hsc.fr (Postfix, from userid 1000) id 55EEB103A4F; Sun, 16 Sep 2001 18:19:54 +0200 (CEST) Message-Id: <20010916161954.55EEB103A4F@polom.hsc.fr> Date: Sun, 16 Sep 2001 18:19:54 +0200 (CEST) From: Nicolas Jombart Reply-To: Nicolas Jombart To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30611: Update port: security/hping Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >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 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 + + # >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message