aboutsummaryrefslogtreecommitdiff
path: root/security/pf/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-06-18 04:46:34 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-06-18 04:46:34 +0000
commitd2ff3920b864db822f0b8b79edd53f5fd366602c (patch)
treed05a7a20fc5aa3513c3389b12bb303257ab8e763 /security/pf/Makefile
parent5be853e5bdd34672064a5b71b6dde8006490652b (diff)
downloadports-d2ff3920b864db822f0b8b79edd53f5fd366602c.tar.gz
ports-d2ff3920b864db822f0b8b79edd53f5fd366602c.zip
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 <yongari@kt-is.co.kr> 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.
Notes
Notes: svn path=/head/; revision=83225
Diffstat (limited to 'security/pf/Makefile')
-rw-r--r--security/pf/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <bsd.port.pre.mk>
.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")