These ports now build on aarch64.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-05-04 04:52:29 +00:00
parent 7a91875788
commit 4289cd0c36
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500779
5 changed files with 0 additions and 6 deletions

View File

@ -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}

View File

@ -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

View File

@ -14,7 +14,6 @@ COMMENT= Ultimate++, a BSD-licensed, cross-platform, C/C++ RAD suite
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}

View File

@ -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

View File

@ -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>