Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2020 04:22:06 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552297 - head/audio/fabla2-lv2
Message-ID:  <202010140422.09E4M6Na026375@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Oct 14 04:22:06 2020
New Revision: 552297
URL: https://svnweb.freebsd.org/changeset/ports/552297

Log:
  audio/fabla2-lv2: Unbreak
  
  MFH:		2020Q4

Modified:
  head/audio/fabla2-lv2/Makefile

Modified: head/audio/fabla2-lv2/Makefile
==============================================================================
--- head/audio/fabla2-lv2/Makefile	Wed Oct 14 02:23:36 2020	(r552296)
+++ head/audio/fabla2-lv2/Makefile	Wed Oct 14 04:22:06 2020	(r552297)
@@ -12,8 +12,6 @@ COMMENT=	Sampler with multiple layers, banks, pads, in
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		ui.cxx:442:2: error: cannot initialize a member subobject of type 'LV2UI_Handle'
-
 BUILD_DEPENDS=	lv2>0:audio/lv2
 LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
 		libsndfile.so:audio/libsndfile
@@ -35,5 +33,8 @@ PLIST_FILES=	lib/lv2/fabla2.lv2/fabla2.so \
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|GLOB srcUI  |GLOB srcUI  ${FILESDIR}/mntent_compat.c++ |' ${WRKSRC}/CMakeLists.txt
+.for f in src/ui.cxx src/ui/avtk/lv2/testUi.cxx
+	@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/ _LV2UI_Descriptor/ LV2UI_Descriptor/' ${f} # fix for audio/lv2 1.18.0
+.endfor
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010140422.09E4M6Na026375>