Date: Tue, 08 Jan 2019 18:56:11 -0800 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Konstantin Belousov <kib@freebsd.org> Cc: Cy Schubert <Cy.Schubert@cschubert.com>, "Alex V. Petrov" <alexvpetrov@gmail.com>, "cy@FreeBSD.org" <cy@FreeBSD.org>, "ports@FreeBSD.org" <ports@FreeBSD.org> Subject: Re: FreeBSD Port: krb5-1.17 Message-ID: <201901090256.x092uB5E011736@slippy.cwsent.com> In-Reply-To: Message from Konstantin Belousov <kib@freebsd.org> of "Wed, 09 Jan 2019 04:21:54 %2B0200." <20190109022154.GB26174@kib.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multipart MIME message. --==_Exmh_1547002246_31550 Content-Type: text/plain; charset=us-ascii In message <20190109022154.GB26174@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? --==_Exmh_1547002246_31550 Content-Type: text/plain ; name="krb5-117.diff"; charset=us-ascii Content-Description: krb5-117.diff Content-Disposition: attachment; filename="krb5-117.diff" 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 --==_Exmh_1547002246_31550 Content-Type: text/plain; charset=us-ascii Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. --==_Exmh_1547002246_31550--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901090256.x092uB5E011736>