aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-07 19:14:13 +0800
committerbapt <bapt@FreeBSD.org>2013-03-07 19:14:13 +0800
commiteb8385cfc568e4156c24cc5167bb32c10d6fca53 (patch)
tree82bca622b884d4711e824f67f9b79b64c487af23 /CHANGES
parent9d5cc7e1ccf64be7c6f61049a47728a319e14018 (diff)
downloadfreebsd-ports-gnome-eb8385cfc568e4156c24cc5167bb32c10d6fca53.tar.gz
freebsd-ports-gnome-eb8385cfc568e4156c24cc5167bb32c10d6fca53.tar.zst
freebsd-ports-gnome-eb8385cfc568e4156c24cc5167bb32c10d6fca53.zip
Add a note about the new USES macro and the new USES= pathfix fuse
Reviewed by: miwi
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cfa812234b68..4977f6f9e70b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130307:
+AUTHOR: bapt@FreeBSD.org
+
+ * New USES macro to handle on demand features, 2 examples has been added to
+ the ports tree:
+
+ pathfix: to replace USE_GNOME= gnomehack
+ fuse: to replace USE_FUSE= yes
+
20130207:
AUTHOR: gahr@FreeBSD.org