aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rcs57
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-12-11 15:18:48 +0800
committerlinimon <linimon@FreeBSD.org>2017-12-11 15:18:48 +0800
commit06ade54a83c6656fd8e92bd62fc00a4435498013 (patch)
treed4e9111af0c1965be1ee4cd2bdeba63fa45c8a45 /devel/rcs57
parent18623b8dd71d5654502a5e5ca3a36be8d2960e5e (diff)
downloadfreebsd-ports-gnome-06ade54a83c6656fd8e92bd62fc00a4435498013.tar.gz
freebsd-ports-gnome-06ade54a83c6656fd8e92bd62fc00a4435498013.tar.zst
freebsd-ports-gnome-06ade54a83c6656fd8e92bd62fc00a4435498013.zip
Mark several ports newly broken on arm.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel/rcs57')
-rw-r--r--devel/rcs57/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/devel/rcs57/Makefile b/devel/rcs57/Makefile
index 99ed58b7be52..226b9d390f2b 100644
--- a/devel/rcs57/Makefile
+++ b/devel/rcs57/Makefile
@@ -9,17 +9,20 @@ PKGNAMESUFFIX= 57
MAINTAINER= cy@FreeBSD.org
COMMENT= Version control system (as was in FreeBSD prior to removal)
+LICENSE= GPLv2
+
+BROKEN_armv6= fails to build: runaway build
+BROKEN_armv7= fails to build: runaway build
+
+CONFLICTS= rcs-5.[89]*
+
OPTIONS_DEFINE= FREEBSD
OPTIONS_DEFAULT= FREEBSD
FREEBSD_DESC= Apply FreeBSD patches
-CONFLICTS= rcs-5.[89]*
-LICENSE= GPLv2
-
USES= desthack gmake
GNU_CONFIGURE= yes
-
FREEBSD_EXTRA_PATCHES+= ${FILESDIR}/freebsd-src-ident.c \
${FILESDIR}/freebsd-src-maketime.c \
${FILESDIR}/freebsd-src-rcsbase.h \