pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/wasi-libc
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 17 21:22:07 UTC 2025
Modified Files:
pkgsrc/lang/wasi-libc: Makefile
Log Message:
wasi-libc: uses curl to download something during build
Since this is a firefox dependency, allow this for now, but
this should be fixed promptly.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/wasi-libc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/wasi-libc/Makefile
diff -u pkgsrc/lang/wasi-libc/Makefile:1.22 pkgsrc/lang/wasi-libc/Makefile:1.23
--- pkgsrc/lang/wasi-libc/Makefile:1.22 Sat Aug 16 22:48:00 2025
+++ pkgsrc/lang/wasi-libc/Makefile Sun Aug 17 21:22:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2025/08/16 22:48:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2025/08/17 21:22:07 wiz Exp $
DISTNAME= wasi-libc-0.0.0pre20250809
CATEGORIES= lang
@@ -18,6 +18,10 @@ BUILTINSFILE= libclang_rt.builtins-wasm
DISTFILES= ${DEFAULT_DISTFILES} ${BUILTINSFILE}
SITES.${BUILTINSFILE}= https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-25/
+# TODO: Fix! This should not download files during build
+USE_TOOLS+= curl
+ALLOW_NETWORK_ACCESS= yes
+
# Do not fail tests and compile time error (undefined symbols) in www/firefox.
SSP_SUPPORTED= no
PKGSRC_USE_STACK_CHECK= no
Home |
Main Index |
Thread Index |
Old Index