diff options
author | krion <krion@FreeBSD.org> | 2005-06-10 04:59:23 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-06-10 04:59:23 +0800 |
commit | 9007725dacdb826cdcf6c13b1f769686ccfda077 (patch) | |
tree | 0aab4e85f0599ef7bc9d81ef7ef11de1acc7dc56 /CHANGES | |
parent | 96d275d320b838b94f33c353e0808fd05eee49ca (diff) | |
download | freebsd-ports-gnome-9007725dacdb826cdcf6c13b1f769686ccfda077.tar.gz freebsd-ports-gnome-9007725dacdb826cdcf6c13b1f769686ccfda077.tar.zst freebsd-ports-gnome-9007725dacdb826cdcf6c13b1f769686ccfda077.zip |
Add notes about changes introduced in bsd.port.mk rev. 1.512
Remove trailing spaces.
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: |