Date: Sat, 10 Dec 2022 11:14:41 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 268294] security/softether5: fix wrong CMAKE_BOOL_ON Message-ID: <bug-268294-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268294 Bug ID: 268294 Summary: security/softether5: fix wrong CMAKE_BOOL_ON Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: meta@FreeBSD.org Reporter: fuz@fuz.su CC: meta@FreeBSD.org Assignee: meta@FreeBSD.org Flags: maintainer-feedback?(meta@FreeBSD.org) Attachment #238688 maintainer-approval?(meta@FreeBSD.org) Flags: Flags: merge-quarterly? CC: meta@FreeBSD.org Created attachment 238688 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D238688&action= =3Dedit security/softether5: fix wrong CMAKE_BOOL_ON No macro with this name is checked by USES=3Dcmake. The correct one would be CMAKE_ON, but that one is not evaluated again after bsd.port.pre.mk. Just directly add -DSKIP_CPU_FEATURES=3D1 to CMAKE_ARGS to work around this shortcoming. Tested with Poudriere on armv7 arm64 FreeBSD 13.1. Please MFH if possible. --=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-268294-7788>