Date: Sun, 12 Aug 2018 04:02:04 +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: r476955 - head/audio/faust-lv2 Message-ID: <201808120402.w7C424Ef081621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Aug 12 04:02:04 2018 New Revision: 476955 URL: https://svnweb.freebsd.org/changeset/ports/476955 Log: Mark as broken on aarch64. (Can't test on armv6; blocked due to lv2.) Approved by: portmgr (tier-2 blanket) Modified: head/audio/faust-lv2/Makefile Modified: head/audio/faust-lv2/Makefile ============================================================================== --- head/audio/faust-lv2/Makefile Sun Aug 12 03:52:31 2018 (r476954) +++ head/audio/faust-lv2/Makefile Sun Aug 12 04:02:04 2018 (r476955) @@ -13,6 +13,8 @@ COMMENT= LV2 plugin architecture for the Faust program LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_aarch64= fails to link: can't create dynamic relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol: vtable for LV2UI in readonly segment + BUILD_DEPENDS= lv2>0:audio/lv2 \ faust>0:audio/faust \ ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808120402.w7C424Ef081621>