aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2018-12-30 13:50:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2018-12-30 13:50:04 +0000
commitebf8913e121b7aa12202b60c1d7bb13adae28c65 (patch)
tree0375ebd46b5548ae9016faac44aaa61889162d16 /CHANGES
parentbcbf8af2d69e8e3070fc74875abef43e7ab996c6 (diff)
downloadports-ebf8913e121b7aa12202b60c1d7bb13adae28c65.tar.gz
ports-ebf8913e121b7aa12202b60c1d7bb13adae28c65.zip
- Whitespace fixes
Notes
Notes: svn path=/head/; revision=488715
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 6cfda505872e..c88651f69fff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -130,10 +130,10 @@ AUTHOR: kde@FreeBSD.org
20180102:
AUTHOR: kde@FreeBSD.org
-
+
There is a new USES=eigen to depend on math/eigen[23].
-
- Usage:
+
+ Usage:
USES=eigen:<version>[,<type>]
version: 2 or 3 (required)
@@ -142,18 +142,18 @@ AUTHOR: kde@FreeBSD.org
For example:
USES=eigen:2,build,run
will add a BUILD- and RUN_DEPENDS on math/eigen2, and
- USES=eigen:3
+ USES=eigen:3
will add a BUILD_DEPENDS on math/eigen3.
20171231:
AUTHOR: kde@FreeBSD.org
- USES=cmake now supports two additional list variables:
+ 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
+ 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