diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-06-09 20:59:23 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-06-09 20:59:23 +0000 |
commit | 0e5b08f5986aa58d851d064000bdb1a75066a155 (patch) | |
tree | 007c5bc32b5182f75b174b3c9d06362633feea8e /CHANGES | |
parent | 53ce14aaf9fa7b9e1130f9d438c9ab388731f338 (diff) | |
download | ports-0e5b08f5986aa58d851d064000bdb1a75066a155.tar.gz ports-0e5b08f5986aa58d851d064000bdb1a75066a155.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 40 |
1 files changed, 39 insertions, 1 deletions
@@ -10,6 +10,44 @@ in the release notes. All ports committers are allowed to commit to this file. +20050609: +AUTHOR: portmgr@FreeBSD.org +The following changes were introduced: + + * Improve documentation of CONFLICTS. + + * Fix add-plist-docs target to work correctly with wildcards. + + * Fix USE_MYSQL and USE_PGSQL knobs to work in partitial ports + tree. + + * Introduce 2 new variables: USE_FAM and WANT_FAM_SYSTEM. + + * Suppress "Vulnerability check disabled" message if + DISABLE_VULNERABILITIES is defined. + + * Switch default MySQL version to 4.1 + + * Add support for OpenLDAP v.23 + + * Fix add-plist-info and add-plist-post targets to avoid warnings + from ports which redefine them. + + * Fix add-plist-docs target to handle NOPORTDOCS knob properly. + + * Use INSTALLDIRS="site" in configure for perl ports. + + * Fix NO_(CHECKSUM|BUILD|INSTALL|PACKAGE) knobs if OPTIONS are + defined. + + * Add an ability to depend on versioned installed package. + Example: + + BUILD_DEPENDS=p5-Tree-Simple>=1.12:${PORTSDIR}/devel/p5-Tree-Simple + + Please note, it's experimental feature, work is currently in + progress. + 20050325: AUTHOR: jdp@FreeBSD.org The CVSup port has been upgraded with a patch to correct the @@ -24,7 +62,7 @@ AUTHOR: jdp@FreeBSD.org 20050321: AUTHOR: kwm@FreeBSD.org The gstreamer-plugins gconf dependencie moved to its own port in devel. - When your application needs gstreamer-plug-gconf, just add + When your application needs gstreamer-plug-gconf, just add USE_GSTREAMER=gconf to you Makefile 20050319: |