Bug 286637 - www/nginx-devel enabling NJS does not configure
Summary: www/nginx-devel enabling NJS does not configure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-06 23:45 UTC by Konstantin Belousov
Modified: 2025-05-07 12:41 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (osa)


Attachments
poudriere log (42.40 KB, text/plain)
2025-05-06 23:45 UTC, Konstantin Belousov
no flags Details
[PATCH] fix build on 13.5 (856 bytes, patch)
2025-05-07 02:26 UTC, Sergey A. Osokin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Belousov freebsd_committer freebsd_triage 2025-05-06 23:45:50 UTC
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
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2025-05-07 02:26:14 UTC
Created attachment 260225 [details]
[PATCH] fix build on 13.5
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-05-07 12:40:09 UTC
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(-)
Comment 3 Sergey A. Osokin freebsd_committer freebsd_triage 2025-05-07 12:41:43 UTC
Fixed, thanks for the report!