aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-04-02 23:14:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-04-02 23:14:45 +0000
commit53480b90b84a723d2960b67e299c20ad3b634fe3 (patch)
treece07c621e6b212ba828a679d6b54dd6ddc585044 /CHANGES
parente8cb8584f27c5db69d43488b4befec06050a45ef (diff)
downloadports-53480b90b84a723d2960b67e299c20ad3b634fe3.tar.gz
ports-53480b90b84a723d2960b67e299c20ad3b634fe3.zip
- Talk about porter's visible 2007/04/03 changes
Notes
Notes: svn path=/head/; revision=189057
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 00a122d144ef..83ff7a70c72f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,22 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20070403:
+AUTHOR: portmgr@FreeBSD.org
+The following changes were made to the ports infrastructure:
+
+ * The default dependency of USE_GHOSTSCRIPT has been changed from
+ ghostscript-gnu to ghostscript-gpl. The WITH_GHOSTSCRIPT_GPL variable is
+ now no-op. New WITH_GHOSTSCRIPT_GNU variable was added.
+
+ * bsd.tcl.mk was overhauled. Most importantly, the semantics of USE_TCL* and
+ USE_TK* variables was changed. USE_TCL and USE_TK now implies both build
+ and run dependencies, USE_TCL_RUN and USE_TK_BUILD variables were
+ introduced. Existing ports in the tree were modified.
+
+ * Unused category tcl81 was removed, and new categories tcl and tk were
+ added.
+
20070324:
AUTHOR: portmgr@FreeBSD.org
The following changes were made to the ports infrastructure: