aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-04-17 18:55:56 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-04-17 18:55:56 +0000
commite8ad1e183f043bb01e049d1d17c4ed839ed49908 (patch)
tree18de4239cee77d4951a8beca465045a70edfa7d9 /CHANGES
parent7aa9822bd9e4fd8c99202bd8128aa5225b096991 (diff)
downloadports-e8ad1e183f043bb01e049d1d17c4ed839ed49908.tar.gz
ports-e8ad1e183f043bb01e049d1d17c4ed839ed49908.zip
Introduce new "meson" USES.
This uses will handling building software that uses the meson build system. Expand the option framework to handle MESON options. Approved by: portmgr (swills@) Differential Revision: https://reviews.freebsd.org/D104091
Notes
Notes: svn path=/head/; revision=438747
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9dd78710c67e..e6c076bc4a2f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,11 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20170417:
+AUTHOR: kwm@FreeBSD.org
+
+ New USES: meson, to handle properly the meson building system.
+
20170313:
AUTHOR: tijl@FreeBSD.org