From owner-svn-ports-head@freebsd.org Sun Feb 26 15:38:12 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D5CFCEE18A; Sun, 26 Feb 2017 15:38:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E20B17A7; Sun, 26 Feb 2017 15:38:11 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QFcABX072852; Sun, 26 Feb 2017 15:38:10 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QFcAgc072847; Sun, 26 Feb 2017 15:38:10 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201702261538.v1QFcAgc072847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 26 Feb 2017 15:38:10 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Feb 2017 15:38:12 -0000 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 .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 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