summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-02-26 15:38:10 +0000
committerlinimon <linimon@FreeBSD.org>2017-02-26 15:38:10 +0000
commitbae77119710f98d9ced03b7ddad6e5819b963408 (patch)
tree4a8f87bc5c0bbbefb2b91e038b54060f80f1b85e
parent36d047e61da9d830dc44bc6c57b337be7f2aa47a (diff)
downloadFreeBSD-ports-bae77119710f98d9ced03b7ddad6e5819b963408.zip
FreeBSD-ports-bae77119710f98d9ced03b7ddad6e5819b963408.tar.gz
Mark a few more ports that create large logfiles broken on armv6.
Approved by: portmgr (tier-2 blanket)
-rw-r--r--biology/seqan-apps/Makefile2
-rw-r--r--emulators/gem5/Makefile6
-rw-r--r--games/oolite/Makefile3
-rw-r--r--lang/racket-minimal/Makefile1
-rw-r--r--lang/racket/Makefile1
5 files changed, 10 insertions, 3 deletions
diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile
index a8bd216..48d64279 100644
--- a/biology/seqan-apps/Makefile
+++ b/biology/seqan-apps/Makefile
@@ -26,6 +26,8 @@ CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS"
USE_GCC= yes
+BROKEN_armv6= fails to link: undefined reference to _Unwind_GetIP@GCC_3.0
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
diff --git a/emulators/gem5/Makefile b/emulators/gem5/Makefile
index 41eb391..fb510f9 100644
--- a/emulators/gem5/Makefile
+++ b/emulators/gem5/Makefile
@@ -11,8 +11,10 @@ COMMENT= gem5 Simulator System
BUILD_DEPENDS= swig2.0:devel/swig20 \
scons:devel/scons
-BROKEN_powerpc64= Does not build
-BROKEN_i386= does not build
+BROKEN_armv6= fails to link: undefined reference to HDLcd::BUS_OPTIONS_RESETV
+BROKEN_i386= does not build
+BROKEN_mips64= fails to build: claims that gcc version 4.6 or newer required
+BROKEN_powerpc64= does not build
DATE= 20140422
USE_GITHUB= yes
diff --git a/games/oolite/Makefile b/games/oolite/Makefile
index 85f3553..51134bd 100644
--- a/games/oolite/Makefile
+++ b/games/oolite/Makefile
@@ -52,7 +52,8 @@ PLIST_FILES+= bin/oolite %%DATADIR%%/oolite \
OPTIONS_DEFINE= DOCS
-BROKEN_aarch64= Fails to configure: error: These compiler flags are invalid: -O
+BROKEN_aarch64= fails to configure: error: These compiler flags are invalid: -O
+BROKEN_armv6= fails to compile: your compiler does not follow the C++ specification for temporary object destruction order
.include <bsd.port.pre.mk>
diff --git a/lang/racket-minimal/Makefile b/lang/racket-minimal/Makefile
index 5a16658..2ea2e6f 100644
--- a/lang/racket-minimal/Makefile
+++ b/lang/racket-minimal/Makefile
@@ -21,6 +21,7 @@ LICENSE= LGPL3
LIB_DEPENDS= libffi.so:devel/libffi
+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_i386= does not build on i386 (Seg fault (internal error) at 0x606060a)
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index bdb3f35..5cf5614 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -22,6 +22,7 @@ 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_FreeBSD_10_i386= segfaults during build
OpenPOWER on IntegriCloud