aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-07-17 15:26:49 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-07-17 15:26:49 +0000
commit9f929570e7c35c85570298a55f669331a41ef6aa (patch)
treef51c32bb01e1edc886e2772124810fd17530618f /CHANGES
parent955a1df047878478ce20d87c8e4ee98067d4c019 (diff)
downloadports-9f929570e7c35c85570298a55f669331a41ef6aa.tar.gz
ports-9f929570e7c35c85570298a55f669331a41ef6aa.zip
Note that OpenLDAP version 2.2 is now the default.`
Reminded by: marcus
Notes
Notes: svn path=/head/; revision=113833
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 66cb8eca93ae..b5f78f3fd370 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,16 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20040717:
+AUTHOR: eik@FreeBSD.org
+ OpenLDAP version 2.2 is now the default.
+ When your port links against the openldap client libraries use
+ USE_OPENLDAP= yes
+ and do not depend on a particular version. A user (or package
+ building cluster) can select the desired flavour with
+ WANT_OPENLDAP_VER and WANT_OPENLDAP_SASL, but these must not
+ be used in ports Makefiles.
+
20040709:
AUTHOR: portmgr@FreeBSD.org
USE_LIBTOOL_VER now configures a port to use the ports version of libtool