Date: Sun, 16 Jun 2019 10:14:35 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238603] devel/llvm80 not PREFIX-safe Message-ID: <bug-238603-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238603 Bug ID: 238603 Summary: devel/llvm80 not PREFIX-safe Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: brooks@FreeBSD.org Reporter: mi@FreeBSD.org Assignee: brooks@FreeBSD.org Flags: maintainer-feedback?(brooks@FreeBSD.org) Created attachment 205113 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205113&action= =3Dedit Replace /usr/local with ${PREFIX} On a system with PREFIX being something other than /usr/local, the post-ins= tall target fails to remove the ${STAGEDIR}/usr/local/llvm80/include/llvm/TextAPI/MachO ... The trivial fix is attached, however, I'd suggest using "${RM} -r" instead = of ${RMDIR}" because the latter will gratuitously fail upon a rerun of the staging. --=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-238603-7788>