pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/rust lang/rust: remove trailing slash from depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1993e55f52e4
branches:  trunk
changeset: 426140:1993e55f52e4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Mar 26 20:05:29 2020 +0000

description:
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:

 lang/rust/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a8bd18d31995 -r 1993e55f52e4 lang/rust/Makefile
--- a/lang/rust/Makefile        Thu Mar 26 16:07:57 2020 +0000
+++ b/lang/rust/Makefile        Thu Mar 26 20:05:29 2020 +0000
@@ -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 @@
                 (${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