Date: Fri, 8 Dec 2017 01:46:01 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455765 - in head: audio/siren databases/mariadb-connector-c databases/mariadb55-server devel/arm-none-eabi-gcc492 devel/libbinio devel/liblas devel/rubygem-rice games/flightgear-data g... Message-ID: <201712080146.vB81k1il038448@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Dec 8 01:46:00 2017 New Revision: 455765 URL: https://svnweb.freebsd.org/changeset/ports/455765 Log: 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) Modified: head/audio/siren/Makefile head/databases/mariadb-connector-c/Makefile head/databases/mariadb55-server/Makefile head/devel/arm-none-eabi-gcc492/Makefile head/devel/libbinio/Makefile head/devel/liblas/Makefile head/devel/rubygem-rice/Makefile head/games/flightgear-data/Makefile head/games/ufoai-data/Makefile head/games/urbanterror-data/Makefile head/games/xoids/Makefile head/mail/rmilter/Makefile head/misc/libsupertone/Makefile head/net-p2p/verlihub-plugins-chatroom/Makefile head/net-p2p/verlihub-plugins-floodprotect/Makefile head/net-p2p/verlihub-plugins-forbid/Makefile head/net-p2p/verlihub-plugins-iplog/Makefile head/net-p2p/verlihub-plugins-isp/Makefile head/net-p2p/verlihub-plugins-luascript/Makefile head/net-p2p/verlihub-plugins-messanger/Makefile head/net-p2p/verlihub-plugins-stats/Makefile head/net/hsflowd/Makefile head/sysutils/fluent-bit/Makefile head/sysutils/heirloom/Makefile head/sysutils/liburcu/Makefile head/sysutils/pesign/Makefile head/www/kannel/Makefile Modified: head/audio/siren/Makefile ============================================================================== --- head/audio/siren/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/audio/siren/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/databases/mariadb-connector-c/Makefile ============================================================================== --- head/databases/mariadb-connector-c/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/databases/mariadb-connector-c/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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-* \ Modified: head/databases/mariadb55-server/Makefile ============================================================================== --- head/databases/mariadb55-server/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/databases/mariadb55-server/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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) Modified: head/devel/arm-none-eabi-gcc492/Makefile ============================================================================== --- head/devel/arm-none-eabi-gcc492/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/devel/arm-none-eabi-gcc492/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/devel/libbinio/Makefile ============================================================================== --- head/devel/libbinio/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/devel/libbinio/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/devel/liblas/Makefile ============================================================================== --- head/devel/liblas/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/devel/liblas/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 <bsd.port.mk> Modified: head/devel/rubygem-rice/Makefile ============================================================================== --- head/devel/rubygem-rice/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/devel/rubygem-rice/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/games/flightgear-data/Makefile ============================================================================== --- head/games/flightgear-data/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/games/flightgear-data/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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: Modified: head/games/ufoai-data/Makefile ============================================================================== --- head/games/ufoai-data/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/games/ufoai-data/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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: Modified: head/games/urbanterror-data/Makefile ============================================================================== --- head/games/urbanterror-data/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/games/urbanterror-data/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -27,7 +27,6 @@ URT_REV= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/ 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 Modified: head/games/xoids/Makefile ============================================================================== --- head/games/xoids/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/games/xoids/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/mail/rmilter/Makefile ============================================================================== --- head/mail/rmilter/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/mail/rmilter/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/misc/libsupertone/Makefile ============================================================================== --- head/misc/libsupertone/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/misc/libsupertone/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/net-p2p/verlihub-plugins-chatroom/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-chatroom/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/net-p2p/verlihub-plugins-chatroom/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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" Modified: head/net-p2p/verlihub-plugins-floodprotect/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-floodprotect/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/net-p2p/verlihub-plugins-floodprotect/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/net-p2p/verlihub-plugins-forbid/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-forbid/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/net-p2p/verlihub-plugins-forbid/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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" Modified: head/net-p2p/verlihub-plugins-iplog/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-iplog/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/net-p2p/verlihub-plugins-iplog/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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" Modified: head/net-p2p/verlihub-plugins-isp/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-isp/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/net-p2p/verlihub-plugins-isp/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/net-p2p/verlihub-plugins-luascript/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-luascript/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/net-p2p/verlihub-plugins-luascript/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/net-p2p/verlihub-plugins-messanger/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-messanger/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/net-p2p/verlihub-plugins-messanger/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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" Modified: head/net-p2p/verlihub-plugins-stats/Makefile ============================================================================== --- head/net-p2p/verlihub-plugins-stats/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/net-p2p/verlihub-plugins-stats/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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" Modified: head/net/hsflowd/Makefile ============================================================================== --- head/net/hsflowd/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/net/hsflowd/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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)) Modified: head/sysutils/fluent-bit/Makefile ============================================================================== --- head/sysutils/fluent-bit/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/sysutils/fluent-bit/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/sysutils/heirloom/Makefile ============================================================================== --- head/sysutils/heirloom/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/sysutils/heirloom/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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" Modified: head/sysutils/liburcu/Makefile ============================================================================== --- head/sysutils/liburcu/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/sysutils/liburcu/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -13,7 +13,6 @@ COMMENT= Userspace read-copy-update (RCU) data synchro 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 Modified: head/sysutils/pesign/Makefile ============================================================================== --- head/sysutils/pesign/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/sysutils/pesign/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -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 Modified: head/www/kannel/Makefile ============================================================================== --- head/www/kannel/Makefile Thu Dec 7 23:49:42 2017 (r455764) +++ head/www/kannel/Makefile Fri Dec 8 01:46:00 2017 (r455765) @@ -19,8 +19,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se LIB_DEPENDS= libpcre.so:devel/pcre -BROKEN_armv6= fails to configure: Unable to find MySQL client libraries - PORTSCOUT= skipv:1.5.0 USERS= kannel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712080146.vB81k1il038448>