Date: Sat, 4 May 2019 04:24:53 +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: r500778 - in head: databases/pg_citus devel/ppl lang/see net/tcpkali security/sha1collisiondetection sysutils/mbgtools Message-ID: <201905040424.x444OrmV016552@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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<T>::Pseudo_Row' -BROKEN_armv7= fails to compile: ./OR_Matrix_inlines.hh:100:8: error: missing 'typename' prior to dependent type template name 'OR_Matrix<T>::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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905040424.x444OrmV016552>