Date: Sun, 13 Nov 2022 19:46:54 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267748] devel/cmake-core: CMAKE_INSTALL_FULL_LOCALSTATEDIR points to /usr/local/var which is invalid on FreeBSD Message-ID: <bug-267748-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267748 Bug ID: 267748 Summary: devel/cmake-core: CMAKE_INSTALL_FULL_LOCALSTATEDIR points to /usr/local/var which is invalid on FreeBSD Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: yuri@freebsd.org Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org CMakeLists.txt: > include(GNUInstallDirs) > message("CMAKE_INSTALL_FULL_LOCALSTATEDIR=3D${CMAKE_INSTALL_FULL_LOCALSTA= TEDIR}") prints: > CMAKE_INSTALL_FULL_LOCALSTATEDIR=3D/usr/local/var It should be /var because system doesn't have the /usr/local/var directory,= and the ports framework prints this warning: > Warning: port uses /usr/local/var instead of /var --=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-267748-7788>