mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
These are also broken on aarch64 in the same way as armv6/7.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
45bc01fca2
commit
8ae42417cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455815
6 changed files with 8 additions and 2 deletions
|
@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/../COPYING
|
|||
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
|
||||
LIB_DEPENDS= libfftw3f.so:math/fftw3-float
|
||||
|
||||
BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ COMMENT= Horizontally scale Postgresql using sharding and replication
|
|||
|
||||
LICENSE= AGPLv3
|
||||
|
||||
BROKEN_aarch64= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
|
||||
BROKEN_armv6= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
|
||||
BROKEN_armv7= fails to compile: transaction/backend_data.c:53:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'?
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|||
RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:devel/tcl-trf \
|
||||
${LOCALBASE}/lib/tcllib/cmdline/pkgIndex.tcl:devel/tcllib
|
||||
|
||||
BROKEN_aarch64= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory
|
||||
BROKEN_armv6= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv6/md5c.so:No such file or directory
|
||||
BROKEN_armv7= fails to package: pkg-static: Unable to access file lib/critcl_md5c0.12/freebsd-armv7/md5c.so:No such file or directory
|
||||
|
||||
|
|
|
@ -18,8 +18,9 @@ EXTRACT_ONLY= crafty-${PORTVERSION}.zip
|
|||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Chess program for playing and analyzing games
|
||||
|
||||
BROKEN_armv6 = fails to build: Could not read profile default.profdata: No such file or directory
|
||||
BROKEN_armv7 = fails to build: Could not read profile default.profdata: No such file or directory
|
||||
BROKEN_aarch64= fails to build: Could not read profile default.profdata: No such file or directory
|
||||
BROKEN_armv6= fails to build: Could not read profile default.profdata: No such file or directory
|
||||
BROKEN_armv7= fails to build: Could not read profile default.profdata: No such file or directory
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@ COMMENT= Display information about the CPU architecture
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BROKEN_aarch64= fails to compile: lib/clang/3.8.0/include/cpuid.h:25:2: error: this header is for x86 only
|
||||
BROKEN_armv6= fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: this header is for x86 only
|
||||
BROKEN_armv7= fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: this header is for x86 only
|
||||
BROKEN_mips= fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory
|
||||
|
|
Loading…
Add table
Reference in a new issue