aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-06-09 20:59:23 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-06-09 20:59:23 +0000
commit0e5b08f5986aa58d851d064000bdb1a75066a155 (patch)
tree007c5bc32b5182f75b174b3c9d06362633feea8e /CHANGES
parent53ce14aaf9fa7b9e1130f9d438c9ab388731f338 (diff)
downloadports-0e5b08f5986aa58d851d064000bdb1a75066a155.tar.gz
ports-0e5b08f5986aa58d851d064000bdb1a75066a155.zip
Add notes about changes introduced in bsd.port.mk rev. 1.512
Remove trailing spaces.
Notes
Notes: svn path=/head/; revision=137126
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES40
1 files changed, 39 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f7519e41b4ef..ebc34ec87f17 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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: