aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-03-13 15:43:07 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-03-13 15:43:07 +0000
commit04766c4f93c4836619f455c6deda0690ef90e39a (patch)
tree8ca576d9abe60d99bb295ed94a02c32c11d17ba2 /CHANGES
parent7852d9e096570bcca597fa01d5c485c6b46de8a8 (diff)
downloadports-04766c4f93c4836619f455c6deda0690ef90e39a.tar.gz
ports-04766c4f93c4836619f455c6deda0690ef90e39a.zip
- Add note about changes to gstreamer-plugins and gnomehier ports.
Notes
Notes: svn path=/head/; revision=131103
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1186e23a40d1..3a251277cf55 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,30 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20050313:
+AUTHOR: ahze@FreeBSD.org, kwm@FreeBSD.org
+ The following changes were committed:
+
+ * USE_GNOME=gstreamerplugins has been deprecated.
+ The new method which uses bsd.gstreamer.mk is:
+ USE_GSTREAMER=plugin-name
+
+ Example:
+ USE_GSTREAMER= dvd
+
+ or
+
+ WANT_GSTREAMER= yes
+ .include <bsd.port.pre.mk>
+ .if defined(WITH_DVD)
+ USE_GSTREAMER= dvd
+ .endif
+
+ * misc/gnomehier now creates a mtree file and each port
+ using USE_GNOME=gnomehier or gnomeprefix now use the
+ BSD.gnome-x11.dist mtree file to help "keep" directories
+ and not accidentally add gnome directories to a port.
+
20050207:
AUTHOR: portmgr@FreeBSD.org
The following changes were committed: