From owner-svn-ports-all@freebsd.org Mon Dec 11 07:18:50 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 03206E887F1; Mon, 11 Dec 2017 07:18:50 +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 C1B4675153; Mon, 11 Dec 2017 07:18:49 +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 vBB7Imdk089149; Mon, 11 Dec 2017 07:18:48 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBB7ImZ8089143; Mon, 11 Dec 2017 07:18:48 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712110718.vBB7ImZ8089143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Mon, 11 Dec 2017 07:18:48 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: biology/iqtree biology/seqan-apps devel/rcs57 sysutils/p5-File-Stat-Bits www/h2o www/mod_security-devel X-SVN-Commit-Revision: 455927 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: Mon, 11 Dec 2017 07:18:50 -0000 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 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