svn commit: r456723 - in head: cad/openvsp games/7kaa games/eduke32 security/pecl-crypto

Mark Linimon linimon at FreeBSD.org
Tue Dec 19 15:17:08 UTC 2017


Author: linimon
Date: Tue Dec 19 15:17:07 2017
New Revision: 456723
URL: https://svnweb.freebsd.org/changeset/ports/456723

Log:
  Mark some older failing ports broken on aarch64.
  
  While here, pet portlint and reformat some other BROKEN statements.
  
  Approved by:  portmgr (tier-2 blanket)

Modified:
  head/cad/openvsp/Makefile
  head/games/7kaa/Makefile
  head/games/eduke32/Makefile
  head/security/pecl-crypto/Makefile

Modified: head/cad/openvsp/Makefile
==============================================================================
--- head/cad/openvsp/Makefile	Tue Dec 19 15:08:41 2017	(r456722)
+++ head/cad/openvsp/Makefile	Tue Dec 19 15:17:07 2017	(r456723)
@@ -26,6 +26,10 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/libopenNURBS.a:graphic
 		${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}
 

Modified: head/games/7kaa/Makefile
==============================================================================
--- head/games/7kaa/Makefile	Tue Dec 19 15:08:41 2017	(r456722)
+++ head/games/7kaa/Makefile	Tue Dec 19 15:17:07 2017	(r456723)
@@ -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

Modified: head/games/eduke32/Makefile
==============================================================================
--- head/games/eduke32/Makefile	Tue Dec 19 15:08:41 2017	(r456722)
+++ head/games/eduke32/Makefile	Tue Dec 19 15:17:07 2017	(r456723)
@@ -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
@@ -41,8 +44,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

Modified: head/security/pecl-crypto/Makefile
==============================================================================
--- head/security/pecl-crypto/Makefile	Tue Dec 19 15:08:41 2017	(r456722)
+++ head/security/pecl-crypto/Makefile	Tue Dec 19 15:17:07 2017	(r456723)
@@ -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


More information about the svn-ports-head mailing list