From owner-svn-ports-head@freebsd.org Fri Dec 29 16:33:13 2017 Return-Path: Delivered-To: svn-ports-head@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 02743EA484C; Fri, 29 Dec 2017 16:33:13 +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 B614F70DFC; Fri, 29 Dec 2017 16:33:12 +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 vBTGXBCq006945; Fri, 29 Dec 2017 16:33:11 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBTGXBoT006940; Fri, 29 Dec 2017 16:33:11 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201712291633.vBTGXBoT006940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 29 Dec 2017 16:33:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457513 - in head: audio/eq10q-lv2 audio/libgig devel/clanlib devel/gps misc/free42 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: audio/eq10q-lv2 audio/libgig devel/clanlib devel/gps misc/free42 X-SVN-Commit-Revision: 457513 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 29 Dec 2017 16:33:13 -0000 Author: linimon Date: Fri Dec 29 16:33:11 2017 New Revision: 457513 URL: https://svnweb.freebsd.org/changeset/ports/457513 Log: Mark these ports broken on aarch64 (and, where appropriate, armv6/7). While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/audio/eq10q-lv2/Makefile head/audio/libgig/Makefile head/devel/clanlib/Makefile head/devel/gps/Makefile head/misc/free42/Makefile Modified: head/audio/eq10q-lv2/Makefile ============================================================================== --- head/audio/eq10q-lv2/Makefile Fri Dec 29 16:24:15 2017 (r457512) +++ head/audio/eq10q-lv2/Makefile Fri Dec 29 16:33:11 2017 (r457513) @@ -12,6 +12,10 @@ COMMENT= Parametric equalizer LV2 audio plugin LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to compile: unknown FP unit 'sse' +BROKEN_armv6= fails to compile: unknown FP unit 'sse' +BROKEN_mips64= fails to compile: unknown FP unit 'sse' + BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfontconfig.so:x11-fonts/fontconfig \ Modified: head/audio/libgig/Makefile ============================================================================== --- head/audio/libgig/Makefile Fri Dec 29 16:24:15 2017 (r457512) +++ head/audio/libgig/Makefile Fri Dec 29 16:33:11 2017 (r457513) @@ -13,6 +13,8 @@ COMMENT= Gigasampler file loader library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to compile: DLS.cpp:526:9: unknown type name 'uuid_t'; did you mean 'uid_t'? + LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libuuid.so:misc/e2fsprogs-libuuid Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Fri Dec 29 16:24:15 2017 (r457512) +++ head/devel/clanlib/Makefile Fri Dec 29 16:33:11 2017 (r457513) @@ -14,6 +14,8 @@ COMMENT= Cross-platform game SDK LICENSE= ZLIB +BROKEN_aarch64= fails to compile: X11/x11_window.cpp:1626:40: use of undeclared identifier 'malloc'; did you mean 'valloc'? + LIB_DEPENDS= libpng.so:graphics/png \ libmikmod.so:audio/libmikmod \ libvorbis.so:audio/libvorbis \ Modified: head/devel/gps/Makefile ============================================================================== --- head/devel/gps/Makefile Fri Dec 29 16:24:15 2017 (r457512) +++ head/devel/gps/Makefile Fri Dec 29 16:33:11 2017 (r457513) @@ -6,13 +6,15 @@ PORTVERSION= 2016 PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ -DISTNAME= gps-gpl-${PORTVERSION}-src PKGNAMESUFFIX= -ide +DISTNAME= gps-gpl-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= GNAT Programming Studio - IDE for Ada and many other languages LICENSE= GPLv3 + +BROKEN_aarch64= fails to compile: No rule to make target 'default' BUILD_DEPENDS= gprbuild:devel/gprbuild \ xmlada>=4.4:textproc/xmlada \ Modified: head/misc/free42/Makefile ============================================================================== --- head/misc/free42/Makefile Fri Dec 29 16:24:15 2017 (r457512) +++ head/misc/free42/Makefile Fri Dec 29 16:33:11 2017 (r457513) @@ -12,6 +12,10 @@ COMMENT= Simulation of the HP-42S scientific calculato LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' +BROKEN_armv6= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' +BROKEN_mips64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' + LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2