Date: Wed, 22 Oct 2025 11:36:30 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 693c942a4821 - main - security/p5-Authen-Krb5: unbreak build with MIT KRB5 in base Message-ID: <202510221136.59MBaUQj046213@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=693c942a4821a6976f11ef87a4c654bc9ea3f88c commit 693c942a4821a6976f11ef87a4c654bc9ea3f88c Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-10-22 11:35:05 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-10-22 11:35:05 +0000 security/p5-Authen-Krb5: unbreak build with MIT KRB5 in base Reported by: bulk -t Approved by: portmgr blanket --- security/p5-Authen-Krb5/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/p5-Authen-Krb5/Makefile b/security/p5-Authen-Krb5/Makefile index 634f1f93506c..35e05519a45d 100644 --- a/security/p5-Authen-Krb5/Makefile +++ b/security/p5-Authen-Krb5/Makefile @@ -19,7 +19,9 @@ OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT OPTIONS_DEFAULT= GSSAPI_BASE GSSAPI_BASE_USES= gssapi +.if !exists(/usr/libdata/pkgconfig/mit-krb5.pc) GSSAPI_BASE_CONFIGURE_ENV= HAVE_HEIMDAL=1 +.endif GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_HEIMDAL_CONFIGURE_ENV= HAVE_HEIMDAL=1 GSSAPI_MIT_USES= gssapi:mithome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510221136.59MBaUQj046213>
