diff options
author | pav <pav@FreeBSD.org> | 2007-04-02 23:14:45 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-04-02 23:14:45 +0000 |
commit | 2b171fa33a5b52d6227c56f1bdac8f2ca57b469c (patch) | |
tree | 94b3b5e3e0173aba58779f2ce9c35e96c5039893 /CHANGES | |
parent | d1d7385980f530f317ad994c4fab794b8e700331 (diff) | |
download | FreeBSD-ports-2b171fa33a5b52d6227c56f1bdac8f2ca57b469c.zip FreeBSD-ports-2b171fa33a5b52d6227c56f1bdac8f2ca57b469c.tar.gz |
- Talk about porter's visible 2007/04/03 changes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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: |