Add a note about the new USES macro and the new USES= pathfix fuse

Reviewed by:	miwi
This commit is contained in:
Baptiste Daroussin 2013-03-07 11:14:13 +00:00
parent 9fffcf1ab4
commit 2bf75330b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313574

View File

@ -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