pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: rillig
Date: Thu Mar 26 20:05:29 UTC 2020
Modified Files:
pkgsrc/lang/rust: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 pkgsrc/lang/rust/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/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.158 pkgsrc/lang/rust/Makefile:1.159
--- pkgsrc/lang/rust/Makefile:1.158 Tue Mar 24 20:41:18 2020
+++ pkgsrc/lang/rust/Makefile Thu Mar 26 20:05:29 2020
@@ -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"
Home |
Main Index |
Thread Index |
Old Index