From 28c86ac1bf4e15348daf1198bc6371993ff1d7a4 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 8 Dec 2017 01:46:00 +0000 Subject: [PATCH] Mark these ports as buildable on armv6 after a trybroken run. (Also tested with trybroken on armv7.) The 'runaway process' ones are most likely just statistical. Approved by: portmgr (tier-2 blanket) --- audio/siren/Makefile | 1 - databases/mariadb-connector-c/Makefile | 1 - databases/mariadb55-server/Makefile | 1 - devel/arm-none-eabi-gcc492/Makefile | 2 -- devel/libbinio/Makefile | 2 -- devel/liblas/Makefile | 1 - devel/rubygem-rice/Makefile | 1 - games/flightgear-data/Makefile | 1 - games/ufoai-data/Makefile | 1 - games/urbanterror-data/Makefile | 1 - games/xoids/Makefile | 1 - mail/rmilter/Makefile | 1 - misc/libsupertone/Makefile | 2 -- net-p2p/verlihub-plugins-chatroom/Makefile | 2 -- net-p2p/verlihub-plugins-floodprotect/Makefile | 2 -- net-p2p/verlihub-plugins-forbid/Makefile | 2 -- net-p2p/verlihub-plugins-iplog/Makefile | 2 -- net-p2p/verlihub-plugins-isp/Makefile | 2 -- net-p2p/verlihub-plugins-luascript/Makefile | 2 -- net-p2p/verlihub-plugins-messanger/Makefile | 2 -- net-p2p/verlihub-plugins-stats/Makefile | 2 -- net/hsflowd/Makefile | 1 - sysutils/fluent-bit/Makefile | 1 - sysutils/heirloom/Makefile | 2 -- sysutils/liburcu/Makefile | 1 - sysutils/pesign/Makefile | 1 - www/kannel/Makefile | 2 -- 27 files changed, 40 deletions(-) diff --git a/audio/siren/Makefile b/audio/siren/Makefile index e19a7c4bfd492..0dd7910110026 100644 --- a/audio/siren/Makefile +++ b/audio/siren/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libwavpack.so:audio/wavpack \ libopusfile.so:audio/opusfile -BROKEN_armv6= fails to configure: cannot find program /nxb-bin/usr/bin/cc BROKEN_mips= fails to configure: cannot find program /nxb-bin/usr/bin/cc BROKEN_mips64= fails to configure: cannot find program /nxb-bin/usr/bin/cc diff --git a/databases/mariadb-connector-c/Makefile b/databases/mariadb-connector-c/Makefile index 5d23975359d41..16a090691f7c2 100644 --- a/databases/mariadb-connector-c/Makefile +++ b/databases/mariadb-connector-c/Makefile @@ -20,7 +20,6 @@ COMMENT= MariaDB database connector for C LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB -BROKEN_armv6= fails to configure: CMake Error: Generator: execution of make failed BROKEN_powerpc64= fails to compile: my_stmt_codec.c: error: invalid use of void expression CONFLICTS_INSTALL= mariadb[0-9]*-client-* \ diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile index 6ee01e4958507..b8bb948a94792 100644 --- a/databases/mariadb55-server/Makefile +++ b/databases/mariadb55-server/Makefile @@ -51,7 +51,6 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ DATADIR= ${PREFIX}/share/mysql BROKEN_aarch64= Fails to link: missing sbrk -BROKEN_armv6= Does not compile on armv6 BROKEN_sparc64= Does not compile: Unsupported platform .if defined(USE_MYSQL) diff --git a/devel/arm-none-eabi-gcc492/Makefile b/devel/arm-none-eabi-gcc492/Makefile index 91632ac891b3e..bc3d543a3c6a4 100644 --- a/devel/arm-none-eabi-gcc492/Makefile +++ b/devel/arm-none-eabi-gcc492/Makefile @@ -69,8 +69,6 @@ MAKE_ARGS+= CXXFLAGS=-fbracket-depth=512 .endif BROKEN_aarch64= fails to package -BROKEN_armv6= error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply 'fancy_abort'? -BROKEN_armv7= error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply 'fancy_abort'? BROKEN_mips= configure: error: cannot compute suffix of object files: cannot compile BROKEN_mips64= configure: error: cannot compute suffix of object files: cannot compile diff --git a/devel/libbinio/Makefile b/devel/libbinio/Makefile index 262e10754896d..443249bf5e77b 100644 --- a/devel/libbinio/Makefile +++ b/devel/libbinio/Makefile @@ -12,8 +12,6 @@ COMMENT= Binary I/O stream class library LICENSE= LGPL21 -BROKEN_armv6= dumps core: internal compiler failure: Unknown addressing mode for CP reference! - USES= autoreconf libtool pathfix GNU_CONFIGURE= yes USE_GITHUB= yes diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile index 8855af05a20a2..d9a1efe6c1876 100644 --- a/devel/liblas/Makefile +++ b/devel/liblas/Makefile @@ -27,7 +27,6 @@ GH_ACCOUNT= libLAS GH_PROJECT= ${GH_ACCOUNT} BROKEN_aarch64= fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type -BROKEN_armv6= fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type BROKEN_powerpc64= fails to compile: undefined reference to boost::program_options::to_internal .include diff --git a/devel/rubygem-rice/Makefile b/devel/rubygem-rice/Makefile index 7e981267dbe54..01c8c62f12dee 100644 --- a/devel/rubygem-rice/Makefile +++ b/devel/rubygem-rice/Makefile @@ -11,7 +11,6 @@ COMMENT= C++ interface to Rubys C API LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_armv6= fails to configure: could not find ruby.h BROKEN_powerpc64= fails to configure: could not find ruby.h USE_RUBY= yes diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile index 39ac15453f036..ac1fedc008b2a 100644 --- a/games/flightgear-data/Makefile +++ b/games/flightgear-data/Makefile @@ -21,7 +21,6 @@ PLIST= ${WRKDIR}/pkg-plist PLIST_DIRS= %%DATADIR%% BROKEN_aarch64= Fails to install: runaway process -BROKEN_armv6= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process post-patch: diff --git a/games/ufoai-data/Makefile b/games/ufoai-data/Makefile index ae19c0ed19be8..534ade70a0ecf 100644 --- a/games/ufoai-data/Makefile +++ b/games/ufoai-data/Makefile @@ -27,7 +27,6 @@ DATADIR= share/${PKGNAMEPREFIX:S/-//} PLIST= ${WRKDIR}/pkg-plist BROKEN_aarch64= Fails to install: runaway process -BROKEN_armv6= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process post-extract: diff --git a/games/urbanterror-data/Makefile b/games/urbanterror-data/Makefile index de1be2dc700d1..ff7a104e41eff 100644 --- a/games/urbanterror-data/Makefile +++ b/games/urbanterror-data/Makefile @@ -27,7 +27,6 @@ URT_REV= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\2/} PLIST_SUB+= VER=${URT_VER} BROKEN_aarch64= Fails to install: runaway process -BROKEN_armv6= Fails to install: runaway process BROKEN_mips= Fails to install: runaway process BROKEN_mips64= Fails to install: runaway process diff --git a/games/xoids/Makefile b/games/xoids/Makefile index 246ec63ef0509..275e06a1c800a 100644 --- a/games/xoids/Makefile +++ b/games/xoids/Makefile @@ -10,7 +10,6 @@ MASTER_SITES= XCONTRIB/games MAINTAINER= ports@FreeBSD.org COMMENT= X Window Asteroids style game with full color pixmaps -BROKEN_armv6= dumps core: Unknown addressing mode for CP reference! NOT_FOR_ARCHS= mips64 NOT_FOR_ARCHS_REASON= unknown architecture diff --git a/mail/rmilter/Makefile b/mail/rmilter/Makefile index a12b88a3463cf..56c435537a707 100644 --- a/mail/rmilter/Makefile +++ b/mail/rmilter/Makefile @@ -11,7 +11,6 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libpcre.so:devel/pcre -BROKEN_armv6= fails to configure in cmake BROKEN_powerpc64= fails to build: btrie.c: '__SIZEOF_POINTER__' undeclared here NOT_FOR_ARCHS= mips sparc64 NOT_FOR_ARCHS_REASON= fails to compile: error: Unsupported word size diff --git a/misc/libsupertone/Makefile b/misc/libsupertone/Makefile index e84f2e7d284e1..de30190856fdb 100644 --- a/misc/libsupertone/Makefile +++ b/misc/libsupertone/Makefile @@ -17,8 +17,6 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libtiff.so:graphics/tiff \ libxml2.so:textproc/libxml2 -BROKEN_armv6= fails to configure: Can't build without spandsp - USES= tar:tgz libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/net-p2p/verlihub-plugins-chatroom/Makefile b/net-p2p/verlihub-plugins-chatroom/Makefile index 425b1bc2d7d22..c644b33dd45f3 100644 --- a/net-p2p/verlihub-plugins-chatroom/Makefile +++ b/net-p2p/verlihub-plugins-chatroom/Makefile @@ -9,8 +9,6 @@ MASTER_SITES= SF/verlihub/VH_Chatroom/${DISTVERSION} MAINTAINER= me@skylord.ru -BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) - PLUGIN_DESC= Chatroom .include "../verlihub-plugins/Makefile.plugins" diff --git a/net-p2p/verlihub-plugins-floodprotect/Makefile b/net-p2p/verlihub-plugins-floodprotect/Makefile index 720a419939a9a..23e9dd615be44 100644 --- a/net-p2p/verlihub-plugins-floodprotect/Makefile +++ b/net-p2p/verlihub-plugins-floodprotect/Makefile @@ -10,8 +10,6 @@ DISTNAME= ${PLUGIN_NAME} MAINTAINER= me@skylord.ru -BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) - PLUGIN_NAME= floodprot PLUGIN_DESC= Floodprotect diff --git a/net-p2p/verlihub-plugins-forbid/Makefile b/net-p2p/verlihub-plugins-forbid/Makefile index ba77e093506dd..8a15ea3644f02 100644 --- a/net-p2p/verlihub-plugins-forbid/Makefile +++ b/net-p2p/verlihub-plugins-forbid/Makefile @@ -9,8 +9,6 @@ MASTER_SITES= SF/verlihub/VH_Forbid/${DISTVERSION} MAINTAINER= me@skylord.ru -BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) - PLUGIN_DESC= ForbiddenWords .include "../verlihub-plugins/Makefile.plugins" diff --git a/net-p2p/verlihub-plugins-iplog/Makefile b/net-p2p/verlihub-plugins-iplog/Makefile index bc17f4bdc8fca..beeec1980e703 100644 --- a/net-p2p/verlihub-plugins-iplog/Makefile +++ b/net-p2p/verlihub-plugins-iplog/Makefile @@ -9,8 +9,6 @@ MASTER_SITES= SF/verlihub/VH_IPLog/${DISTVERSION} MAINTAINER= me@skylord.ru -BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) - PLUGIN_DESC= IPLog .include "../verlihub-plugins/Makefile.plugins" diff --git a/net-p2p/verlihub-plugins-isp/Makefile b/net-p2p/verlihub-plugins-isp/Makefile index 684f2567ffe9e..d03b8108bc549 100644 --- a/net-p2p/verlihub-plugins-isp/Makefile +++ b/net-p2p/verlihub-plugins-isp/Makefile @@ -9,8 +9,6 @@ MASTER_SITES= SF/verlihub/VH_ISP/${DISTVERSION} MAINTAINER= me@skylord.ru -BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) - PLUGIN_DESC= ISP PLIST_FILES= share/verlihub/default_pi_isp.sql diff --git a/net-p2p/verlihub-plugins-luascript/Makefile b/net-p2p/verlihub-plugins-luascript/Makefile index 89c4104eac060..ce25b2601b158 100644 --- a/net-p2p/verlihub-plugins-luascript/Makefile +++ b/net-p2p/verlihub-plugins-luascript/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= SF/verlihub/VH_Lua/${DISTVERSION} MAINTAINER= me@skylord.ru -BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) - PLUGIN_NAME= lua PLUGIN_DESC= LuaScript diff --git a/net-p2p/verlihub-plugins-messanger/Makefile b/net-p2p/verlihub-plugins-messanger/Makefile index be3607dca281c..bd26c60eecfef 100644 --- a/net-p2p/verlihub-plugins-messanger/Makefile +++ b/net-p2p/verlihub-plugins-messanger/Makefile @@ -9,8 +9,6 @@ MASTER_SITES= SF/verlihub/VH_Messanger/${DISTVERSION} MAINTAINER= me@skylord.ru -BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) - PLUGIN_DESC= Messanger .include "../verlihub-plugins/Makefile.plugins" diff --git a/net-p2p/verlihub-plugins-stats/Makefile b/net-p2p/verlihub-plugins-stats/Makefile index e1b537fea3f45..c733e5e93b2be 100644 --- a/net-p2p/verlihub-plugins-stats/Makefile +++ b/net-p2p/verlihub-plugins-stats/Makefile @@ -9,8 +9,6 @@ MASTER_SITES= SF/verlihub/VH_Stats/${DISTVERSION} MAINTAINER= me@skylord.ru -BROKEN_armv6= fails to configure: checking for VERLIHUB - version >= 0... no (see config.log) - PLUGIN_DESC= Statistics .include "../verlihub-plugins/Makefile.plugins" diff --git a/net/hsflowd/Makefile b/net/hsflowd/Makefile index c0df6a4588927..251c993308c38 100644 --- a/net/hsflowd/Makefile +++ b/net/hsflowd/Makefile @@ -9,7 +9,6 @@ MASTER_SITES= ZI MAINTAINER= zi@FreeBSD.org COMMENT= Agent that exports metrics using the sFlow protocol -BROKEN_armv6= fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR)) BROKEN_mips= fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR)) BROKEN_mips64= fails to compile: src/FreeBSD/Makefile: Malformed conditional (empty $(BINDIR)) diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile index c511280dbb1c9..b7276db05d858 100644 --- a/sysutils/fluent-bit/Makefile +++ b/sysutils/fluent-bit/Makefile @@ -12,7 +12,6 @@ COMMENT= Fast and lightweight data forwarder LICENSE= APACHE20 BROKEN_aarch64= fails to build: error: unknown type name thread_local -BROKEN_armv6= fails to configure: failure in cmake BROKEN_mips= fails to build: conflicting types for 'restrict' BROKEN_mips64= fails to build: conflicting types for 'restrict' BROKEN_powerpc64= fails to build: cast from pointer to integer of different size diff --git a/sysutils/heirloom/Makefile b/sysutils/heirloom/Makefile index 837740befdead..3255993508dd2 100644 --- a/sysutils/heirloom/Makefile +++ b/sysutils/heirloom/Makefile @@ -13,8 +13,6 @@ COMMENT= Collection of standard Unix utilities BUILD_DEPENDS= ksh:shells/pdksh RUN_DEPENDS:= ${BUILD_DEPENDS} -BROKEN_armv6= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h - USES= gmake ncurses tar:bzip2 MAKE_ARGS= CC=${CC} CFLAGS="${CFLAGS}" ROOT="${STAGEDIR}" \ LCURS="-L${LOCALBASE}/lib -lncurses" diff --git a/sysutils/liburcu/Makefile b/sysutils/liburcu/Makefile index 68ecd279ef9dc..f05e3f5eb9c0f 100644 --- a/sysutils/liburcu/Makefile +++ b/sysutils/liburcu/Makefile @@ -13,7 +13,6 @@ COMMENT= Userspace read-copy-update (RCU) data synchronization library LICENSE= LGPL21 BROKEN_aarch64= Fails to build: Cannot build: unrecognized architecture detected -BROKEN_armv6= Fails to build: address argument to atomic builtin must be a pointer BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4 diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile index 9a9ad1b6b69c5..6c168409dd030 100644 --- a/sysutils/pesign/Makefile +++ b/sysutils/pesign/Makefile @@ -26,7 +26,6 @@ USE_LDCONFIG= yes ONLY_FOR_ARCHS= aarch64 armv6 armv7 amd64 i386 ONLY_FOR_ARCHS_REASON= UEFI specification only supports little-endian processors -BROKEN_armv6= fails to compile: error: EFI_VARIABLE_NON_VOLATILE redefined post-patch: @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/Make.defaults diff --git a/www/kannel/Makefile b/www/kannel/Makefile index cc2c8a58621bb..07db6de73f956 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -19,8 +19,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libpcre.so:devel/pcre -BROKEN_armv6= fails to configure: Unable to find MySQL client libraries - PORTSCOUT= skipv:1.5.0 USERS= kannel