1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/Mk
Tobias C. Berner deebc4f35b Add CMAKE_ON and CMAKE_OFF to cmake.mk
USES=cmake now supports two additional list variables:
    * CMAKE_ON  : List of variables to turn on
    * CMAKE_OFF : List of variables to turn off
  This can be used as a shortcut to append these to CMAKE_ARGS.

  For example ports that previously set
    CMAKE_ARGS=		-DVAR1:BOOL=TRUE -DVAR2:BOOL=TRUE -DVAR3:BOOL=FALSE
  can now set this as
    CMAKE_ON=		VAR1 VAR2
    CMAKE_OFF=		VAR3

Reviewed by:	adridg, rakuco, mat
Differential Revision:	https://reviews.freebsd.org/D13636
2017-12-31 09:43:05 +00:00
..
Scripts Report (in q/a) and fix (in shebangfix) python[23] shebangs 2017-12-21 13:27:51 +00:00
Uses Add CMAKE_ON and CMAKE_OFF to cmake.mk 2017-12-31 09:43:05 +00:00
bsd.apache.mk
bsd.autotools.mk Remove support for USE_AUTOTOOLS=automake. 2017-12-24 15:20:54 +00:00
bsd.ccache.mk
bsd.commands.mk
bsd.default-versions.mk Update comment: add ruby 2.5 2017-12-27 19:51:25 +00:00
bsd.destdir.mk
bsd.emacs.mk editors/emacs-devel: 2017-10-05 02:00:34 +00:00
bsd.fpc.mk Track one more remaining reference to lang/fpc-tcl 2017-10-20 14:04:02 +00:00
bsd.gcc.mk Connect the new lang/gcc7 port into the infrastructure of Mk/bsd.gcc.mk 2017-08-15 12:44:16 +00:00
bsd.gecko.mk www/firefox: unbreak OPTIMIZED_CFLAGS=off build after r450707 2017-12-31 00:57:06 +00:00
bsd.gstreamer.mk Update GStreamer1 ports to 1.12.2. 2017-07-22 11:35:44 +00:00
bsd.java.mk Mk/bsd.java.mk: Strict JAVA_{VERSION,VENDOR,ERROR} validation 2017-11-04 01:16:31 +00:00
bsd.ldap.mk Garbage collect openldap 2.3 leftovers 2017-10-04 09:32:12 +00:00
bsd.licenses.db.mk Remove MPL (without version) license 2017-11-04 13:14:01 +00:00
bsd.licenses.mk Add LICENSE_FILE support for single license file containing multiple licenses 2017-10-07 09:12:31 +00:00
bsd.local.mk
bsd.ocaml.mk
bsd.octave.mk
bsd.options.desc.mk Update BROTLI description 2017-12-04 21:30:00 +00:00
bsd.options.mk Add an option helper for BINARY_ALIAS 2017-12-20 14:19:04 +00:00
bsd.port.mk Fix 'make -j'. 2017-12-07 01:51:00 +00:00
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk Ensure .CURDIR contains an absolute path without a trailing slash. 2017-11-09 21:48:58 +00:00
bsd.qt.mk Fix qt5 builds on some arm architectures 2017-11-03 18:06:15 +00:00
bsd.ruby.mk Add ruby25 2.5.0 (copied from ruby24) 2017-12-27 19:51:11 +00:00
bsd.sanity.mk Remove MPL (without version) license 2017-11-04 13:14:01 +00:00
bsd.sdl.mk
bsd.sites.mk Revert r451865, it was actually a temporary situation on belnet 2017-10-13 15:07:55 +00:00
bsd.ssp.mk
bsd.tex.mk
bsd.wx.mk
bsd.xorg.mk Consolidate the Mesa ports, update to 17.0.4, and add Wayland option 2017-05-12 18:46:53 +00:00