Date: Thu, 17 Mar 2022 12:09:40 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 262616] audio/carla: does not fully respect LOCALBASE Message-ID: <bug-262616-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262616 Bug ID: 262616 Summary: audio/carla: does not fully respect LOCALBASE Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: large.hadron.collider@gmx.com Assignee: yuri@freebsd.org Flags: maintainer-feedback?(yuri@freebsd.org) Created attachment 232512 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D232512&action= =3Dedit patch -p1 format - Difference between upstream audio/carla/Makefile and my = copy audio/carla does not appear to use a configure script. Instead, it directly invokes GNU Make. On my system, I have LOCALBASE set other than the default= of /usr/local, meaning that this port, which had PREFIX :=3D /usr/local set in= its Makefile (rendering this patch unnecessary when LOCALBASE is the default of /usr/local), did not install correctly because the files which something in= the system was looking for were under $DESTDIR/usr/local, not $DESTDIR$LOCALBAS= E. Some documentation in the source tree of audio/carla says that distributions can override this by adding PREFIX=3Dtheirlocalbase to gmake's invocation. I attach a diff which I've implemented on my local ports tree which heeds that advice and appears to make audio/carla build and install correctly on my system. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262616-7788>