[Bug 268294] security/softether5: fix wrong CMAKE_BOOL_ON
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Dec 2022 11:14:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268294 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=238688&action=edit security/softether5: fix wrong CMAKE_BOOL_ON No macro with this name is checked by USES=cmake. 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=1 to CMAKE_ARGS to work around this shortcoming. Tested with Poudriere on armv7 arm64 FreeBSD 13.1. Please MFH if possible. -- You are receiving this mail because: You are the assignee for the bug.