summaryrefslogtreecommitdiff
path: root/lang/racket
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-22 16:04:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-22 16:04:19 +0000
commit82c3cac0d25cc95f9d22a5af54798c9353f0a8ab (patch)
treec5e899899564f09bbd94410678db0ab936c225e5 /lang/racket
parentUpdate to 1.8.4. (diff)
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441468
Diffstat (limited to 'lang/racket')
-rw-r--r--lang/racket/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index c41d3b5e08e3..39d98005ef86 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -22,12 +22,12 @@ LIB_DEPENDS= libffi.so:devel/libffi \
libcairo.so:graphics/cairo \
libpng.so:graphics/png
-BROKEN_armv6= does not build: error: GNU lightning does not support the current target
-BROKEN_aarch64= does not build: error: Unported platform
-BROKEN_sparc64= does not build
+BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function)
BROKEN_FreeBSD_10_i386= segfaults during build
BROKEN_FreeBSD_11_i386= segfaults during build
BROKEN_FreeBSD_12_i386= segfaults during build
+NOT_FOR_ARCHS= armv6 aarch64 sparc64
+NOT_FOR_ARCHS_REASON= not yet ported to this arch
MAKE_JOBS_UNSAFE=yes