Created attachment 260222 [details] poudriere log checking for QuickJS library -lquickjs.lto ... not found checking for QuickJS library -lquickjs ... not found checking for QuickJS library -I/usr/include/quickjs/ -L/usr/lib/quickjs/ -lquickjs.lto ... not found checking for QuickJS library -I/usr/include/quickjs/ -L/usr/lib/quickjs/ -lquickjs ... not found checking for QuickJS-NG library -lqjs ... not found ./configure: error: no QuickJS library found. *** Error code 1
Created attachment 260225 [details] [PATCH] fix build on 13.5
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=75f40383112dc4902e8407f287cd60c8e87cad57 commit 75f40383112dc4902e8407f287cd60c8e87cad57 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2025-05-07 12:38:08 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2025-05-07 12:38:08 +0000 www/nginx-devel: fix NJS configure on FreeBSD 13.5 PR: 286637 www/nginx-devel/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
Fixed, thanks for the report!