Source-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: Move compat80 DEPENDS to more ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e561d7c3225
branches: trunk
changeset: 437748:4e561d7c3225
user: nia <nia%pkgsrc.org@localhost>
date: Sun Aug 30 21:29:10 2020 +0000
description:
rust-bin: Move compat80 DEPENDS to more sensible location
diffstat:
lang/rust-bin/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 64881d874848 -r 4e561d7c3225 lang/rust-bin/Makefile
--- a/lang/rust-bin/Makefile Sun Aug 30 21:18:09 2020 +0000
+++ b/lang/rust-bin/Makefile Sun Aug 30 21:29:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/08/30 18:26:17 nia Exp $
+# $NetBSD: Makefile,v 1.12 2020/08/30 21:29:10 nia Exp $
DISTNAME= rust-1.46.0
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
@@ -75,9 +75,6 @@
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
.if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) || make(distinfo) || make(makesum) || make(mdi)
-. if empty(OS_VERSION:M[0-8].*)
-DEPENDS+= compat80-[0-9]*:../../emulators/compat80
-. endif
RUST_ARCH:= x86_64-unknown-netbsd
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
@@ -128,6 +125,7 @@
# The llvm utilities need a specific libstdc++ version from compat80
. if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-8].*)
+DEPENDS+= compat80-[0-9]*:../../emulators/compat80
RUST_LLVM_RPATH= ${PREFIX}/emul/netbsd/usr/lib:${PREFIX}/lib
FORCE_RPATH=
. else
Home |
Main Index |
Thread Index |
Old Index