Date: Tue, 19 Oct 2021 21:31:20 GMT From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5be8d54749af - main - www/nginx-devel: fix the Kerberos5 implementation knob name (*) Message-ID: <202110192131.19JLVK6f089293@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=5be8d54749afd30cfc444e4269ac1be0d2a8c9a9 commit 5be8d54749afd30cfc444e4269ac1be0d2a8c9a9 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2021-10-19 21:29:11 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2021-10-19 21:29:11 +0000 www/nginx-devel: fix the Kerberos5 implementation knob name (*) No functional changes, so do not bump PORTREVISION. Introduced: adc7097c90ee5e8db0d063200faa689034ac91f0 (*) --- www/nginx-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index c2afddb17b1e..413189ec515f 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -224,7 +224,7 @@ CFLAGS+= -DNDEBUG .if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} && (empty(PORT_OPTIONS:MGSSAPI_HEIMDAL) && empty(PORT_OPTIONS:MGSSAPI_MIT)) IGNORE= required at least GSSAPI_HEIMDAL or \ - GSSAPI_MIT_USES to be defined. Please do \ + GSSAPI_MIT to be defined. Please do \ 'make config' again .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110192131.19JLVK6f089293>