Subject: CVS commit: pkgsrc
From: Tobias Nygren
Date: 2020-10-20 21:03:07
Message id: 20201020190307.56C9BFB28@cvs.NetBSD.org

Log Message:
cargo.mk: move CARGO_FEATURES from lang/ncspot to here

It seems to be a generally useful feature. If a package supports
optional cargo dependencies then you may now (instead of messing with
CARGO_ARGS directly) set in your Makefile for example:

CARGO_NO_DEFAULT_FEATURES=	YES
CARGO_FEATURES+=		dbus pulseaudio

Files:
RevisionActionfile
1.7modifypkgsrc/audio/ncspot/Makefile
1.23modifypkgsrc/lang/rust/cargo.mk