aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d1c633cc27a2..7cd329941000 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,23 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20180102:
+AUTHOR: kde@FreeBSD.org
+
+ There is a new USES=eigen to depend on math/eigen[23].
+
+ Usage:
+ USES=eigen:<version>[,<type>]
+
+ version: 2 or 3 (required)
+ type: build (default), run
+
+ For example:
+ USES=eigen:2,build,run
+ will add a BUILD- and RUN_DEPENDS on math/eigen2, and
+ USES=eigen:3
+ will add a BUILD_DEPENDS on math/eigen3.
+
20171231:
AUTHOR: kde@FreeBSD.org