pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/quickjs
Module Name: pkgsrc
Committed By: adam
Date: Sun Nov 16 11:21:57 UTC 2025
Modified Files:
pkgsrc/lang/quickjs: Makefile PLIST
Log Message:
quickjs: LTO is not enabled by default
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/quickjs/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/quickjs/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/quickjs/Makefile
diff -u pkgsrc/lang/quickjs/Makefile:1.16 pkgsrc/lang/quickjs/Makefile:1.17
--- pkgsrc/lang/quickjs/Makefile:1.16 Wed Nov 12 11:58:19 2025
+++ pkgsrc/lang/quickjs/Makefile Sun Nov 16 11:21:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/11/12 11:58:19 leot Exp $
+# $NetBSD: Makefile,v 1.17 2025/11/16 11:21:57 adam Exp $
NAME= quickjs
QJS_DATE= 2025-09-13
@@ -21,19 +21,15 @@ TEST_TARGET= test
AUTO_MKDIRS= yes
# Requires C11 atomics support
-USE_CC_FEATURES+= c11
+USE_CC_FEATURES= c11
.include "../../mk/bsd.prefs.mk"
-PLIST_VARS+= lto
-
.if ${OPSYS} == "NetBSD"
HAS_ATOMIC_64!= ${CC} -E files/netbsd-has-atomic64.c | tail -1
-. if (${HAS_ATOMIC_64} == "YES")
+. if ${HAS_ATOMIC_64} == "YES"
MAKE_ENV+= CONFIG_BIGNUM=yes
. endif
-.elif ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
-PLIST.lto= yes
.else # Not NetBSD && not Linux
# Presumed to be supported
MAKE_ENV+= CONFIG_BIGNUM=yes
Index: pkgsrc/lang/quickjs/PLIST
diff -u pkgsrc/lang/quickjs/PLIST:1.8 pkgsrc/lang/quickjs/PLIST:1.9
--- pkgsrc/lang/quickjs/PLIST:1.8 Wed Nov 12 11:52:12 2025
+++ pkgsrc/lang/quickjs/PLIST Sun Nov 16 11:21:57 2025
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2025/11/12 11:52:12 leot Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/11/16 11:21:57 adam Exp $
bin/qjs
bin/qjsc
include/quickjs/quickjs-libc.h
include/quickjs/quickjs.h
lib/libquickjs.a
-${PLIST.lto}lib/libquickjs.lto.a
share/doc/quickjs/examples/fib.c
share/doc/quickjs/examples/fib_module.js
share/doc/quickjs/examples/hello.js
Home |
Main Index |
Thread Index |
Old Index