svn commit: r476955 - head/audio/faust-lv2

Mark Linimon linimon at FreeBSD.org
Sun Aug 12 04:02:05 UTC 2018


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


More information about the svn-ports-all mailing list