pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Sep 21 21:26:33 UTC 2018

Modified Files:
        pkgsrc/lang/rust: cargo.mk
        pkgsrc/textproc/ripgrep: Makefile
        pkgsrc/www/geckodriver: Makefile

Log Message:
lang/rust: Move common BUILD_DEPENDS in rust packages to cargo.mk


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/rust/cargo.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/ripgrep/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/geckodriver/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/cargo.mk
diff -u pkgsrc/lang/rust/cargo.mk:1.2 pkgsrc/lang/rust/cargo.mk:1.3
--- pkgsrc/lang/rust/cargo.mk:1.2       Sun May  6 01:59:36 2018
+++ pkgsrc/lang/rust/cargo.mk   Fri Sep 21 21:26:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: cargo.mk,v 1.2 2018/05/06 01:59:36 maya Exp $
+# $NetBSD: cargo.mk,v 1.3 2018/09/21 21:26:33 minskim Exp $
 #
 # Common logic that can be used by packages that depend on cargo crates
 # from crates.io. This lets existing pkgsrc infrastructure fetch and verify
@@ -20,6 +20,8 @@
 #
 # See also www/geckodriver for a full example.
 
+BUILD_DEPENDS+=        rust-[0-9]*:../../lang/rust
+
 USE_TOOLS+=            bsdtar digest
 CARGO_VENDOR_DIR=      ${WRKDIR}/vendor
 

Index: pkgsrc/textproc/ripgrep/Makefile
diff -u pkgsrc/textproc/ripgrep/Makefile:1.1 pkgsrc/textproc/ripgrep/Makefile:1.2
--- pkgsrc/textproc/ripgrep/Makefile:1.1        Tue May  8 07:48:39 2018
+++ pkgsrc/textproc/ripgrep/Makefile    Fri Sep 21 21:26:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/05/08 07:48:39 maya Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/21 21:26:33 minskim Exp $
 
 GITHUB_PROJECT=        ripgrep
 DISTNAME=      0.8.1
@@ -15,8 +15,6 @@ LICENSE=      unlicense
 WRKSRC=                ${WRKDIR}/ripgrep-0.8.1
 USE_LANGUAGES= c
 
-BUILD_DEPENDS+=        rust-[0-9]*:../../lang/rust
-
 CARGO_CRATE_DEPENDS+=          \
        atty-0.2.6              \
        bytecount-0.3.1         \

Index: pkgsrc/www/geckodriver/Makefile
diff -u pkgsrc/www/geckodriver/Makefile:1.4 pkgsrc/www/geckodriver/Makefile:1.5
--- pkgsrc/www/geckodriver/Makefile:1.4 Wed May  9 23:41:39 2018
+++ pkgsrc/www/geckodriver/Makefile     Fri Sep 21 21:26:33 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/05/09 23:41:39 maya Exp $
+# $NetBSD: Makefile,v 1.5 2018/09/21 21:26:33 minskim Exp $
 
 DISTNAME=      geckodriver-0.20.1
 CATEGORIES=    www
@@ -11,8 +11,6 @@ HOMEPAGE=     https://github.com/mozilla/gec
 COMMENT=       W3C WebDriver-compatible proxy for Gecko-based browsers
 LICENSE=       mpl-1.1
 
-BUILD_DEPENDS+=        rust-[0-9]*:../../lang/rust
-
 CARGO_CRATE_DEPENDS+=          \
        adler32-1.0.2           \
        aho-corasick-0.6.4      \



Home | Main Index | Thread Index | Old Index