summaryrefslogtreecommitdiff
path: root/lang/rust
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-26 20:05:29 +0000
committerrillig <rillig@pkgsrc.org>2020-03-26 20:05:29 +0000
commitdf0a504ebe881dc1e2a0c9fc8b674aa8a0b36f11 (patch)
treeac943ccd9d40fc3bead53738ad94f1d7be454312 /lang/rust
parent75f4f861195769e6be12a82909a064a83ddf5faa (diff)
downloadpkgsrc-df0a504ebe881dc1e2a0c9fc8b674aa8a0b36f11.tar.gz
lang/rust: remove trailing slash from dependency path
https://mail-index.netbsd.org/pkgsrc-changes/2020/03/26/msg209490.html > This causes problems with bulk builds, at least with limited builds, as > the trailing slash in a package directory name causes pbulk-scan to > fail with "Invalid path from master" and leads to a hung scan phase.
Diffstat (limited to 'lang/rust')
-rw-r--r--lang/rust/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 4848d69411d..7ab1279cc29 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.158 2020/03/24 20:41:18 joerg Exp $
+# $NetBSD: Makefile,v 1.159 2020/03/26 20:05:29 rillig Exp $
DISTNAME= rustc-1.42.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -479,7 +479,7 @@ stage0-bootstrap: install
(${MACHINE_ARCH} == "powerpc")) \
&& (empty(OS_VERSION:M[012345678].*) || \
!empty(OS_VERSION:M8.99.*))
-DEPENDS+= compat80>=0:../../emulators/compat80/
+DEPENDS+= compat80>=0:../../emulators/compat80
.endif
.include "../../devel/zlib/buildlink3.mk"