git: c8c94c8722b8 - main - devel/juce: Fix cmake problem with included missing VST3-related cmake file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jan 2025 22:34:33 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8c94c8722b8eb2c42c5e1981071bdd1ed9d8849 commit c8c94c8722b8eb2c42c5e1981071bdd1ed9d8849 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-16 15:31:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-16 22:34:24 +0000 devel/juce: Fix cmake problem with included missing VST3-related cmake file Reported by: fallout --- devel/juce/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/juce/Makefile b/devel/juce/Makefile index bcbc5cfc37a9..f35d5cd13f2e 100644 --- a/devel/juce/Makefile +++ b/devel/juce/Makefile @@ -1,5 +1,6 @@ PORTNAME= juce DISTVERSION= 8.0.6 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -89,6 +90,8 @@ post-install: .endfor # strip juceaide ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/JUCE-${PORTVERSION}/juceaide + # workaround for https://github.com/juce-framework/JUCE/issues/1502 + @${REINPLACE_CMD} -e 's|.*VST3_HELPER\.cmake.*||' ${STAGEDIR}${PREFIX}/lib/cmake/JUCE-8.0.6/JUCEConfig.cmake do-install-DEMOS-on: .for e in ${DEMO_FILES}