pkgsrc-WIP-changes archive

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

rust184: Restore illumos bootstrap.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%smartos.org@localhost>
Pushed By:	jperkin
Date:		Tue Feb 4 17:12:56 2025 +0000
Changeset:	9ac47613a94227c3ddf3447c52064b8bdc07a4a6

Modified Files:
	rust184/Makefile
	rust184/distinfo

Log Message:
rust184: Restore illumos bootstrap.

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

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

diffstat:
 rust184/Makefile | 24 ++++++++++++------------
 rust184/distinfo |  3 +++
 2 files changed, 15 insertions(+), 12 deletions(-)

diffs:
diff --git a/rust184/Makefile b/rust184/Makefile
index d28e134fd7..fdaf513219 100644
--- a/rust184/Makefile
+++ b/rust184/Makefile
@@ -269,19 +269,19 @@ DISTFILES:=		${DISTFILES} ${RUST_STAGE0} ${RUST_STD_STAGE0}
 # are built on.  If you wish to target Oracle Solaris you'll need to create an
 # x86_64-sun-solaris bootstrap and comment out the overrides.
 #
-#.if ${MACHINE_PLATFORM:MSunOS-*-x86_64} || make(distinfo) || make (makesum) || make(mdi)
-#RUST_STAGE0_VER=	1.83.0
-#RUST_ARCH:=		x86_64-unknown-illumos
-#RUST_STAGE0:=		rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz
-#SITES.${RUST_STAGE0}=	https://us-central.manta.mnx.io/pkgsrc/public/pkg-bootstraps/
-#DISTFILES:=		${DISTFILES} ${RUST_STAGE0}
-#RUST_BOOTSTRAP_PATH?=	${WRKDIR}/rust-${RUST_STAGE0_VER}-${RUST_ARCH}
+.if ${MACHINE_PLATFORM:MSunOS-*-x86_64} || make(distinfo) || make (makesum) || make(mdi)
+RUST_STAGE0_VER=	1.83.0
+RUST_ARCH:=		x86_64-unknown-illumos
+RUST_STAGE0:=		rust-${RUST_STAGE0_VER}-${RUST_ARCH}.tar.gz
+SITES.${RUST_STAGE0}=	https://us-central.manta.mnx.io/pkgsrc/public/pkg-bootstraps/
+DISTFILES:=		${DISTFILES} ${RUST_STAGE0}
+RUST_BOOTSTRAP_PATH?=	${WRKDIR}/rust-${RUST_STAGE0_VER}-${RUST_ARCH}
 # Override default "x86_64-sun-solaris" selection
-#CONFIGURE_ARGS+=	--set=target.${RUST_ARCH}.llvm-config=${LLVM_CONFIG_PATH}
-#CONFIGURE_ARGS+=	--build=${RUST_ARCH}
-#CONFIGURE_ARGS+=	--host=${RUST_ARCH}
-#CONFIGURE_ARGS+=	--target=${RUST_ARCH}
-#.endif
+CONFIGURE_ARGS+=	--set=target.${RUST_ARCH}.llvm-config=${LLVM_CONFIG_PATH}
+CONFIGURE_ARGS+=	--build=${RUST_ARCH}
+CONFIGURE_ARGS+=	--host=${RUST_ARCH}
+CONFIGURE_ARGS+=	--target=${RUST_ARCH}
+.endif
 .if ${MACHINE_PLATFORM:MFreeBSD-*-x86_64} || make(distinfo) || make (makesum) || make(mdi)
 RUST_STAGE0_VER=	1.83.0
 RUST_ARCH:=		x86_64-unknown-freebsd
diff --git a/rust184/distinfo b/rust184/distinfo
index 14339e8210..8553f5c68d 100644
--- a/rust184/distinfo
+++ b/rust184/distinfo
@@ -45,6 +45,9 @@ Size (rust-1.83.0-x86_64-apple-darwin.tar.gz) = 358515839 bytes
 BLAKE2s (rust-1.83.0-x86_64-unknown-freebsd.tar.gz) = e4d5ce56297ceb4fe3b6d230c245b1847f52c8aabc6bed7d131218b2e9c55f7f
 SHA512 (rust-1.83.0-x86_64-unknown-freebsd.tar.gz) = 0569d28506fe2a4fe2ad49031468ffe485ab5f1803b9ce5b1b7d4e8a67e43678b4da096b737e32e6eaaf433beab5e1f0a251c1c59941c0128d0f5f7e68b506eb
 Size (rust-1.83.0-x86_64-unknown-freebsd.tar.gz) = 339151776 bytes
+BLAKE2s (rust-1.83.0-x86_64-unknown-illumos.tar.gz) = 20973e07fb9c24e0eda467c4c37123563181ece2654309af2f0b53fa4d372a35
+SHA512 (rust-1.83.0-x86_64-unknown-illumos.tar.gz) = 760dc21a0db2c4a41288a28d01ee1baa7115ab5dd3585f1f4b9d4323d2600c5ef53eadfdf335dc454a32ae5b8657e91ca8bab15c0b353660ff84a7265efee388
+Size (rust-1.83.0-x86_64-unknown-illumos.tar.gz) = 230168788 bytes
 BLAKE2s (rust-1.83.0-x86_64-unknown-linux-gnu.tar.gz) = e460e1edbce54591eb8349061647f640e012c7b9581820e92d31e526efde5794
 SHA512 (rust-1.83.0-x86_64-unknown-linux-gnu.tar.gz) = 4a1d78d139e692213a761faa29d68861897538bddcf5584271ebd2e2663fc39dc615d7c18426494ed909510594628de2fed38777c88c1046662f97313b76e49f
 Size (rust-1.83.0-x86_64-unknown-linux-gnu.tar.gz) = 351990840 bytes


Home | Main Index | Thread Index | Old Index