Date: Sun, 12 Dec 2021 18:12:27 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: da7c8ee010fd - main - audio/calf-lv2: Broken. Message-ID: <202112121812.1BCICRvE065150@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=da7c8ee010fd596d96c5a593abffb78687fd72ac commit da7c8ee010fd596d96c5a593abffb78687fd72ac Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-12-12 18:12:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-12-12 18:12:25 +0000 audio/calf-lv2: Broken. --- 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 accad1cea19c..46bdf5b988aa 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 \ @@ -27,7 +29,9 @@ USE_GNOME= cairo gtk20 USE_CXXSTD= c++11 INSTALL_TARGET= install-strip 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?202112121812.1BCICRvE065150>