summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-08-26 19:02:00 +0200
committerTobias C. Berner <tcberner@FreeBSD.org>2022-08-26 19:02:28 +0200
commitda71ecd25f2afeb2c0a670f7b2c5e8a79fc67da9 (patch)
tree98e8b0eb0b755124c71d5cec5c8077fa7abd1262 /CHANGES
parentaudio/gradio: mark broken (does not compile against modern vala) (diff)
CHANGES: document how to use vala.mk
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0145bd859742..dfbff119b8e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,16 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20220826:
+AUTHOR: tcberner@FreeBSD.org
+
+ A new Uses for 'vala' has been added.
+
+ To depend on libvala, use
+ USES=vala:lib
+ to only add a build-time dependency, use
+ USES=vala:build
+
20220821:
AUTHOR: kde@FreeBSD.org