Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  9 Mar 2004 16:31:21 +1300 (NZDT)
From:      Andrew Thompson <andy@fud.org.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63958: Maintainer-update: net/pfflowd - pf is part of the base system now.
Message-ID:  <20040309033121.6547517057@smtp.fud.org.nz>
Resent-Message-ID: <200403090340.i293eE0h050349@freefall.freebsd.org>

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

>Number:         63958
>Category:       ports
>Synopsis:       Maintainer-update: net/pfflowd - pf is part of the base system now.
>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 Mar 08 19:40:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Thompson
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD kate.fud.org.nz 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Fri Feb 27 23:34:15 NZDT 2004 root@kate.fud.org.nz:/usr/obj/usr/src/sys/KATE i386


	
>Description:
pf is now part of the base system.
	
>How-To-Repeat:
	
>Fix:


diff -urN net/pfflowd/Makefile net/pfflowd/Makefile
--- net/pfflowd/Makefile        Tue Mar  9 16:27:38 2004
+++ net/pfflowd/Makefile        Tue Mar  9 16:22:20 2004
@@ -13,9 +13,6 @@
 MAINTAINER=    andy@fud.org.nz
 COMMENT=       Convert pfsync states to NetFlow datagrams
 
-BUILD_DEPENDS= ${LOCALBASE}/include/pf/net/pfvar.h:${PORTSDIR}/security/pf
-RUN_DEPENDS=   ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf
-
 MAN8=          pfflowd.8
 
 PLIST_FILES=   sbin/pfflowd \
@@ -29,6 +26,11 @@
 
 .if ${ARCH} != "i386"
 BROKEN=                "Does not compile on !i386"
+.endif
+
+.if ${OSVERSION} < 502106
+BUILD_DEPENDS=  ${LOCALBASE}/include/pf/net/pfvar.h:${PORTSDIR}/security/pf
+RUN_DEPENDS=    ${LOCALBASE}/modules/pf.ko:${PORTSDIR}/security/pf
 .endif
 
 post-patch:
>Release-Note:
>Audit-Trail:
>Unformatted:



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