Mark a few more ports that create large logfiles broken on armv6.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
971a3b5405
commit
f01a6f4ab3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434890
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user