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: gutteridge
Date: Sat Aug 21 22:06:29 UTC 2021
Modified Files:
pkgsrc/lang/rust-bin: Makefile
Log Message:
rust-bin: pax is a tool dependency
Build fix for Linux distros that don't ship pax by default.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/lang/rust-bin/Makefile:1.25
--- pkgsrc/lang/rust-bin/Makefile:1.24 Sun Jul 11 22:25:09 2021
+++ pkgsrc/lang/rust-bin/Makefile Sat Aug 21 22:06:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2021/07/11 22:25:09 he Exp $
+# $NetBSD: Makefile,v 1.25 2021/08/21 22:06:29 gutteridge Exp $
DISTNAME= rust-1.52.1
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
@@ -41,7 +41,7 @@ BROKEN_ON_PLATFORM+= NetBSD-[1-7].*-*
BROKEN_ON_PLATFORM+= NetBSD-8.*-earmv7hf
NO_BUILD= yes
-USE_TOOLS+= bash
+USE_TOOLS+= bash pax
WRKSRC= ${WRKDIR}/${DISTFILES:S/.tar.gz//}
GENERATE_PLIST+= find ${DESTDIR}${PREFIX} \( -type f -o -type l \) -print | \
Home |
Main Index |
Thread Index |
Old Index