Date: Sun, 26 Feb 2017 12:56:41 +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: r434867 - in head: biology/avida biology/gmap devel/k8048 devel/kyra devel/php-uprofiler multimedia/libde265 net-mgmt/fastnetmon Message-ID: <201702261256.v1QCufsh008639@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Feb 26 12:56:41 2017 New Revision: 434867 URL: https://svnweb.freebsd.org/changeset/ports/434867 Log: Mark various ports as broken on armv6: invokes x86 asm. Approved by: portmgr (tier-2 blanket) Modified: head/biology/avida/Makefile head/biology/gmap/Makefile head/devel/k8048/Makefile head/devel/kyra/Makefile head/devel/php-uprofiler/Makefile head/multimedia/libde265/Makefile head/net-mgmt/fastnetmon/Makefile Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/biology/avida/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -13,6 +13,7 @@ COMMENT= Auto-adaptive genetic system de LICENSE= GPLv3 BROKEN_aarch64= invokes x86 asm +BROKEN_armv6= invokes x86 asm BROKEN_mips= invokes x86 asm BROKEN_mips64= invokes x86 asm BROKEN_sparc64= missing atomics implementation Modified: head/biology/gmap/Makefile ============================================================================== --- head/biology/gmap/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/biology/gmap/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -25,6 +25,7 @@ OPTIONS_DEFINE= SIMD SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd BROKEN_aarch64= Does not build: invokes x86 asm +BROKEN_armv6= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build on powerpc64 BROKEN_sparc64= Does not build: invokes x86 asm Modified: head/devel/k8048/Makefile ============================================================================== --- head/devel/k8048/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/devel/k8048/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/Src USES= gmake ALL_TARGET= build +BROKEN_armv6= fails to compile: invokes x86 asm + PLIST_FILES= bin/${PORTNAME} bin/kio ${BIN_SYMLINKS} BIN_SYMLINKS= bin/k12 bin/k14 bin/k16 bin/ktest Modified: head/devel/kyra/Makefile ============================================================================== --- head/devel/kyra/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/devel/kyra/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -27,6 +27,7 @@ MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD="$ RELEASE_CFLAGS="${CFLAGS}" RELEASE_CXXFLAGS="${CXXFLAGS}" BROKEN_aarch64= Fails to compile: error: invalid output constraint =A in asm +BROKEN_armv6= Fails to compile: error: invalid output constraint =A in asm do-install: .for i in encoder spriteed Modified: head/devel/php-uprofiler/Makefile ============================================================================== --- head/devel/php-uprofiler/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/devel/php-uprofiler/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -14,6 +14,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE BROKEN_aarch64= Does not build: invokes x86 asm +BROKEN_armv6= Does not build: invokes x86 asm BROKEN_mips64= Does not build: invokes x86 asm BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: invokes x86 asm Modified: head/multimedia/libde265/Makefile ============================================================================== --- head/multimedia/libde265/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/multimedia/libde265/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -3,8 +3,8 @@ PORTNAME= libde265 PORTVERSION= 1.0.2 -CATEGORIES= multimedia DISTVERSIONPREFIX= v +CATEGORIES= multimedia MAINTAINER= kwm@FreeBSD.org COMMENT= Open source h.265 video codec @@ -16,4 +16,6 @@ USES= autoreconf compiler:c++11-lib lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-sherlock265 --disable-dec265 +BROKEN_armv6= fails to compile: invokes x86 assembler + .include <bsd.port.mk> Modified: head/net-mgmt/fastnetmon/Makefile ============================================================================== --- head/net-mgmt/fastnetmon/Makefile Sun Feb 26 12:46:29 2017 (r434866) +++ head/net-mgmt/fastnetmon/Makefile Sun Feb 26 12:56:41 2017 (r434867) @@ -13,8 +13,6 @@ COMMENT= Very fast DDoS analyzer with sf LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ liblog4cpp.so:devel/log4cpp \ libndpi.so:net/ndpi \ @@ -34,6 +32,9 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/src CMAKE_ARGS+= -DDISABLE_PF_RING_SUPPORT=ON CMAKE_INSTALL_PREFIX= ${PREFIX} +BROKEN_armv6= Does not build: invokes x86 assembler +BROKEN_powerpc64= Does not build + USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= DOCS REDIS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702261256.v1QCufsh008639>