Created attachment 225554 [details] restore USE_LDCONFIG in carla port The last update for audio/carla removes the USE_LDCONFIG variable and breaks audio/lmms during dependency check. The attached patch restores the removed declaration and expands it to other subdirectories and bumps PORTREVISION.
Hi Rodrigo, Thanks for the patch, and sorry for breaking audio/lmms. .lv2 and .vst files don't need USE_LDCONFIG because they are plugins and their discovery mechanism is different. I committed the minimally necessary USE_LDCONFIG. Thanks, Yuri
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7620e258ef9d255c73beb70a085366eef1915a62 commit 7620e258ef9d255c73beb70a085366eef1915a62 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-06-04 22:48:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-06-04 22:55:12 +0000 audio/carla: Fix build of audio/lmms by re-adding USE_LDCONFIG. Last update removed USE_LDCONFIG based on a bad recommendation from portlint. Also move CONFLICTS_BUILD to the right place. PR: 256420 Reported by: rodrigo audio/carla/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Thanks Youri. Cheers, -- rodrigo