Date: Thu, 9 Feb 2023 08:35:26 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: fcabc4e68e16 - main - www/nginx: unbreak build after 6e1233be2292 (Convert USE_LDAP to USES=ldap) Message-ID: <202302090835.3198ZQBU050390@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcabc4e68e161fb80cd0ea71e90848297d4d7749 commit fcabc4e68e161fb80cd0ea71e90848297d4d7749 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-02-09 08:31:58 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-02-09 08:35:20 +0000 www/nginx: unbreak build after 6e1233be2292 (Convert USE_LDAP to USES=ldap) Reported by: poudriere bulk -t Approved by: portmgr blanket Sponsored by: Serenity Cybersecurity, LLC --- www/nginx/Makefile.extmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod index 9001a2cfbdb6..a856d7d628fb 100644 --- a/www/nginx/Makefile.extmod +++ b/www/nginx/Makefile.extmod @@ -84,7 +84,7 @@ HTTP_AUTH_KRB5_USES= gssapi:mit HTTP_AUTH_LDAP_GH_TUPLE= kvspb:nginx-auth-ldap:42d195d:http_auth_ldap HTTP_AUTH_LDAP_VARS= DSO_EXTMODS+=http_auth_ldap -HTTP_AUTH_LDAP_USE= openldap=yes +HTTP_AUTH_LDAP_USES= ldap HTTP_AUTH_PAM_GH_TUPLE= sto:ngx_http_auth_pam_module:v1.5.1:auth_pam HTTP_AUTH_PAM_VARS= DSO_EXTMODS+=auth_pam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302090835.3198ZQBU050390>