aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-12-09 09:39:19 +0800
committerlinimon <linimon@FreeBSD.org>2017-12-09 09:39:19 +0800
commit9abc699e3652731c27ac88185f63a82439038545 (patch)
tree5d215d533c51d0a74094ac2414f069597bf384ea
parent544dd8f6b0b788cebe493f6399288d67f8a14eab (diff)
downloadfreebsd-ports-gnome-9abc699e3652731c27ac88185f63a82439038545.tar.gz
freebsd-ports-gnome-9abc699e3652731c27ac88185f63a82439038545.tar.zst
freebsd-ports-gnome-9abc699e3652731c27ac88185f63a82439038545.zip
These are also broken on aarch64 in the same way as armv6/7.
Approved by: portmgr (tier-2 blanket)
-rw-r--r--audio/zita-convolver/Makefile1
-rw-r--r--biology/phyml/Makefile1
-rw-r--r--databases/pg_citus/Makefile1
-rw-r--r--devel/critcl/Makefile1
-rw-r--r--games/crafty/Makefile5
-rw-r--r--sysutils/lscpu/Makefile1
6 files changed, 8 insertions, 2 deletions
diff --git a/audio/zita-convolver/Makefile b/audio/zita-convolver/Makefile
index cc0ec867e1c4..16beee125d40 100644
--- a/audio/zita-convolver/Makefile
+++ b/audio/zita-convolver/Makefile
@@ -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'
diff --git a/biology/phyml/Makefile b/biology/phyml/Makefile
index 775a5ac161c4..652db021400e 100644
--- a/biology/phyml/Makefile
+++ b/biology/phyml/Makefile
@@ -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'
diff --git a/databases/pg_citus/Makefile b/databases/pg_citus/Makefile
index 56a77de8d6c2..0e1c6ed89715 100644
--- a/databases/pg_citus/Makefile
+++ b/databases/pg_citus/Makefile
@@ -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'?
diff --git a/devel/critcl/Makefile b/devel/critcl/Makefile
index 71bbb07152c1..ecb92ff2fe75 100644
--- a/devel/critcl/Makefile
+++ b/devel/critcl/Makefile
@@ -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
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index aed36c9cafbd..eea4a7442c99 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -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}
diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile
index 012aa0a3ecf5..09c1726ba9cd 100644
--- a/sysutils/lscpu/Makefile
+++ b/sysutils/lscpu/Makefile
@@ -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