aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-10-24 00:34:43 +0800
committerjbeich <jbeich@FreeBSD.org>2018-10-24 00:34:43 +0800
commit6c373a1f387b830d1a9945d418d77667b1596540 (patch)
tree6cc56fc8997a9b33f3a2e326fc1a9a97affe375c /lang
parent98e04346696446ae4b62efe3a28e3096b839f758 (diff)
downloadfreebsd-ports-gnome-6c373a1f387b830d1a9945d418d77667b1596540.tar.gz
freebsd-ports-gnome-6c373a1f387b830d1a9945d418d77667b1596540.tar.zst
freebsd-ports-gnome-6c373a1f387b830d1a9945d418d77667b1596540.zip
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Diffstat (limited to 'lang')
-rw-r--r--lang/dmd2/Makefile1
-rw-r--r--lang/racket/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile
index b019c3036d0d..f4979a8ca1f7 100644
--- a/lang/dmd2/Makefile
+++ b/lang/dmd2/Makefile
@@ -22,6 +22,7 @@ BROKEN_mips64= fails to compile: cc1: unrecognized command line option -m32
BROKEN_powerpc64= fails to build: can't mangle function with unknown linkage (void*())
BROKEN_sparc64= fails to install: divide-by-zero error
BROKEN_FreeBSD_12= stack corruption in generated dmd tool caused by inode64 resulting in segfault
+BROKEN_FreeBSD_13= stack corruption in generated dmd tool caused by inode64 resulting in segfault
NOT_FOR_ARCHS= aarch64
NOT_FOR_ARCHS_REASON= no cpu specified, assuming X86
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index 8e2aede06247..d61be12efa3a 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -26,6 +26,7 @@ BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in t
BROKEN_FreeBSD_10_i386= segfaults during build
BROKEN_FreeBSD_11_i386= segfaults during build
BROKEN_FreeBSD_12_i386= segfaults during build
+BROKEN_FreeBSD_13_i386= segfaults during build
NOT_FOR_ARCHS= aarch64 armv6 armv7 sparc64
NOT_FOR_ARCHS_REASON= not yet ported to this arch