From d2ff3920b864db822f0b8b79edd53f5fd366602c Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Wed, 18 Jun 2003 04:46:34 +0000 Subject: PR: Submitted by: maintainer Reviewed by: Approved by: Obtained from: MFC after: Add two patches to solve the following problems: patch-ab - resolves a problem with a mbuf-tag in 5.1 - Submitted by: Pyun YongHyeon patch-ac - pulls in two critical fixes from OpenBSD patch branch - Obtained from: OpenBSD Change BROKEN to IGNORE tag in Makefile, suggested by: kris@ && bump PORTREVISION. --- security/pf/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/pf/Makefile') diff --git a/security/pf/Makefile b/security/pf/Makefile index 264337e12747..918ed8202ada 100644 --- a/security/pf/Makefile +++ b/security/pf/Makefile @@ -7,7 +7,7 @@ PORTNAME= pf_freebsd PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= http://pf4freebsd.love2party.net/ .if defined(WITH_ALTQ) && (${WITH_ALTQ} == "yes") @@ -47,12 +47,12 @@ PLIST_SUB+= WITH_ALTQ="@comment " .include .if ${OSVERSION} < 500000 -BROKEN= "Only for 5.0 and above" +IGNORE= "Only for 5.0 and above" .endif .if !exists(${SRC_BASE}/sys/Makefile) && \ (defined(WITH_ALTQ) && !exists(${SYS_ALTQ}/Makefile) -BROKEN= "Kernel source files required" +IGNORE= "Kernel source files required" .endif .if !defined(WITH_ALTQ) || (${WITH_ALTQ} != "yes") -- cgit v1.2.3