svn commit: r444237 - in head: lang/racket lang/racket-minimal multimedia/fxtv net/userfw science/simlib
Mark Linimon
linimon at FreeBSD.org
Sat Jun 24 18:36:21 UTC 2017
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 <bsd.port.pre.mk>
.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:
More information about the svn-ports-head
mailing list