threading support the slurpd daemon would not be built.
- New option: SLURPD to determine whether to build the
replication daemon. (enabled by default). The
replication functionality is not used by every user
so it is desirable to give decision to the user.
- When threading is disabled, reflect the fact that
slurpd is not being built/installed. [1] This would
also override the user chosen SLURPD option.
- Disable SHELL backend by default.
[1] Reported by: pointyhat via kris
- 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.
as described in ITS #4441) [1]
- Use --enable-ldbm-api, instead of --with-ldbm-api for configure script. [2]
- Make a note it's not an alpha anymore. [2]
PR: ports/94728 [1], ports/93711 [2]
Submitted by: delphij [1], Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [2]
Approved by: maintainer timeout
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
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>
- Fixed back-bdb cache bugs (OpenLDAP ITS#3356, #3358), ctxcsn memory leak
- Added support for BDB 4.3 (depends on PR 73790)
NOTE: Don't use BDB 4.3 in production environments yet:
<http://www.openldap.org/lists/openldap-software/200411/msg00700.html>
For a complete change log see:
/usr/local/share/doc/openldap/CHANGES
- 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