pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust-bin
Module Name: pkgsrc
Committed By: he
Date: Thu Mar 16 18:57:44 UTC 2023
Modified Files:
pkgsrc/lang/rust-bin: Makefile
Log Message:
rust-bin: make this install also for NetBSD/powerpc >= 9.0.
We need to change the "netbsd90" suffix to "netbsd", when setting
WRKSRC.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/lang/rust-bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust-bin/Makefile
diff -u pkgsrc/lang/rust-bin/Makefile:1.49 pkgsrc/lang/rust-bin/Makefile:1.50
--- pkgsrc/lang/rust-bin/Makefile:1.49 Wed Jan 25 05:17:23 2023
+++ pkgsrc/lang/rust-bin/Makefile Thu Mar 16 18:57:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2023/01/25 05:17:23 gutteridge Exp $
+# $NetBSD: Makefile,v 1.50 2023/03/16 18:57:44 he Exp $
DISTNAME= rust-1.66.1
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
@@ -179,6 +179,8 @@ SITES.${DF}= ${NETBSD_REPO}
# Binary still extracts to plain non-nb'ed directory
WRKSRC:= ${WRKSRC:C/nb[0-9]*//}
+# Undo the powerpc netbsd90 thingie...
+WRKSRC:= ${WRKSRC:C/netbsd90/netbsd/}
do-install:
cd ${.CURDIR}/files; pax -rw install.sh ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index