pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/nushell
Module Name: pkgsrc
Committed By: pin
Date: Tue Sep 21 10:47:28 UTC 2021
Modified Files:
pkgsrc/shells/nushell: Makefile PLIST
Log Message:
shells/nushell: enable nu_plugin_tree
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/shells/nushell/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/nushell/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/nushell/Makefile
diff -u pkgsrc/shells/nushell/Makefile:1.6 pkgsrc/shells/nushell/Makefile:1.7
--- pkgsrc/shells/nushell/Makefile:1.6 Wed Sep 15 13:39:28 2021
+++ pkgsrc/shells/nushell/Makefile Tue Sep 21 10:47:28 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/09/15 13:39:28 pin Exp $
+# $NetBSD: Makefile,v 1.7 2021/09/21 10:47:28 pin Exp $
DISTNAME= nushell-0.37.0
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=nushell/}
@@ -20,9 +21,13 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPATH
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib
RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
+CARGO_NO_DEFAULT_FEATURES= YES
+CARGO_FEATURES+= default tree
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu_plugin_core_match ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu_plugin_extra_tree ${DESTDIR}${PREFIX}/bin
.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
Index: pkgsrc/shells/nushell/PLIST
diff -u pkgsrc/shells/nushell/PLIST:1.2 pkgsrc/shells/nushell/PLIST:1.3
--- pkgsrc/shells/nushell/PLIST:1.2 Wed Sep 15 13:39:28 2021
+++ pkgsrc/shells/nushell/PLIST Tue Sep 21 10:47:28 2021
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/09/15 13:39:28 pin Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/09/21 10:47:28 pin Exp $
bin/nu
bin/nu_plugin_core_match
+bin/nu_plugin_extra_tree
Home |
Main Index |
Thread Index |
Old Index