Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2021 22:06:12 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f2b9853a5e2d - 2021Q4 - audio/calf-lv2: Broken.
Message-ID:  <202112122206.1BCM6CVb073253@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f2b9853a5e2d5514d36ee597fe5d7a9908136399

commit f2b9853a5e2d5514d36ee597fe5d7a9908136399
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-12-12 18:12:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-12-12 22:06:09 +0000

    audio/calf-lv2: Broken.
    
    (cherry picked from commit da7c8ee010fd596d96c5a593abffb78687fd72ac)
---
 audio/calf-lv2/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/audio/calf-lv2/Makefile b/audio/calf-lv2/Makefile
index faba345e743f..d8478cc3003e 100644
--- a/audio/calf-lv2/Makefile
+++ b/audio/calf-lv2/Makefile
@@ -13,6 +13,8 @@ COMMENT=	Set of LV2 plugins
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
+BROKEN=		toolchain writes the shared library that SEGVs on load: Invalid permissions for mapped object: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260364
+
 BUILD_DEPENDS=	lv2>=1.14.0_1:audio/lv2
 LIB_DEPENDS=	libfluidsynth.so:audio/fluidsynth \
 		libfontconfig.so:x11-fonts/fontconfig \
@@ -28,7 +30,9 @@ USE_CXXSTD=	c++11
 INSTALL_TARGET=	install-strip
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
-USE_GCC=	yes # workaround for https://github.com/calf-studio-gear/calf/issues/227, supposedly fixed in clang-8.0.1-+rc4-1
+USE_GCC=	yes # workaround for https://github.com/calf-studio-gear/calf/issues/227, and then https://github.com/calf-studio-gear/calf/issues/156
+
+INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=		DOCS LASH
 OPTIONS_DEFAULT=	LASH



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