pkgsrc-WIP-changes archive

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

rust183: Revert libLLVM change.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%smartos.org@localhost>
Pushed By:	jperkin
Date:		Tue Feb 4 15:44:14 2025 +0000
Changeset:	fe8aa3b5374ea6839b1de94dfd66485b9cb34a78

Modified Files:
	rust183/Makefile

Log Message:
rust183: Revert libLLVM change.

I don't know why this got bumped to 19 as that doesn't exist in pkgsrc,
maybe a bad global search-and-replace.

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

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

diffstat:
 rust183/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust183/Makefile b/rust183/Makefile
index d4f1210fa1..67fcde72e4 100644
--- a/rust183/Makefile
+++ b/rust183/Makefile
@@ -640,7 +640,7 @@ stage0-bootstrap: install
 		${CP} `${PKG_CC} -print-file-name=$${lib}` \
 		    ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
 	done; \
-	for lib in libLLVM.so.19.1 libcrypto.so.3 libcurl.so.4 \
+	for lib in libLLVM.so.18.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; \


Home | Main Index | Thread Index | Old Index