FreeBSD Port: krb5-1.17

Cy Schubert Cy.Schubert at cschubert.com
Wed Jan 9 02:56:26 UTC 2019


In message <20190109022154.GB26174 at kib.kiev.ua>, Konstantin Belousov 
writes:
> On Tue, Jan 08, 2019 at 04:47:19PM -0800, Cy Schubert wrote:
> > Can you provide a complete listing, please. That library didn't build on yo
> ur machine for some reason and we need to find out why. Also, can you also se
> nd a copy of config.log?
> > 
>
> https://kib.kiev.ua/poudriere/data/nuc_poudriere_11-head/2019-01-09_04h07m11s
> /logs/errors/krb5-1.17.log

Hi Konstantin,

Can you give this patch a spin please?


-------------- next part --------------
Index: security/krb5-117/Makefile
===================================================================
--- security/krb5-117/Makefile	(revision 489737)
+++ security/krb5-117/Makefile	(working copy)
@@ -39,7 +39,7 @@
 CPE_VERSION=		5-${PORTVERSION}
 CPE_PRODUCT=		kerberos
 
-OPTIONS_DEFINE=		EXAMPLES NLS KRB5_PDF KRB5_HTML DNS_FOR_REALM LDAP
+OPTIONS_DEFINE=		EXAMPLES NLS KRB5_PDF KRB5_HTML 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
@@ -51,6 +51,9 @@
 LDAP=			Enable LDAP support
 LDAP_USE=		OPENLDAP=yes
 LDAP_CONFIGURE_WITH=	ldap
+LMDB_DESC=		OpenLDAP Lightning Memory-Mapped Database support
+LMDB_CONFIGURE_WITH=	lmdb
+LMDB_LIB_DEPENDS=	liblmdb.so:databases/lmdb
 NLS_USES=		gettext
 READLINE_USES=		readline
 READLINE_PORT_DESC=	Command line editing via devel/readline
Index: security/krb5-117/pkg-plist
===================================================================
--- security/krb5-117/pkg-plist	(revision 489737)
+++ security/krb5-117/pkg-plist	(working copy)
@@ -96,7 +96,7 @@
 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
-------------- next part --------------
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.


More information about the freebsd-ports mailing list