Date: Sat, 25 Jun 2016 22:24:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210576] [new feature] Mk/bsd.options.mk: opt_CMAKE_BOOL Message-ID: <bug-210576-13-244x16kAx5@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210576-13@https.bugs.freebsd.org/bugzilla/> References: <bug-210576-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210576 --- Comment #6 from commit-hook@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=3D WITH_FOO BAR expands to: -DWITH_FOO:BOOL=3Dtrue -DBAR:BOOL=3Dtrue or -DWITH_FOO:BOOL=3Dfalse -DBAR:BOOL=3Dfalse PR: 210576 Approved by: portmgr (mat) Changes: head/CHANGES head/Mk/bsd.options.mk --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210576-13-244x16kAx5>