pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust-beta: ALLOW_NETWORK_ACCESS no longer needed



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Jul 20 23:14:16 2026 +0200
Changeset:	5e88ee9ad3a609edcd3b4d8a3e889c68f1751989

Modified Files:
	rust-beta/Makefile

Log Message:
rust-beta: ALLOW_NETWORK_ACCESS no longer needed

Builds and installs without NETWORK_ACCESS.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e88ee9ad3a609edcd3b4d8a3e889c68f1751989

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust-beta/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/rust-beta/Makefile b/rust-beta/Makefile
index bc24f97930..6bc4972f46 100644
--- a/rust-beta/Makefile
+++ b/rust-beta/Makefile
@@ -20,10 +20,6 @@ LICENSE=	mit OR apache-2.0
 # version of it. Use either stable or beta, not both.
 CONFLICTS+=	rust-bin-[0-9]*
 
-# One crate dependency hasn't been declared and needs to be fetched at compile time.
-# Check if the situation has changed when the next iteration is released.
-#ALLOW_NETWORK_ACCESS=   yes
-
 # LLVM uses -std=c++17
 USE_CXX_FEATURES+=	c++17
 USE_GCC_RUNTIME=	yes


Home | Main Index | Thread Index | Old Index