Date: Mon, 11 Dec 2017 07:18:48 +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: r455927 - in head: biology/iqtree biology/seqan-apps devel/rcs57 sysutils/p5-File-Stat-Bits www/h2o www/mod_security-devel Message-ID: <201712110718.vBB7ImZ8089143@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Dec 11 07:18:48 2017 New Revision: 455927 URL: https://svnweb.freebsd.org/changeset/ports/455927 Log: Mark several ports newly broken on arm. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/biology/iqtree/Makefile head/biology/seqan-apps/Makefile head/devel/rcs57/Makefile head/sysutils/p5-File-Stat-Bits/Makefile head/www/h2o/Makefile head/www/mod_security-devel/Makefile Modified: head/biology/iqtree/Makefile ============================================================================== --- head/biology/iqtree/Makefile Mon Dec 11 05:27:50 2017 (r455926) +++ head/biology/iqtree/Makefile Mon Dec 11 07:18:48 2017 (r455927) @@ -15,6 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 +BROKEN_aarch64= fails to compile: unrecognized command line option '-msse3' +BROKEN_armv6= fails to compile: unrecognized command line options '-m32' and '-msse3' +BROKEN_armv7= fails to compile: unrecognized command line options '-m32' and '-msse3' + USES= cmake compiler:openmp USE_GITHUB= yes GH_ACCOUNT= Cibiv Modified: head/biology/seqan-apps/Makefile ============================================================================== --- head/biology/seqan-apps/Makefile Mon Dec 11 05:27:50 2017 (r455926) +++ head/biology/seqan-apps/Makefile Mon Dec 11 07:18:48 2017 (r455927) @@ -15,6 +15,11 @@ LICENSE_COMB= multi BUILD_DEPENDS= boost-libs>0:devel/boost-libs +BROKEN_aarch64= fails to compile: Error: unknown mnemonic rep -- rep +BROKEN_armv6= fails to compile: Error: bad instruction rep +BROKEN_armv7= fails to compile: Error: bad instruction rep +BROKEN_powerpc64= fails to compile: Error: unrecognized opcode: rep + USE_GITHUB= yes GH_ACCOUNT= seqan GH_PROJECT= seqan @@ -25,9 +30,6 @@ USES= cmake:outsource CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS" USE_GCC= yes - -BROKEN_aarch64= fails to compile: Error: unknown mnemonic rep -- rep -BROKEN_powerpc64= fails to compile: Error: unrecognized opcode: rep .include <bsd.port.pre.mk> Modified: head/devel/rcs57/Makefile ============================================================================== --- head/devel/rcs57/Makefile Mon Dec 11 05:27:50 2017 (r455926) +++ head/devel/rcs57/Makefile Mon Dec 11 07:18:48 2017 (r455927) @@ -9,16 +9,19 @@ PKGNAMESUFFIX= 57 MAINTAINER= cy@FreeBSD.org COMMENT= Version control system (as was in FreeBSD prior to removal) +LICENSE= GPLv2 + +BROKEN_armv6= fails to build: runaway build +BROKEN_armv7= fails to build: runaway build + +CONFLICTS= rcs-5.[89]* + OPTIONS_DEFINE= FREEBSD OPTIONS_DEFAULT= FREEBSD FREEBSD_DESC= Apply FreeBSD patches -CONFLICTS= rcs-5.[89]* -LICENSE= GPLv2 - USES= desthack gmake GNU_CONFIGURE= yes - FREEBSD_EXTRA_PATCHES+= ${FILESDIR}/freebsd-src-ident.c \ ${FILESDIR}/freebsd-src-maketime.c \ Modified: head/sysutils/p5-File-Stat-Bits/Makefile ============================================================================== --- head/sysutils/p5-File-Stat-Bits/Makefile Mon Dec 11 05:27:50 2017 (r455926) +++ head/sysutils/p5-File-Stat-Bits/Makefile Mon Dec 11 07:18:48 2017 (r455927) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Perl5 module interface to the major()/minor() C routines +BROKEN_armv6= fails to build: runaway build +BROKEN_armv7= fails to build: runaway build + USES= perl5 USE_PERL5= configure Modified: head/www/h2o/Makefile ============================================================================== --- head/www/h2o/Makefile Mon Dec 11 05:27:50 2017 (r455926) +++ head/www/h2o/Makefile Mon Dec 11 07:18:48 2017 (r455927) @@ -11,6 +11,9 @@ COMMENT= Optimized HTTP/2 server including support for LICENSE= MIT +BROKEN_armv6= fails to compile: asm_arm.inc:139:36: '.syntax divided' arm assembly not supported +BROKEN_armv7= fails to compile: asm_arm.inc:139:36: '.syntax divided' arm assembly not supported + USES= cmake:noninja compiler:c11 cpe perl5 shebangfix ssl CPE_VENDOR= h2o_project USE_GITHUB= yes Modified: head/www/mod_security-devel/Makefile ============================================================================== --- head/www/mod_security-devel/Makefile Mon Dec 11 05:27:50 2017 (r455926) +++ head/www/mod_security-devel/Makefile Mon Dec 11 07:18:48 2017 (r455927) @@ -15,6 +15,10 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libyajl.so:devel/yajl \ libGeoIP.so:net/GeoIP +BROKEN_aarch64= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { } +BROKEN_armv6= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { } +BROKEN_armv7= fails to compile: string.h:55:1: narrowing conversion of '-1' from 'int' to 'char' inside { } + USES= gmake autoreconf libtool pkgconfig:build USE_GNOME= libxml2 # GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712110718.vBB7ImZ8089143>