Date: Sun, 26 Feb 2017 15:38:10 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434890 - in head: biology/seqan-apps emulators/gem5 games/oolite lang/racket lang/racket-minimal Message-ID: <201702261538.v1QFcAgc072847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Feb 26 15:38:10 2017 New Revision: 434890 URL: https://svnweb.freebsd.org/changeset/ports/434890 Log: Mark a few more ports that create large logfiles broken on armv6. Approved by: portmgr (tier-2 blanket) Modified: head/biology/seqan-apps/Makefile head/emulators/gem5/Makefile head/games/oolite/Makefile head/lang/racket-minimal/Makefile head/lang/racket/Makefile Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Sun Feb 26 15:31:21 2017 (r434889) +++ head/biology/seqan-apps/Makefile Sun Feb 26 15:38:10 2017 (r434890) @@ -26,6 +26,8 @@ CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_ USE_GCC= yes +BROKEN_armv6= fails to link: undefined reference to _Unwind_GetIP@GCC_3.0 + .include <bsd.port.pre.mk> .if ${ARCH} == "i386" Modified: head/emulators/gem5/Makefile ============================================================================== --- head/emulators/gem5/Makefile Sun Feb 26 15:31:21 2017 (r434889) +++ head/emulators/gem5/Makefile Sun Feb 26 15:38:10 2017 (r434890) @@ -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 Modified: head/games/oolite/Makefile ============================================================================== --- head/games/oolite/Makefile Sun Feb 26 15:31:21 2017 (r434889) +++ head/games/oolite/Makefile Sun Feb 26 15:38:10 2017 (r434890) @@ -52,7 +52,8 @@ PLIST_FILES+= bin/oolite %%DATADIR%%/ool 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> Modified: head/lang/racket-minimal/Makefile ============================================================================== --- head/lang/racket-minimal/Makefile Sun Feb 26 15:31:21 2017 (r434889) +++ head/lang/racket-minimal/Makefile Sun Feb 26 15:38:10 2017 (r434890) @@ -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) Modified: head/lang/racket/Makefile ============================================================================== --- head/lang/racket/Makefile Sun Feb 26 15:31:21 2017 (r434889) +++ head/lang/racket/Makefile Sun Feb 26 15:38:10 2017 (r434890) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702261538.v1QFcAgc072847>