svn commit: r440863 - in head: comms/telldus-core games/netradiant games/stockfish net/mpich2 sysutils/showbeastie
Mark Linimon
linimon at FreeBSD.org
Sun May 14 06:33:58 UTC 2017
Author: linimon
Date: Sun May 14 06:33:57 2017
New Revision: 440863
URL: https://svnweb.freebsd.org/changeset/ports/440863
Log:
Mark some ports failing on various tier-2 archs. In cases where the
error message was a stub, provide a real one.
While here, pet portlint.
This is a catchup commit from various earlier commits.
Approved by: portmgr (tier-2 blanket)
Modified:
head/comms/telldus-core/Makefile
head/games/netradiant/Makefile
head/games/stockfish/Makefile
head/net/mpich2/Makefile
head/sysutils/showbeastie/Makefile
Modified: head/comms/telldus-core/Makefile
==============================================================================
--- head/comms/telldus-core/Makefile Sun May 14 05:55:19 2017 (r440862)
+++ head/comms/telldus-core/Makefile Sun May 14 06:33:57 2017 (r440863)
@@ -18,7 +18,7 @@ LIB_DEPENDS= libftdi.so:devel/libftdi \
libargp.so:devel/argp-standalone
BROKEN_powerpc64= Does not build: error: strlen was not declared in this scope
-BROKEN_sparc64= Does not build
+BROKEN_sparc64= Does not build: error: strlen was not declared in this scope
USES= cmake compiler:c++11-lang iconv:wchar_t
Modified: head/games/netradiant/Makefile
==============================================================================
--- head/games/netradiant/Makefile Sun May 14 05:55:19 2017 (r440862)
+++ head/games/netradiant/Makefile Sun May 14 06:33:57 2017 (r440863)
@@ -33,6 +33,7 @@ SUB_LIST= ARCH=${ARCH}
PLIST_SUB:= ${SUB_LIST}
BROKEN_aarch64= Fails to link: ldd: install/modules/archivepak.so: not a FreeBSD ELF shared object
+BROKEN_armv6= Fails to build: h2data.armv6: No such file or directory
post-patch:
# Add missing checks for __FreeBSD__
Modified: head/games/stockfish/Makefile
==============================================================================
--- head/games/stockfish/Makefile Sun May 14 05:55:19 2017 (r440862)
+++ head/games/stockfish/Makefile Sun May 14 06:33:57 2017 (r440863)
@@ -18,6 +18,7 @@ LICENSE= GPLv3
NOT_FOR_ARCHS= sparc64
BROKEN_aarch64= Fails to build: cannot detect architecture
+BROKEN_armv6= Fails to configure: config-sanity: Error 1
BROKEN_mips64= Fails to build: cannot detect architecture
USES= compiler gmake zip
Modified: head/net/mpich2/Makefile
==============================================================================
--- head/net/mpich2/Makefile Sun May 14 05:55:19 2017 (r440862)
+++ head/net/mpich2/Makefile Sun May 14 06:33:57 2017 (r440863)
@@ -28,6 +28,8 @@ USE_LDCONFIG= yes
USE_PERL5= build
INSTALL_TARGET= install-strip
+BROKEN_armv6= fails to detect working compiler: undefined reference to _Unwind_GetIP at GCC_3.0
+
OPTIONS_DEFINE_i386= JAVA
OPTIONS_DEFINE_amd64= JAVA
OPTIONS_DEFINE= SMPD X11 DOCS
Modified: head/sysutils/showbeastie/Makefile
==============================================================================
--- head/sysutils/showbeastie/Makefile Sun May 14 05:55:19 2017 (r440862)
+++ head/sysutils/showbeastie/Makefile Sun May 14 06:33:57 2017 (r440863)
@@ -25,6 +25,9 @@ PLIST_FILES= bin/${PORTNAME}
# Make sure building succeeds on HEAD
MAKE_ARGS+= -m ${SRC_BASE}/share/mk
+BROKEN_armv6= fails to link: testmain uses VFP register arguments, dict.o does not
+BROKEN_mips64= fails to link: relocation truncated to fit: R_MIPS_26 against `__assert@@FBSD_1.0'
+
WRKSRC_SUBDIR= ficl
pre-patch:
More information about the svn-ports-head
mailing list