Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
3a3122968b
commit
f1696c0036
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456719
@ -13,8 +13,9 @@ COMMENT= Toolset for genome arithmetic
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_armv6= fails to compile: implicit instantiation of undefined template __static_assert_test<false>
|
||||
BROKEN_armv7= fails to compile: implicit instantiation of undefined template __static_assert_test<false>
|
||||
BROKEN_FreeBSD_12_aarch64= fails to compile: /usr/include/c++/v1/queue:401:5: error: static_assert failed
|
||||
BROKEN_armv6= fails to compile: implicit instantiation of undefined template __static_assert_test<false>
|
||||
BROKEN_armv7= fails to compile: implicit instantiation of undefined template __static_assert_test<false>
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= arq5x
|
||||
|
@ -37,6 +37,8 @@ LIB_DEPENDS= libcppunit.so:devel/cppunit \
|
||||
liborc-0.4.so:devel/orc
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
|
||||
|
||||
# USES=compiler:c11 is necessary because base GCC fails:
|
||||
# volk/lib/volk_cpu.c: In function 'i_can_has_3dnow':
|
||||
# volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm'
|
||||
|
@ -86,6 +86,9 @@ DISTFILES+= 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.
|
||||
86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz:src \
|
||||
cppunit-1.13.2.tar.gz:src
|
||||
|
||||
NOT_FOR_ARCHS= aarch64 armv6 armv7
|
||||
NOT_FOR_ARCHS_REASON= Unsupported host_cpu
|
||||
|
||||
.if defined(PRERELEASE)
|
||||
MASTER_SITES+= http://dev-builds.libreoffice.org/pre-releases/src/
|
||||
.endif
|
||||
|
@ -16,6 +16,11 @@ LICENSE_FILE= ${WRKSRC}/License.txt
|
||||
|
||||
LIB_DEPENDS= libpng.so:graphics/png
|
||||
|
||||
BROKEN_aarch64= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
|
||||
BROKEN_armv6= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
|
||||
BROKEN_armv7= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
|
||||
BROKEN_powerpc64= fails to compile: CartDebug.cxx: 'snprintf' is not a member of 'std'
|
||||
|
||||
CONFLICTS_INSTALL= rubygem-stella
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
@ -15,6 +15,10 @@ COMMENT= Multiplayer networked Tron clone in 3D
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_FreeBSD_12_aarch64= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
|
||||
BROKEN_FreeBSD_12_armv6= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
|
||||
BROKEN_FreeBSD_12_armv7= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int')
|
||||
|
||||
USES= gmake jpeg
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-etc --disable-initscripts
|
||||
|
@ -18,6 +18,7 @@ LIB_DEPENDS= libboost_python.so:devel/boost-python-libs
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gtkglext>0:x11-toolkits/py-gtkglext@${PY_FLAVOR}
|
||||
|
||||
BROKEN_aarch64= fails to compile: cpp/extlibs/greenlet/greenlet.c:254:2: greenlet needs to be ported to this platform
|
||||
BROKEN_powerpc= fails to compile
|
||||
BROKEN_sparc64= fails to compile
|
||||
|
||||
|
@ -14,6 +14,7 @@ LICENSE= GPLv2
|
||||
LIB_DEPENDS= libpthsem.so:devel/pthsem
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone
|
||||
|
||||
BROKEN_aarch64= fails to compile: /usr/include/c++/v1/math.h:733:39: no member named 'fabsf' in the global namespace; did you mean simply 'fabsf'?
|
||||
BROKEN_armv6= fails to configure: checking for GNU Pth... Segmentation fault
|
||||
BROKEN_armv7= fails to configure: checking for GNU Pth... Segmentation fault
|
||||
BROKEN_mips= fails to configure: checking for GNU Pth... Segmentation fault
|
||||
|
@ -12,6 +12,10 @@ COMMENT= RSerPool Framework and Example Applications
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BROKEN_aarch64= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
|
||||
BROKEN_armv6= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
|
||||
BROKEN_armv7= fails to compile: fractalgeneratorservice.cc:353:12: expected unqualified-id
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-maintainer-mode \
|
||||
--enable-qt --with-qt-lib=${QT_LIBDIR} \
|
||||
|
@ -33,6 +33,9 @@ RUN_DEPENDS= endian:sysutils/endian \
|
||||
ppmtogif:graphics/netpbm \
|
||||
qhull:math/qhull5
|
||||
|
||||
BROKEN_aarch64= fails to compile: suma_utils.c:3043:10: statement requires expression of scalar type
|
||||
BROKEN_sparc64= fails to compile: undefined reference to '_mcount'
|
||||
|
||||
CONFLICTS= im-[0-9]* \
|
||||
nifticlib-[0-9]* \
|
||||
open-usp-tukubai-[0-9]*
|
||||
@ -48,8 +51,6 @@ USE_GNOME= glib20
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
BROKEN_sparc64= Does not compile: "undefined reference to '_mcount'"
|
||||
|
||||
USE_GL= gl glu glw
|
||||
USE_XORG= x11 xext xi xmu xp xt
|
||||
MAKE_ENV= CC="${CC}" R_SHARE_DIR=${LOCALBASE}/lib/R/share
|
||||
|
@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
|
||||
LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs
|
||||
|
||||
BROKEN_aarch64= fails to compile: ./src/lib/block/aes/aes_armv8/aes_armv8.cpp:40:25: use of undeclared identifier 'vaeseq_u8'
|
||||
|
||||
OPTIONS_DEFINE= SQLITE3 SSL DOCS
|
||||
OPTIONS_DEFAULT= SSL
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -11,7 +11,8 @@ COMMENT= Fast strong hash functions: SipHash/HighwayHash
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64
|
||||
BROKEN_aarch64= fails to compile: /usr/lib/clang/5.0.0/include/mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64
|
||||
ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h
|
||||
|
||||
USES= gmake
|
||||
|
@ -11,6 +11,7 @@ COMMENT= Library and command line tool to detect SHA-1 collisions
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BROKEN_aarch64= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
|
||||
BROKEN_armv6= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
|
||||
BROKEN_armv7= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
|
||||
BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option -std=c90
|
||||
|
@ -62,7 +62,10 @@ LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher \
|
||||
RUN_DEPENDS= xdg-open:devel/xdg-utils \
|
||||
droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386
|
||||
BROKEN_FreeBSD_11_aarch64= components/safe_browsing_db/v4_rice.cc:120:18: use of overloaded operator '&' is ambiguous
|
||||
BROKEN_FreeBSD_12_aarch64= third_party/skia/src/core/SkCpu.cpp:84:27: use of undeclared identifier 'getauxval'
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 i386
|
||||
|
||||
.endif
|
||||
|
||||
.if defined(GN_ONLY)
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= SF
|
||||
MAINTAINER= ap@page2rss.com
|
||||
COMMENT= Template system for C
|
||||
|
||||
BROKEN_aarch64= fails to compile: assigning to char * from incompatible type const char *
|
||||
BROKEN_armv6= fails to compile: assigning to char * from incompatible type const char *
|
||||
BROKEN_armv7= fails to compile: assigning to char * from incompatible type const char *
|
||||
|
||||
|
@ -23,6 +23,7 @@ BUILD_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR}
|
||||
INSTALL_WRKSRC= ${WRKSRC}/${MYGUI_SUBDIR}
|
||||
.endif
|
||||
|
||||
BROKEN_aarch64= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string<char> *' with an rvalue of type 'int'
|
||||
BROKEN_armv6= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string<char> *' with an rvalue of type 'int'
|
||||
BROKEN_armv7= fails to compile: memory:2050:9: error: cannot initialize a member subobject of type 'std::__1::basic_string<char> *' with an rvalue of type 'int'
|
||||
BROKEN_powerpc64= fails to build
|
||||
|
Loading…
Reference in New Issue
Block a user