summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-10-05 09:19:40 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-10-05 09:19:40 +0000
commite5fecca2aee50d357949f43e34065e8edc59fc75 (patch)
treedbedad04405ca641059804714c8208a791925958 /lang
parentPer bento logs, this port won't configure except on i386. (diff)
Per bento, this port gets either signal 11 or signal 4 when
trying to install on non-i386. Mark it to warn the unwary. Since it doesn't have a maintainer, I guess you could go either way on whether it should be "broken" or "ignore". PR: 57595 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=90299
Diffstat (limited to 'lang')
-rw-r--r--lang/rscheme/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/rscheme/Makefile b/lang/rscheme/Makefile
index 0c401a5739d7..04dcdde7a43b 100644
--- a/lang/rscheme/Makefile
+++ b/lang/rscheme/Makefile
@@ -15,6 +15,10 @@ DISTNAME= rs-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An object-oriented, extended version of the Scheme dialect of Lisp
+.if ${MACHINE_ARCH} != "i386"
+BROKEN= "fails to install on ${ARCH}"
+.endif
+
WRKSRC= ${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE= yes