Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2002 14:26:52 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45862: Update port: security/firewalk
Message-ID:  <20021130142652.6db7f533.tkato@prontomail.com>

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

>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 <bsd.port.pre.mk>
 
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




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