[Bug 210576] [new feature] Mk/bsd.options.mk: opt_CMAKE_BOOL
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 25 22:24:30 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210576
--- Comment #6 from commit-hook at freebsd.org ---
A commit references this bug:
Author: adamw
Date: Sat Jun 25 22:23:37 UTC 2016
New revision: 417497
URL: https://svnweb.freebsd.org/changeset/ports/417497
Log:
Add an opt_CMAKE_BOOL options helper.
SOMEOPT_CMAKE_BOOL= WITH_FOO BAR
expands to:
-DWITH_FOO:BOOL=true -DBAR:BOOL=true
or
-DWITH_FOO:BOOL=false -DBAR:BOOL=false
PR: 210576
Approved by: portmgr (mat)
Changes:
head/CHANGES
head/Mk/bsd.options.mk
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list