From owner-svn-ports-all@freebsd.org Sat Jun 24 18:36:21 2017 Return-Path: Delivered-To: svn-ports-all@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 0A568DA3B26; Sat, 24 Jun 2017 18:36:21 +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 D7EE8756DA; Sat, 24 Jun 2017 18:36:20 +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 v5OIaKYH055314; Sat, 24 Jun 2017 18:36:20 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5OIaJqg055308; Sat, 24 Jun 2017 18:36:19 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201706241836.v5OIaJqg055308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 24 Jun 2017 18:36:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444237 - in head: lang/racket lang/racket-minimal multimedia/fxtv net/userfw science/simlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jun 2017 18:36:21 -0000 Author: linimon Date: Sat Jun 24 18:36:19 2017 New Revision: 444237 URL: https://svnweb.freebsd.org/changeset/ports/444237 Log: Sort NOT_FOR_ARCHS. While here, clean up some BROKEN usages. Approved by: portmgr (tier-2 blanket) Modified: head/lang/racket-minimal/Makefile head/lang/racket/Makefile head/multimedia/fxtv/Makefile head/net/userfw/Makefile head/science/simlib/Makefile Modified: head/lang/racket-minimal/Makefile ============================================================================== --- head/lang/racket-minimal/Makefile Sat Jun 24 18:34:56 2017 (r444236) +++ head/lang/racket-minimal/Makefile Sat Jun 24 18:36:19 2017 (r444237) @@ -21,9 +21,9 @@ LICENSE= LGPL3 LIB_DEPENDS= libffi.so:devel/libffi -BROKEN_i386= does not build on i386 (Seg fault (internal error) at 0x606060a) -BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function) -NOT_FOR_ARCHS= armv6 aarch64 sparc64 +BROKEN_i386= fails to build: Seg fault (internal error) at 0x606060a +BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function) +NOT_FOR_ARCHS= aarch64 aarch64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this arch MAKE_JOBS_UNSAFE=yes Modified: head/lang/racket/Makefile ============================================================================== --- head/lang/racket/Makefile Sat Jun 24 18:34:56 2017 (r444236) +++ head/lang/racket/Makefile Sat Jun 24 18:36:19 2017 (r444237) @@ -26,7 +26,7 @@ BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' BROKEN_FreeBSD_10_i386= segfaults during build BROKEN_FreeBSD_11_i386= segfaults during build BROKEN_FreeBSD_12_i386= segfaults during build -NOT_FOR_ARCHS= armv6 aarch64 sparc64 +NOT_FOR_ARCHS= aarch64 armv6 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this arch MAKE_JOBS_UNSAFE=yes Modified: head/multimedia/fxtv/Makefile ============================================================================== --- head/multimedia/fxtv/Makefile Sat Jun 24 18:34:56 2017 (r444236) +++ head/multimedia/fxtv/Makefile Sat Jun 24 18:36:19 2017 (r444237) @@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libtiff.so:graphics/tiff \ libXaw3d.so:x11-toolkits/Xaw3d -ONLY_FOR_ARCHS= i386 ia64 amd64 +ONLY_FOR_ARCHS= amd64 i386 USES= gmake jpeg tar:tgz MAKE_ENV= X11BASE=${LOCALBASE} Modified: head/net/userfw/Makefile ============================================================================== --- head/net/userfw/Makefile Sat Jun 24 18:34:56 2017 (r444236) +++ head/net/userfw/Makefile Sat Jun 24 18:36:19 2017 (r444237) @@ -15,22 +15,19 @@ COMMENT= Modular packet filter LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc= fails to compile BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative +BROKEN_FreeBSD_11= fails to build on FreeBSD 11+ +BROKEN_FreeBSD_12= fails to build on FreeBSD 11+ SSP_UNSAFE= kernel module does not support ssp USES= cmake:outsource kmod tar:xz uidfix USE_LDCONFIG= yes -BROKEN_powerpc= does not compile - .include .if !exists(${SRC_BASE}/sys/sys/module.h) IGNORE= requires kernel source files -.endif - -.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000 -BROKEN= does not build on FreeBSD 11+ .endif CMAKE_ARGS+= -DDOMAIN_STUB:BOOL=OFF Modified: head/science/simlib/Makefile ============================================================================== --- head/science/simlib/Makefile Sat Jun 24 18:34:56 2017 (r444236) +++ head/science/simlib/Makefile Sat Jun 24 18:36:19 2017 (r444237) @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC -NOT_FOR_ARCHS= armv6 aarch64 mips mips64 powerpc powerpc64 sparc64 +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code post-patch: