[Bug 262063] www/nginx: error in extra-patch-spnego-http-auth-nginx-module-config
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Feb 2022 15:25:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262063 Bug ID: 262063 Summary: www/nginx: error in extra-patch-spnego-http-auth-nginx-module-config Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: joneum@FreeBSD.org Reporter: bsd@itglob.ru Flags: maintainer-feedback?(joneum@FreeBSD.org) Assignee: joneum@FreeBSD.org Created new bug report because of some misunderstanding in bug #261810. Line +ngx_module_incs="%%GSSAPINCDIR%%" in file extra-patch-spnego-http-auth-nginx-module-config incorrectly patched in bug #261810. Must be +ngx_module_incs="%%GSSAPIINCDIR%%" This is piece of build log with incorrect file: cc -c -fPIC -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -I /usr/local/include -I src/core -I src/event -I src/event/modules -I src/os/unix -I /usr/obj/usr/ports/www/nginx/work/ngx_devel_kit-0.3.1/objs -I objs/addon/ndk -I /usr/obj/usr/ports/www/nginx/work/ngx_devel_kit-0.3.1/src -I /usr/obj/usr/ports/www/nginx/work/ngx_devel_kit-0.3.1/objs -I objs/addon/ndk -I %%GSSAPINCDIR%% -I objs -I src/http -I src/http/modules -I src/http/v2 -I /usr/obj/usr/ports/www/nginx/work/ngx_devel_kit-0.3.1/src -I src/stream -o objs/src/stream/ngx_stream_set_module.o src/stream/ngx_stream_set_module.c As you can see %%GSSAPINCDIR%% not replaced, and honestly I don’t understand why it builds without error. -- You are receiving this mail because: You are the assignee for the bug.