1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

make OpenLDAP 2.2 the default version

This commit is contained in:
Oliver Eikemeier 2004-07-17 14:23:34 +00:00
parent 32ed790ca9
commit 2ee8681b62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113826
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each
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