aboutsummaryrefslogtreecommitdiff
path: root/security/fwbuilder
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2013-10-06 04:23:20 +0000
committerCy Schubert <cy@FreeBSD.org>2013-10-06 04:23:20 +0000
commitb03e362c332ac212afdd9d89fabee6b8de68f75f (patch)
tree14fb0bbd6d45f3703adfeeb9fab3d6510458e9cd /security/fwbuilder
parent2d550500c5c2e40be2d034443b19d39c469a1f45 (diff)
downloadports-b03e362c332ac212afdd9d89fabee6b8de68f75f.tar.gz
ports-b03e362c332ac212afdd9d89fabee6b8de68f75f.zip
With the impending removal of rcs from base/head/, add new rcs 5.7 port
which is compatible with the soon to be removed rcs (5.7) in base/ and make security/fwbuilder (which will not work with any rcs newer than 5.7) depend on it.
Notes
Notes: svn path=/head/; revision=329531
Diffstat (limited to 'security/fwbuilder')
-rw-r--r--security/fwbuilder/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile
index 4566f0403a59..77c4ce31a494 100644
--- a/security/fwbuilder/Makefile
+++ b/security/fwbuilder/Makefile
@@ -79,6 +79,11 @@ NO_STAGE= yes
MAKE_ENV+= CCACHE_DISABLE=yes
.endif
+.if ${OSVERSION} >= 1000055
+# IMPORTANT: Newer versions of rcs will NOT work with fwbuilder.
+RUN_DEPENDS= rcs:${PORTSDIR}/devel/rcs57
+.endif
+
post-install:
@${STRIP_CMD} ${PREFIX}/bin/fwbuilder
@${ECHO} If you are upgrading from a previous version of fwbuilder,