pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust-beta: fix last comment
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Fri Apr 24 18:32:13 2026 +0200
Changeset: 3230020575d2f29e4410c38b85bcd96582aab605
Modified Files:
rust-beta/Makefile
Log Message:
rust-beta: fix last comment
More clean-up will follow upon beta.5 release.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3230020575d2f29e4410c38b85bcd96582aab605
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust-beta/Makefile | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diffs:
diff --git a/rust-beta/Makefile b/rust-beta/Makefile
index 47ade576b3..b179ff87f7 100644
--- a/rust-beta/Makefile
+++ b/rust-beta/Makefile
@@ -17,7 +17,7 @@ COMMENT= Safe, concurrent, practical language
LICENSE= mit OR apache-2.0
# This package actually conflicts with lang/rust itself and with any stable wip
-# version of it. Either use stable or beta, not both.
+# version of it. Use either stable or beta, not both.
CONFLICTS+= rust-bin-[0-9]*
# LLVM uses -std=c++17
@@ -74,11 +74,11 @@ CHECK_SSP_SUPPORTED= no
.include "../../mk/bsd.prefs.mk"
-# Getting RPATH with $ORIGIN into the bootstrap binaries is
-# problematic, since pkgsrc refuses to put $ORIGIN into RPATHs
-# of executables. So instead we need these so that the bootstrap
-# compiler can be run out of the $RUST_BOOTSTRAP_PATH directory as
-# part of the initial part of the rust compiler build.
+# Getting RPATH with $ORIGIN into the bootstrap binaries is problematic,
+# since pkgsrc refuses to put $ORIGIN into RPATHs of executables.
+# So instead we need these so that the bootstrap compiler can be run out
+# of the $RUST_BOOTSTRAP_PATH directory as part of the initial part of the
+# rust compiler build.
# This problem is not present with the amd64 bootstrap bits,
# which are built by upstream and uses $ORIGIN/../lib in RPATH.
MAKE_ENV+= LD_LIBRARY_PATH=${RUST_BOOTSTRAP_PATH:Q}/lib
Home |
Main Index |
Thread Index |
Old Index