Date: Tue, 29 Jul 2025 04:33:54 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c933386b2798 - main - lang/p5-JavaScript-QuickJS: Fix build after ce0601fbfa5fce9d43ef0ca9231ebfd82a166895 Message-ID: <202507290433.56T4XsE7089350@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c933386b2798755c094fff3b1c4622f01267614e commit c933386b2798755c094fff3b1c4622f01267614e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-07-29 03:47:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-07-29 04:29:59 +0000 lang/p5-JavaScript-QuickJS: Fix build after ce0601fbfa5fce9d43ef0ca9231ebfd82a166895 Obtained from: https://github.com/FGasper/p5-JavaScript-QuickJS/issues/13 https://github.com/FGasper/p5-JavaScript-QuickJS/tree/quickjs_2025_04 --- lang/p5-JavaScript-QuickJS/files/patch-QuickJS.xs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lang/p5-JavaScript-QuickJS/files/patch-QuickJS.xs b/lang/p5-JavaScript-QuickJS/files/patch-QuickJS.xs new file mode 100644 index 000000000000..546d51021497 --- /dev/null +++ b/lang/p5-JavaScript-QuickJS/files/patch-QuickJS.xs @@ -0,0 +1,16 @@ +Obtained from: https://github.com/FGasper/p5-JavaScript-QuickJS/issues/13 + https://github.com/FGasper/p5-JavaScript-QuickJS/tree/quickjs_2025_04 + +--- QuickJS.xs.orig 2024-02-12 14:21:20 UTC ++++ QuickJS.xs +@@ -44,9 +44,8 @@ const char* __jstype_name_back[] = { + } ctx_opaque_s; + + const char* __jstype_name_back[] = { +- [JS_TAG_BIG_DECIMAL - JS_TAG_FIRST] = "big decimal", ++ [JS_TAG_SHORT_BIG_INT - JS_TAG_FIRST] = "short big integer", + [JS_TAG_BIG_INT - JS_TAG_FIRST] = "big integer", +- [JS_TAG_BIG_FLOAT - JS_TAG_FIRST] = "big float", + [JS_TAG_SYMBOL - JS_TAG_FIRST] = "symbol", + [JS_TAG_MODULE - JS_TAG_FIRST] = "module", + [JS_TAG_OBJECT - JS_TAG_FIRST] = "object",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507290433.56T4XsE7089350>
