From owner-svn-ports-all@freebsd.org Sat Dec 9 01:39:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0919E95DFB; Sat, 9 Dec 2017 01:39:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A9A86D75B; Sat, 9 Dec 2017 01:39:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB91dK7B038335; Sat, 9 Dec 2017 01:39:20 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB91dK8t038328; Sat, 9 Dec 2017 01:39:20 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712090139.vB91dK8t038328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 9 Dec 2017 01:39:20 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: audio/zita-convolver biology/phyml databases/pg_citus devel/critcl games/crafty sysutils/lscpu X-SVN-Commit-Revision: 455815 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2017 01:39:21 -0000 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