diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-17 14:23:34 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-17 14:23:34 +0000 |
commit | 2ee8681b621db9331f2a3b35875d42b2d5861449 (patch) | |
tree | f3b7a405b19dda68efc2d2641bb5860ffcbe0957 | |
parent | 32ed790ca91dc62b1295df2d61a54e3a21a284a9 (diff) | |
download | ports-2ee8681b621db9331f2a3b35875d42b2d5861449.tar.gz ports-2ee8681b621db9331f2a3b35875d42b2d5861449.zip |
Notes
-rw-r--r-- | Mk/bsd.port.mk | 4 | ||||
-rw-r--r-- | UPDATING | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index b6a54ad4f17f..748933bee926 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -276,7 +276,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org ## # # USE_OPENLDAP - Says that the port uses the OpenLDAP libraries -# Implies: WANT_OPENLDAP_VER?=21 +# Implies: WANT_OPENLDAP_VER?=22 # WANT_OPENLDAP_VER - Legal values are: 21, 22 # If set to an unkown value, the port is marked BROKEN. # WANT_OPENLDAP_SASL - Says that the system should use OpenLDAP libraries @@ -1177,7 +1177,7 @@ XFREE86_VERSION?= 3 # Location of mounted CDROM(s) to search for files CD_MOUNTPTS?= /cdrom ${CD_MOUNTPT} -WANT_OPENLDAP_VER?= 21 +WANT_OPENLDAP_VER?= 22 # Owner and group of the WWW user WWWOWN?= www @@ -7,6 +7,14 @@ time you update your ports collection, before attempting any port upgrades. 20040717: + AFFECTS: users of net/openldap2[12]{,-sasl}-client + + OpenLDAP version 2.2 is now the default. To upgrade all ports do + portupgrade -rfo net/openldap22-client openldap-client + (or a similar command for the SASL variant). If you do not want to + upgrade, add the line `WANT_OPENLDAP_VER?=21' to /etc/make.conf + +20040717: AFFECTS: users of mail/exim on FreeBSD 5.x The default location of the startup script has been changed to |