Date: Wed, 14 Oct 2020 07:57:40 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r552307 - branches/2020Q4/audio/fabla2-lv2 Message-ID: <202010140757.09E7vewC056159@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Oct 14 07:57:40 2020 New Revision: 552307 URL: https://svnweb.freebsd.org/changeset/ports/552307 Log: MFH: r552297 audio/fabla2-lv2: Unbreak Approved by: ports-secteam (fluffy) Modified: branches/2020Q4/audio/fabla2-lv2/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/audio/fabla2-lv2/Makefile ============================================================================== --- branches/2020Q4/audio/fabla2-lv2/Makefile Wed Oct 14 07:52:54 2020 (r552306) +++ branches/2020Q4/audio/fabla2-lv2/Makefile Wed Oct 14 07:57:40 2020 (r552307) @@ -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?202010140757.09E7vewC056159>