pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2021Q2]: pkgsrc/lang/rust Pullup ticket #6486 - requested by he



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54b4ee9e74b0
branches:  pkgsrc-2021Q2
changeset: 455799:54b4ee9e74b0
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Jul 12 12:56:13 2021 +0000

description:
Pullup ticket #6486 - requested by he
lang/rust: build fix

Revisions pulled up:
- lang/rust/Makefile                                            1.242
- lang/rust/options.mk                                          1.15

---
   Module Name: pkgsrc
   Committed By:        he
   Date:                Sun Jul 11 22:13:38 UTC 2021

   Modified Files:
        pkgsrc/lang/rust: Makefile options.mk

   Log Message:
   Evidently, cmake is needed in all cases.

   Move cmake dependency out of condition on PKG_OPTIONS.rust-llvm.

diffstat:

 lang/rust/Makefile   |  4 +++-
 lang/rust/options.mk |  7 ++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 0b094f5c8fa6 -r 54b4ee9e74b0 lang/rust/Makefile
--- a/lang/rust/Makefile        Mon Jul 12 12:54:46 2021 +0000
+++ b/lang/rust/Makefile        Mon Jul 12 12:56:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.241 2021/06/13 12:19:16 he Exp $
+# $NetBSD: Makefile,v 1.241.2.1 2021/07/12 12:56:13 bsiegert Exp $
 
 DISTNAME=      rustc-1.52.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -594,6 +594,8 @@
 DEPENDS+=      libatomic-links>=0:../../devel/libatomic-links
 .endif
 
+BUILD_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+.include "../../devel/cmake/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0b094f5c8fa6 -r 54b4ee9e74b0 lang/rust/options.mk
--- a/lang/rust/options.mk      Mon Jul 12 12:54:46 2021 +0000
+++ b/lang/rust/options.mk      Mon Jul 12 12:56:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.14 2021/04/04 08:51:20 he Exp $
+# $NetBSD: options.mk,v 1.14.2.1 2021/07/12 12:56:13 bsiegert Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rust
 PKG_SUPPORTED_OPTIONS+=        rust-cargo-static
@@ -26,10 +26,7 @@
 # Use the internal copy of LLVM.
 # This contains some extra optimizations.
 #
-.if !empty(PKG_OPTIONS:Mrust-llvm)
-BUILD_DEPENDS+=        cmake-[0-9]*:../../devel/cmake
-.include "../../devel/cmake/buildlink3.mk"
-.else
+.if empty(PKG_OPTIONS:Mrust-llvm)
 .include "../../lang/llvm/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-llvm-link-shared
 CONFIGURE_ARGS+=       --llvm-root=${BUILDLINK_PREFIX.llvm}



Home | Main Index | Thread Index | Old Index