Index: head/security/firewalk/Makefile =================================================================== --- head/security/firewalk/Makefile (revision 142805) +++ head/security/firewalk/Makefile (revision 142806) @@ -1,39 +1,39 @@ # New ports collection makefile for: firewalk # Date created: Sun May 3, 1999 # Whom: shipley@dis.org # # $FreeBSD$ # PORTNAME= firewalk PORTVERSION= 5.0 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.packetfactory.net/firewalk/dist/ EXTRACT_SUFX= .tgz MAINTAINER= onatan@gmail.com COMMENT= A remote firewall auditing tool BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ - ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel + ${LOCALBASE}/include/libnet/libnet-types.h:${PORTSDIR}/net/libnet-devel RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/Firewalk GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN8= firewalk.8 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/firewalk ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man/firewalk.8 ${MANPREFIX}/man/man8/ . if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/BUGS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} . endif .include Property changes on: head/security/firewalk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property Index: head/security/firewalk/files/patch-include:firewalk.h =================================================================== --- head/security/firewalk/files/patch-include:firewalk.h (nonexistent) +++ head/security/firewalk/files/patch-include:firewalk.h (revision 142806) @@ -0,0 +1,13 @@ +--- include/firewalk.h.orig Wed Sep 14 19:19:27 2005 ++++ include/firewalk.h Wed Sep 14 19:20:37 2005 +@@ -41,6 +41,10 @@ + #include + #include + ++#ifndef BIOCIMMEDIATE ++#define BIOCIMMEDIATE _IOW('B',112,u_int) ++#endif ++ + #define FW_BANNER "Firewalk (c) 2002 Mike D. Schiffman \ + \nhttp://www.packetfactory.net/firewalk\n\ + for more information.\n" Property changes on: head/security/firewalk/files/patch-include:firewalk.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property