From owner-freebsd-ports Fri Nov 29 21:41: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EEB937B40C for ; Fri, 29 Nov 2002 21:40:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6DF43F22 for ; Fri, 29 Nov 2002 21:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAU5e8x3015385 for ; Fri, 29 Nov 2002 21:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAU5e8q8015384; Fri, 29 Nov 2002 21:40:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FB3137B401 for ; Fri, 29 Nov 2002 21:30:33 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ABF643EAF for ; Fri, 29 Nov 2002 21:30:31 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 88D11915 for ; Sat, 30 Nov 2002 14:30:26 +0900 (JST) Message-Id: <20021130142652.6db7f533.tkato@prontomail.com> Date: Sat, 30 Nov 2002 14:26:52 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/45862: Update port: security/firewalk 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: 45862 >Category: ports >Synopsis: Update port: security/firewalk >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: Fri Nov 29 21:40:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Support LOCALBASE properly >How-To-Repeat: >Fix: diff -urN /usr/ports/security/firewalk/Makefile security/firewalk/Makefile --- /usr/ports/security/firewalk/Makefile Mon Nov 11 19:00:59 2002 +++ security/firewalk/Makefile Sat Nov 30 03:18:07 2002 @@ -8,19 +8,20 @@ PORTNAME= firewalk PORTVERSION= 1.0 CATEGORIES= security -MASTER_SITES= http://www.packetfactory.net/firewalk/ +MASTER_SITES= http://www.packetfactory.net/firewalk/dist/ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet -MAN1= firewalk.1 +WRKSRC= ${WRKDIR}/Firewalk-${PORTVERSION} GNU_CONFIGURE= yes -CONFIGURE_ENV+= LDFLAGS="-L${PREFIX}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gtk=no -WRKSRC= ${WRKDIR}/Firewalk-${PORTVERSION} +MAN1= firewalk.1 .include diff -urN /usr/ports/security/firewalk/files/patch-aa security/firewalk/files/patch-aa --- /usr/ports/security/firewalk/files/patch-aa Sat Dec 23 12:05:41 2000 +++ security/firewalk/files/patch-aa Sat Nov 30 03:21:10 2002 @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri Nov 19 06:20:56 1999 -+++ Makefile.in Wed Sep 27 02:00:42 2000 +--- Makefile.in.orig Sun Feb 4 05:24:09 2001 ++++ Makefile.in Sat Nov 30 03:20:58 2002 @@ -7,13 +7,14 @@ # @configure_input@ @@ -12,9 +12,9 @@ +LIBNET_CONFIG= $(PREFIX)/bin/libnet-config +DEFINES += @DEFS@ `$(LIBNET_CONFIG) --defines` CFLAGS = @CFLAGS@ --CPPFLAGS = @CPPFLAGS@ + CPPFLAGS = @CPPFLAGS@ -LIBS = -lnet -lpcap @FW_GTK_CONFIG@ `libnet-config --libs` -+CPPFLAGS = -I$(PREFIX)/include @CPPFLAGS@ -+LIBS = -L$(PREFIX)/lib @FW_GTK_CONFIG@ `$(LIBNET_CONFIG) --libs` -lpcap ++LIBS = @FW_GTK_CONFIG@ `$(LIBNET_CONFIG) --libs` -lpcap @LDFLAGS@ OBJECTS = main.o firewalk.o watcher.o p_cap.o signal.o \ packet.o udptcpwalk.o port_list.o util.o @FW_GTK_OBJS@ + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message