ports/56885: Fix build for security/firewalk

Yonatan at xpert.com Yonatan at xpert.com
Mon Sep 15 08:30:23 UTC 2003


>Number:         56885
>Category:       ports
>Synopsis:       Fix build for security/firewalk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 15 01:30:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yonatan at xpert.com
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD Temujin 4.8-RC FreeBSD 4.8-RC #1: Sat Apr 12 03:02:22 GMT 2003 root at Temujin:/usr/obj/usr/src/sys/TEMUJIN-G i386
>Description:
	Add missing dependancy of libnet-devel. Thanks, bento. While I'm here,
convert to DOCSDIR.
>How-To-Repeat:
	Read bento log.
>Fix:

--- firewalk-bento.diff begins here ---
diff -urN firewalk.orig/Makefile firewalk/Makefile
--- firewalk.orig/Makefile	Sun Sep  7 11:24:17 2003
+++ firewalk/Makefile	Mon Sep 15 11:20:19 2003
@@ -14,7 +14,8 @@
 MAINTAINER=	Yonatan at xpert.com
 COMMENT=	A remote firewall auditing tool
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet
+BUILD_DEPENDS=	${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet	\
+		${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 WRKSRC=		${WRKDIR}/Firewalk
diff -urN firewalk.orig/pkg-plist firewalk/pkg-plist
--- firewalk.orig/pkg-plist	Sun Sep  7 11:24:17 2003
+++ firewalk/pkg-plist	Mon Sep 15 11:21:53 2003
@@ -1,5 +1,5 @@
 bin/firewalk
-%%PORTDOCS%%share/doc/firewalk/README
-%%PORTDOCS%%share/doc/firewalk/BUGS
-%%PORTDOCS%%share/doc/firewalk/TODO
-%%PORTDOCS%%@dirrm share/doc/firewalk
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/BUGS
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- firewalk-bento.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list