Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
Index: libblockdev/3.0.4/Makefile
===================================================================
--- libblockdev/3.0.4/Makefile	(revision 373)
+++ libblockdev/3.0.4/Makefile	(revision 374)
@@ -77,7 +77,7 @@
 REQUIRES          += app/dosfstools/4.2
 REQUIRES          += app/lvm2/2.03.11
 REQUIRES          += app/kmod/30
-REQUIRES          += net/nss/3.93
+REQUIRES          += net/nss/3.97
 
 # ======= __END_OF_REQUIRES__ =======
 
Index: mozjs/102.15.0/Makefile
===================================================================
--- mozjs/102.15.0/Makefile	(revision 373)
+++ mozjs/102.15.0/Makefile	(revision 374)
@@ -173,18 +173,23 @@
 # ------------
 # $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
 # $ source "$HOME/.cargo/env"
-# $ rustup update
-# $ mkdir $HOME/projects
-# $ ( cd $HOME/projects ; rustup override set stable )
 #
 # List available targets:
 # ----------------------
 # $ rustc --print target-list
 #
+# Install toolchain and make them default:
+# ---------------------------------------
+#
+# $ rustup toolchain install 1.71.1
+# $ rustup default 1.71.1
+#
+# $ rustc --version
+# rustc 1.71.1 (eb26296b5 2023-08-03)
+#
 # Add targets:
 # -----------
 # $ rustup target add arm-unknown-linux-gnueabihf
-# $ rustup target add armv7-unknown-linux-gnueabihf
 # $ rustup target add aarch64-unknown-linux-gnu
 # $ rustup target add mipsel-unknown-linux-gnu
 # $ rustup target add powerpc-unknown-linux-gnu
@@ -195,6 +200,10 @@
 # $ rustup target add i686-unknown-linux-gnu
 # $ rustup target add x86_64-unknown-linux-gnu
 #
+# $ cargo install cbindgen
+#
+
+#
 # Rust Target Triplets:
 # ====================
 #
@@ -314,7 +323,7 @@
 extra_environment += RUST_TARGET=$(rust-target)
 extra_environment += RUSTFLAGS='-Awarnings'
 extra_environment += CARGO='$(cargo-executable)'
-extra_environment += CARGO_EXTRA_FLAGS='+stable-$(rust-host)'
+extra_environment += CARGO_EXTRA_FLAGS='+1.71.1-$(rust-host)'
 
 extra_environment += MOZ_CARGO_WRAP_HOST_LD='/usr/bin/g++'
 extra_environment += MOZ_CARGO_WRAP_HOST_LD_CXX='/usr/bin/g++'
Index: volume_key/0.3.12/Makefile
===================================================================
--- volume_key/0.3.12/Makefile	(revision 373)
+++ volume_key/0.3.12/Makefile	(revision 374)
@@ -64,7 +64,7 @@
 REQUIRES          += app/cryptsetup/2.6.1
 REQUIRES          += libs/glib2/2.76.0
 REQUIRES          += net/gpgme/1.16.0
-REQUIRES          += net/nss/3.93
+REQUIRES          += net/nss/3.97
 REQUIRES          += dev/swig/4.0.2
 
 # ======= __END_OF_REQUIRES__ =======