Date: Sat, 9 Dec 2017 01:39:20 +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: r455815 - in head: audio/zita-convolver biology/phyml databases/pg_citus devel/critcl games/crafty sysutils/lscpu Message-ID: <201712090139.vB91dK8t038328@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Dec 9 01:39:19 2017 New Revision: 455815 URL: https://svnweb.freebsd.org/changeset/ports/455815 Log: These are also broken on aarch64 in the same way as armv6/7. Approved by: portmgr (tier-2 blanket) Modified: head/audio/zita-convolver/Makefile head/biology/phyml/Makefile head/databases/pg_citus/Makefile head/devel/critcl/Makefile head/games/crafty/Makefile head/sysutils/lscpu/Makefile Modified: head/audio/zita-convolver/Makefile ============================================================================== --- head/audio/zita-convolver/Makefile Sat Dec 9 01:02:21 2017 (r455814) +++ head/audio/zita-convolver/Makefile Sat Dec 9 01:39:19 2017 (r455815) @@ -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' Modified: head/biology/phyml/Makefile ============================================================================== --- head/biology/phyml/Makefile Sat Dec 9 01:02:21 2017 (r455814) +++ head/biology/phyml/Makefile Sat Dec 9 01:39:19 2017 (r455815) @@ -13,6 +13,7 @@ COMMENT= Simple, fast, and accurate algorithm to estim 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' Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Sat Dec 9 01:02:21 2017 (r455814) +++ head/databases/pg_citus/Makefile Sat Dec 9 01:39:19 2017 (r455815) @@ -12,6 +12,7 @@ COMMENT= Horizontally scale Postgresql using sharding 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'? Modified: head/devel/critcl/Makefile ============================================================================== --- head/devel/critcl/Makefile Sat Dec 9 01:02:21 2017 (r455814) +++ head/devel/critcl/Makefile Sat Dec 9 01:39:19 2017 (r455815) @@ -17,6 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se 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 Modified: head/games/crafty/Makefile ============================================================================== --- head/games/crafty/Makefile Sat Dec 9 01:02:21 2017 (r455814) +++ head/games/crafty/Makefile Sat Dec 9 01:39:19 2017 (r455815) @@ -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} Modified: head/sysutils/lscpu/Makefile ============================================================================== --- head/sysutils/lscpu/Makefile Sat Dec 9 01:02:21 2017 (r455814) +++ head/sysutils/lscpu/Makefile Sat Dec 9 01:39:19 2017 (r455815) @@ -10,6 +10,7 @@ COMMENT= Display information about the CPU architectur 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090139.vB91dK8t038328>