From b22594f22e2bacb0aaf17d7e580bcf8a8d2c4886 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 19 Dec 2017 15:17:07 +0000 Subject: [PATCH] Mark some older failing ports broken on aarch64. While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket) --- cad/openvsp/Makefile | 4 ++++ games/7kaa/Makefile | 4 ++++ games/eduke32/Makefile | 5 +++-- security/pecl-crypto/Makefile | 11 ++++++----- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index a4d9931f4926..5e5f50cd3158 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -26,6 +26,10 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +BROKEN_aarch64= fails to compile: invokes x86 asm +BROKEN_armv6= fails to compile: invokes x86 asm +BROKEN_armv7= fails to compile: invokes x86 asm + CMAKE_SOURCE_PATH= ${WRKSRC}/SuperProject CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} diff --git a/games/7kaa/Makefile b/games/7kaa/Makefile index f1a8139f7bf8..64f7dd15b66a 100644 --- a/games/7kaa/Makefile +++ b/games/7kaa/Makefile @@ -16,6 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libenet.so:net/enet \ libcurl.so:ftp/curl +BROKEN_aarch64= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char' +BROKEN_armv6= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char' +BROKEN_armv7= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char' + USES= compiler:c++11-lib gmake localbase openal:al pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls # no translations ATM diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index cd7e59760df4..3cb5c2fb6fe1 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -28,6 +28,9 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libvpx.so:multimedia/libvpx \ libpng.so:graphics/png +BROKEN_aarch64= fails to compile: polymost.cpp:2403:18: non-constant-expression cannot be narrowed from type 'long' to 'int32_t' (aka 'int') in initializer list +BROKEN_sparc64= fails to compile + USES= gmake pkgconfig tar:xz USE_GL= gl glu USE_GNOME= gtk20 @@ -42,8 +45,6 @@ MAKE_ARGS= CC=${CC} CXX=${CXX} PLIST_FILES= bin/eduke32 bin/mapster32 PORTEXAMPLES= * -BROKEN_sparc64= does not compile on sparc64 - OPTIONS_DEFINE= EXAMPLES GCC HRP OFFENSIVE SHAREWARE VOXEL OPTIONS_DEFINE_i386= ASM OPTIONS_DEFAULT_i386= ASM diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile index 7f9e45a38bd6..053e295d39f6 100644 --- a/security/pecl-crypto/Makefile +++ b/security/pecl-crypto/Makefile @@ -10,11 +10,12 @@ COMMENT= Objective wrapper for OpenSSL Crypto Library LICENSE= PHP301 -BROKEN_armv6= fails to configure: C compiler cannot create executables -BROKEN_armv7= fails to configure: C compiler cannot create executables -BROKEN_mips= fails to configure: C compiler cannot create executables -BROKEN_mips64= fails to configure: C compiler cannot create executables -BROKEN_powerpc64= fails to configure: C compiler cannot create executables +BROKEN_FreeBSD_12_aarch64= fails to configure: C compiler cannot create executables +BROKEN_armv6= fails to configure: C compiler cannot create executables +BROKEN_armv7= fails to configure: C compiler cannot create executables +BROKEN_mips= fails to configure: C compiler cannot create executables +BROKEN_mips64= fails to configure: C compiler cannot create executables +BROKEN_powerpc64= fails to configure: C compiler cannot create executables USES= php:pecl CONFIGURE_ARGS= --with-crypto