diff options
author | krion <krion@FreeBSD.org> | 2004-11-19 15:11:58 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-19 15:11:58 +0000 |
commit | 4f1750ddb2672963f4ae3345fb13600a2582cf7d (patch) | |
tree | 2135b62d25136853312be22ef7f365fff6380c97 /CHANGES | |
parent | 66f922e417b2279878093116a0accac9fe21a492 (diff) | |
download | FreeBSD-ports-4f1750ddb2672963f4ae3345fb13600a2582cf7d.zip FreeBSD-ports-4f1750ddb2672963f4ae3345fb13600a2582cf7d.tar.gz |
Add the changes just committed.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -10,6 +10,46 @@ in the release notes. All ports committers are allowed to commit to this file. +20041119: +AUTHOR: portmgr@FreeBSD.org + The following changes were committed: + + * Fix INDEX build if MAINTAINER is not defined. + + * Remove USE_QT2 option, since qt2 is obsolete. + + * Better define and explain ARCH option. + + * Add new script Tools/make_readmes, to speedup 'readmes' + target. Avoid recursing into individual port directories and run + it at top level, after the category README.html files have been + created. + + * Fix 'search' target and enable a case-insensetive search on 5-x. + + * Extend 'seach' target and enable search by categories. + + * Remove tk42 and tcl76 categories since they're obsolete. + + * Introduce DISTVERSION variable, that can be set instead of + PORTVERSION and is automatically converted in a conforming PORTVERSION. + + Example: + + DISTVERSION= 10Alpha3 + + extends 10Alpha3 to 10.a3 + + DISTVERSION= 3Beta7-pre2 + + extends 3Beta7-pre2 to 3.b7.p2 + + * Use --suffix option instead of -b for patch(1), to make it + compatible with BSD patch(1). + + * Fix {WANT,WITH}_MYSQL_VER behavior, to deal with conflicting + versions. + 20041116: AUTHOR: gnome@FreeBSD.org The way OMF files are handled has been changed to use the new INSTALLS_OMF |