pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/rust-bin rust-bin: pax is a tool dependency
details: https://anonhg.NetBSD.org/pkgsrc/rev/7afda213fe66
branches: trunk
changeset: 457243:7afda213fe66
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sat Aug 21 22:06:29 2021 +0000
description:
rust-bin: pax is a tool dependency
Build fix for Linux distros that don't ship pax by default.
diffstat:
lang/rust-bin/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7809da2ca119 -r 7afda213fe66 lang/rust-bin/Makefile
--- a/lang/rust-bin/Makefile Sat Aug 21 21:46:30 2021 +0000
+++ b/lang/rust-bin/Makefile Sat Aug 21 22:06:29 2021 +0000
@@ -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-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