Date: Sat, 4 May 2019 04:52:30 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500779 - in head: devel/ace devel/godot devel/upp emulators/stella games/lordsawar Message-ID: <201905040452.x444qUos032086@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat May 4 04:52:29 2019 New Revision: 500779 URL: https://svnweb.freebsd.org/changeset/ports/500779 Log: These ports now build on aarch64. Approved by: portmgr (tier-2 blanket) Modified: head/devel/ace/Makefile head/devel/godot/Makefile head/devel/upp/Makefile head/emulators/stella/Makefile head/games/lordsawar/Makefile Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Sat May 4 04:24:52 2019 (r500778) +++ head/devel/ace/Makefile Sat May 4 04:52:29 2019 (r500779) @@ -17,7 +17,6 @@ LICENSE_NAME= ACE LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN_aarch64= Fails to link: missing sbrk BROKEN_powerpc= Does not compile on ${ARCH} BROKEN_sparc64= Does not compile on ${ARCH} Modified: head/devel/godot/Makefile ============================================================================== --- head/devel/godot/Makefile Sat May 4 04:24:52 2019 (r500778) +++ head/devel/godot/Makefile Sat May 4 04:52:29 2019 (r500779) @@ -14,7 +14,6 @@ LICENSE_COMB= multi LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/LOGO_LICENSE.md LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.txt -BROKEN_aarch64= fails to build: KeyError: 'android_arch' BROKEN_armv6= fails to build: KeyError: 'android_arch' BROKEN_armv7= fails to build: KeyError: 'android_arch' BROKEN_powerpc64= fails to compile: inv_txfm_sse2.h:14:32: emmintrin.h: No such file or directory Modified: head/devel/upp/Makefile ============================================================================== --- head/devel/upp/Makefile Sat May 4 04:24:52 2019 (r500778) +++ head/devel/upp/Makefile Sat May 4 04:52:29 2019 (r500779) @@ -14,7 +14,6 @@ COMMENT= Ultimate++, a BSD-licensed, cross-platform, C LICENSE= BSD2CLAUSE LICENSE_FILE= ${BUILD_WRKSRC}/Core/Copying -BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture BROKEN_powerpc= Does not compile on ${ARCH}: error Unknown CPU architecture BROKEN_powerpc64= Does not compile on ${ARCH}: error Unknown CPU architecture BROKEN_sparc64= Does not compile on ${ARCH} Modified: head/emulators/stella/Makefile ============================================================================== --- head/emulators/stella/Makefile Sat May 4 04:24:52 2019 (r500778) +++ head/emulators/stella/Makefile Sat May 4 04:52:29 2019 (r500779) @@ -11,7 +11,6 @@ COMMENT= Multi-platform Atari 2600 VCS emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt -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 Modified: head/games/lordsawar/Makefile ============================================================================== --- head/games/lordsawar/Makefile Sat May 4 04:24:52 2019 (r500778) +++ head/games/lordsawar/Makefile Sat May 4 04:52:29 2019 (r500779) @@ -21,6 +21,4 @@ GNU_CONFIGURE= yes SHEBANG_FILES= create-lw-file bash_CMD= /bin/sh -BROKEN_aarch64= Fails to build: runaway process - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905040452.x444qUos032086>