From owner-svn-ports-all@freebsd.org Tue Dec 19 15:17:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A863EE8974C; Tue, 19 Dec 2017 15:17:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8272C7CC0F; Tue, 19 Dec 2017 15:17:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBJFH7Bj067238; Tue, 19 Dec 2017 15:17:07 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBJFH7YL067234; Tue, 19 Dec 2017 15:17:07 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712191517.vBJFH7YL067234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 19 Dec 2017 15:17:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456723 - in head: cad/openvsp games/7kaa games/eduke32 security/pecl-crypto X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: cad/openvsp games/7kaa games/eduke32 security/pecl-crypto X-SVN-Commit-Revision: 456723 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 15:17:08 -0000 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