aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-08 11:12:39 +0800
committerlinimon <linimon@FreeBSD.org>2016-11-08 11:12:39 +0800
commitea3edf8befaa7f81c5d4e86c14038621f722d7ba (patch)
treefcf82bacb19a9f246e0a970609ac093e1d48dc82 /lang
parent8a954d027d150090fbecb95ce201e5c0a19b4cac (diff)
downloadfreebsd-ports-gnome-ea3edf8befaa7f81c5d4e86c14038621f722d7ba.tar.gz
freebsd-ports-gnome-ea3edf8befaa7f81c5d4e86c14038621f722d7ba.tar.zst
freebsd-ports-gnome-ea3edf8befaa7f81c5d4e86c14038621f722d7ba.zip
Mark as broken on arm64: platform not supported.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang')
-rw-r--r--lang/racket-minimal/Makefile3
-rw-r--r--lang/racket/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/racket-minimal/Makefile b/lang/racket-minimal/Makefile
index bab911cf6f05..813a409ba941 100644
--- a/lang/racket-minimal/Makefile
+++ b/lang/racket-minimal/Makefile
@@ -21,6 +21,9 @@ LICENSE= LGPL3
LIB_DEPENDS= libffi.so:devel/libffi
+BROKEN_arm64= does not build: error: Unported platform
+BROKEN_sparc64= does not build
+
MAKE_JOBS_UNSAFE=yes
CONFLICTS= racket-[0-9]*
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index 9c7ff1cc0d83..6cd052e43aa2 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -22,6 +22,9 @@ LIB_DEPENDS= libffi.so:devel/libffi \
libcairo.so:graphics/cairo \
libpng.so:graphics/png
+BROKEN_arm64= does not build: error: Unported platform
+BROKEN_sparc64= does not build
+
MAKE_JOBS_UNSAFE=yes
CONFLICTS= racket-minimal-[0-9]*