diff options
author | cy <cy@FreeBSD.org> | 2013-10-06 12:23:20 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2013-10-06 12:23:20 +0800 |
commit | bddd1810680b85e35543fc569148f93e5e88de1e (patch) | |
tree | 14fb0bbd6d45f3703adfeeb9fab3d6510458e9cd /security/fwbuilder | |
parent | 3e016e5ff1f24a9640feebf3c2d40aee334223e7 (diff) | |
download | freebsd-ports-gnome-bddd1810680b85e35543fc569148f93e5e88de1e.tar.gz freebsd-ports-gnome-bddd1810680b85e35543fc569148f93e5e88de1e.tar.zst freebsd-ports-gnome-bddd1810680b85e35543fc569148f93e5e88de1e.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.
Diffstat (limited to 'security/fwbuilder')
-rw-r--r-- | security/fwbuilder/Makefile | 5 |
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, |