Date: Sun, 20 Feb 2022 15:25:55 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 262063] www/nginx: error in extra-patch-spnego-http-auth-nginx-module-config Message-ID: <bug-262063-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262063 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=3D"%%GSSAPINCDIR%%" in file extra-patch-spnego-http-auth-nginx-module-config incorrectly patched in bug #261810. Must be +ngx_module_incs=3D"%%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/sr= c=20 -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/modul= es=20 -I src/http/v2 -I /usr/obj/usr/ports/www/nginx/work/ngx_devel_kit-0.3.1/sr= c=20 -I src/stream -o objs/src/stream/ngx_stream_set_module.o=20 src/stream/ngx_stream_set_module.c As you can see %%GSSAPINCDIR%% not replaced, and honestly I don=E2=80=99t u= nderstand why it builds without error. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262063-7788>