mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
0ef511cb2c
- fixed slapd/slapadd syncrepl bugs (ITS#2948,2995) - fixed slapd sasl-regexp multiple entry bug (ITS#3033) - fixed slapd bind method portability bug (ITS#3038) - fixed libldap try_read1msg bug (ITS#2982) - added slapd numericStringOrderingMatch rule support (ITS#2988) - added slurpd replication interval config option (ITS#2768) - shared library soname change (ITS#3035) postponed until bsd.port.mk is patched - enabled hdb backend - prefer autodetection over PTHREAD_LIBS from bsd.port.mk, to avoid problems of clients which crash on -CURRENT while loading/unloading threading libraries - added -sasl as a build option to the package name - made the server requiring the matching client library
27 lines
892 B
Plaintext
27 lines
892 B
Plaintext
@comment $FreeBSD$
|
|
@unexec %%RC_DIR%%/slapd%%RC_SUFX%% stop 2>&1 >/dev/null || true
|
|
@unexec %%RC_DIR%%/slurpd%%RC_SUFX%% stop 2>&1 >/dev/null || true
|
|
etc/openldap/schema/README
|
|
@unexec if cmp -s %D/etc/openldap/slapd.conf %D/etc/openldap/slapd.conf.default; then rm -f %D/etc/openldap/slapd.conf; fi
|
|
etc/openldap/slapd.conf.default
|
|
@exec [ -f %B/slapd.conf ] || cp %B/%f %B/slapd.conf
|
|
%%SLAPI%%lib/libslapi.a
|
|
%%SLAPI%%lib/libslapi.so
|
|
%%SLAPI%%lib/libslapi.so.202
|
|
@comment %%SLAPI%%lib/libslapi-2.2.so
|
|
@comment %%SLAPI%%lib/libslapi-2.2.so.7
|
|
libexec/slapd
|
|
libexec/slurpd
|
|
sbin/slapadd
|
|
sbin/slapcat
|
|
sbin/slapdn
|
|
sbin/slapindex
|
|
sbin/slappasswd
|
|
sbin/slaptest
|
|
@exec mkdir -p %%LDAP_RUN_DIR%%
|
|
@unexec rmdir %%LDAP_RUN_DIR%% 2>/dev/null || true
|
|
@exec mkdir -p %%DATABASEDIR%%
|
|
@unexec rmdir %%DATABASEDIR%% 2>/dev/null || true
|
|
@exec mkdir -p %%SLURPDIR%%
|
|
@unexec rmdir %%SLURPDIR%% 2>/dev/null || true
|