- Make sure that PKGNAMESUFFIX and COMMENT are correctly set when
building slave ports. [1]
- Remove RCORDER feature which is now deprecated.
- Move PORTREVISION related stuff to before bsd.port.pre.mk in
order to get the revisions actually work.
- Depend on CLIENT_ONLY and WITH_SASL to determine the package
name suffix.
- Make use of USE_OPENLDAP instead of rolling our own.
- Use WITH_RC_SUBR correctly rather than just specifying "yes"
- Depend on bsd.database.mk to determine the Berkeley DB name,
which makes it possible to use versions available from the
ports collection rather than making decision our own. [2]
- Disable threading as suggested by openldap developers if
BACK_SHELL is enabled. Indicate the fact when showing options.
- Update to 2.3.23
PR: 91902[1], 96752 [2]
Submitted by: Gyorgy TEUBEL <tgyurci freemail hu> [1]
Sunpoet Po-Chuan Hsieh <sunpoet sunpoet net> [2]
Approved by: sem (mentor)
Other changes, blames and all bugs are mine.
Add RWM overlay support [2]
Convert to OPTIONS
Remove openldap23-sasl-server as it is no longer required as separated port.
PR: 85709 [1], 84966 [2]
Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> [1]
Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [2]
There is development version of openldap named 2.3.2beta2.
These ports are based on http://people.freebsd.org/~eik/ports/openldap23.shar.
The repocopy has been already made in ports/77170.
PR: ports/80618
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
- new switch WITH_DYNAMIC_BACKENDS
- WITH_ODBC has to be specified, even when WITH_ODBC_TYPE is set
- 5.x users: when you need to start the daemon early, build with
WITH_RCORDER=yes to put the start script into /etc/rc.d