pkgsrc-WIP-changes archive

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

rust187: fix SmartOS stage0-bootstrap. (Pulled from main pkgsrc.)



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Jun 17 16:34:52 2025 +0000
Changeset:	36c07c994cc6562468c018f20150302e721feaff

Modified Files:
	rust187/Makefile

Log Message:
rust187: fix SmartOS stage0-bootstrap.  (Pulled from main pkgsrc.)

Original commit by jperkin@

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

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

diffstat:
 rust187/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/rust187/Makefile b/rust187/Makefile
index 8c4ef14636..f515801bc1 100644
--- a/rust187/Makefile
+++ b/rust187/Makefile
@@ -683,13 +683,13 @@ stage0-bootstrap: install
 		${CP} `${PKG_CC} -print-file-name=$${lib}` \
 		    ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
 	done; \
-	for lib in libLLVM.so.18.1 libcrypto.so.3 libcurl.so.4 \
+	for lib in libLLVM.so.19.1 libcrypto.so.3 libcurl.so.4 \
 		   libssl.so.3 libz.so.1 libzstd.so.1; do \
 		${CP} ${PREFIX}/lib/$${lib} ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
 	done; \
 	for lib in libiconv.so.2 libidn2.so.0 libintl.so.8 liblber.so.2 \
-		   libldap.so.2 libnghttp2.so.14 libsasl2.so.3 \
-		   libssh2.so.1 libunistring.so.5; do \
+		   libldap.so.2 liblzma.so.5 libnghttp2.so.14 libsasl2.so.3 \
+		   libssh2.so.1 libunistring.so.5 libxml2.so.16; do \
 		${CP} ${PREFIX}/lib/$${lib} ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
 	done; \
 	for f in ${BOOTSTRAP_TMPDIR}/bin/*; do \


Home | Main Index | Thread Index | Old Index