Mark various ports as broken on armv6: invokes x86 asm.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
9524d00377
commit
89d2c5da0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434867
@ -13,6 +13,7 @@ COMMENT= Auto-adaptive genetic system designed for ALife research
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -27,6 +27,7 @@ MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD="${CXX}" \
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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 libtool pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-sherlock265 --disable-dec265
|
||||
|
||||
BROKEN_armv6= fails to compile: invokes x86 assembler
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,8 +13,6 @@ COMMENT= Very fast DDoS analyzer with sflow/netflow/mirror support
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user