From owner-svn-ports-head@freebsd.org Sat May 4 04:24:55 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB59E1581087; Sat, 4 May 2019 04:24:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A4E8707BA; Sat, 4 May 2019 04:24:54 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6761930E4; Sat, 4 May 2019 04:24:54 +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 x444Osgi016560; Sat, 4 May 2019 04:24:54 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x444OrmV016552; Sat, 4 May 2019 04:24:53 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201905040424.x444OrmV016552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 4 May 2019 04:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500778 - in head: databases/pg_citus devel/ppl lang/see net/tcpkali security/sha1collisiondetection sysutils/mbgtools X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: databases/pg_citus devel/ppl lang/see net/tcpkali security/sha1collisiondetection sysutils/mbgtools X-SVN-Commit-Revision: 500778 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7A4E8707BA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2019 04:24:55 -0000 Author: linimon Date: Sat May 4 04:24:52 2019 New Revision: 500778 URL: https://svnweb.freebsd.org/changeset/ports/500778 Log: These ports also build on armv7 (and thus, presumably, on armv6). Approved by: portmgr (tier-2 blanket) Obtained from: armv7 TRYBROKEN run Modified: head/databases/pg_citus/Makefile head/devel/ppl/Makefile head/lang/see/Makefile head/net/tcpkali/Makefile head/security/sha1collisiondetection/Makefile head/sysutils/mbgtools/Makefile Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Sat May 4 02:57:26 2019 (r500777) +++ head/databases/pg_citus/Makefile Sat May 4 04:24:52 2019 (r500778) @@ -13,8 +13,6 @@ COMMENT= Horizontally scale Postgresql using sharding LICENSE= AGPLv3 -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'? BROKEN_i386= fails to compile: transaction/backend_data.c:727:2: error: unknown type name 'pg_atomic_uint64'; did you mean 'pg_atomic_uint32'? USES= gmake pgsql:10+ autoreconf readline Modified: head/devel/ppl/Makefile ============================================================================== --- head/devel/ppl/Makefile Sat May 4 02:57:26 2019 (r500777) +++ head/devel/ppl/Makefile Sat May 4 04:24:52 2019 (r500778) @@ -13,9 +13,6 @@ COMMENT= C++ library for the manipulation of convex po LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_armv6= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix::Pseudo_Row' -BROKEN_armv7= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix::Pseudo_Row' - BUILD_DEPENDS= gm4:devel/m4 LIB_DEPENDS= libglpk.so:math/glpk \ libgmp.so:math/gmp Modified: head/lang/see/Makefile ============================================================================== --- head/lang/see/Makefile Sat May 4 02:57:26 2019 (r500777) +++ head/lang/see/Makefile Sat May 4 04:24:52 2019 (r500778) @@ -20,9 +20,6 @@ LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING LICENSE_FILE_DTOA.C= ${WRKSRC}/COPYING LICENSE_PERMS_DTOA.C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN_armv6= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined -BROKEN_armv7= fails to configure: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined - OPTIONS_DEFINE= GC DEBUG DOCS OPTIONS_DEFAULT= GC GC_DESC= Use Boehm-Weiser garbage collection package Modified: head/net/tcpkali/Makefile ============================================================================== --- head/net/tcpkali/Makefile Sat May 4 02:57:26 2019 (r500777) +++ head/net/tcpkali/Makefile Sat May 4 04:24:52 2019 (r500778) @@ -11,8 +11,6 @@ COMMENT= High performance load generator for TCP and W LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_armv6= invokes x86 assembler -BROKEN_armv7= invokes x86 assembler BROKEN_mips= invokes x86 assembler BROKEN_mips64= invokes x86 assembler BROKEN_sparc64= invokes x86 assembler Modified: head/security/sha1collisiondetection/Makefile ============================================================================== --- head/security/sha1collisiondetection/Makefile Sat May 4 02:57:26 2019 (r500777) +++ head/security/sha1collisiondetection/Makefile Sat May 4 04:24:52 2019 (r500778) @@ -11,9 +11,6 @@ COMMENT= Library and command line tool to detect SHA-1 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN_armv6= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions] -BROKEN_armv7= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions] - USES= gmake libtool:build USE_GITHUB= yes Modified: head/sysutils/mbgtools/Makefile ============================================================================== --- head/sysutils/mbgtools/Makefile Sat May 4 02:57:26 2019 (r500777) +++ head/sysutils/mbgtools/Makefile Sat May 4 04:24:52 2019 (r500778) @@ -11,7 +11,6 @@ COMMENT= Drivers and tools for Meinberg PTP/GPS cards LICENSE= BSD2CLAUSE -BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_mips64= fails to compile: unused variables BROKEN_sparc64= fails to compile: error in structure definitions