mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Fix staging when databases/lmdb is not installed.
Make lmdb an option.
This commit is contained in:
parent
b2ae0d2c77
commit
cdcb2a615e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472950
@ -40,7 +40,7 @@ CPE_VENDOR= mit
|
||||
CPE_VERSION= 5-${PORTVERSION}
|
||||
CPE_PRODUCT= kerberos
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES NLS DNS_FOR_REALM LDAP
|
||||
OPTIONS_DEFINE= EXAMPLES NLS DNS_FOR_REALM LDAP LMDB
|
||||
OPTIONS_DEFAULT= KRB5_PDF KRB5_HTML READLINE
|
||||
OPTIONS_RADIO= CMD_LINE_EDITING
|
||||
OPTIONS_RADIO_CMD_LINE_EDITING= READLINE READLINE_PORT LIBEDIT
|
||||
@ -50,6 +50,10 @@ DNS_FOR_REALM_CONFIGURE_ENABLE= dns-for-realm
|
||||
LDAP= Enable LDAP support
|
||||
LDAP_USE= OPENLDAP=yes
|
||||
LDAP_CONFIGURE_WITH= ldap
|
||||
LMDB_DESC= Enable OpenLDAP Lightning Memory-Mapped Database
|
||||
LMDB_CONFIGURE_WITH= lmdb
|
||||
LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb
|
||||
LMDB_IMPLIES= LDAP
|
||||
NLS_USES= gettext
|
||||
READLINE_USES= readline
|
||||
READLINE_PORT_DESC= Command line editing via devel/readline
|
||||
|
@ -96,7 +96,7 @@ lib/libkrb5support.so
|
||||
lib/libkrb5support.so.0
|
||||
lib/libkrb5support.so.0.1
|
||||
lib/krb5/plugins/kdb/db2.so
|
||||
lib/krb5/plugins/kdb/klmdb.so
|
||||
%%LMDB%%lib/krb5/plugins/kdb/klmdb.so
|
||||
lib/krb5/plugins/tls/k5tls.so
|
||||
%%LDAP%%lib/krb5/plugins/kdb/kldap.so
|
||||
lib/krb5/plugins/preauth/otp.so
|
||||
|
Loading…
Reference in New Issue
Block a user