Date: Sat, 18 Nov 2023 10:27:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 275161] www/nginx and www/nginx-devel failing when PASSENGER module is compiled, includes patch Message-ID: <bug-275161-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275161 Bug ID: 275161 Summary: www/nginx and www/nginx-devel failing when PASSENGER module is compiled, includes patch Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: pr@aoek.com CC: joneum@FreeBSD.org, osa@FreeBSD.org CC: joneum@FreeBSD.org, osa@FreeBSD.org Created attachment 246386 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D246386&action= =3Dedit Forcing C++14 code when compiling PASSENGER module As reported https://lists.freebsd.org/archives/freebsd-ports/2023-July/004203.html www/nginx and www/nginx-devel fail to compile when PASSENGER module is enab= led. Passenger code is C++14 and current compiler assumes C++17 by default. The suggested patch fixes the problem by forcing C++14 code when compiling = the module. Poudriere tested under 13.2 and 14.0. --=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-275161-7788>