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:           Wed May 27 10:09:33 UTC 2026

Modified Files:
        pkgsrc/shells/nushell: Makefile

Log Message:
shells/nushell: revert back to vendor libgit2

Avoid mismatch versions issue.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/shells/nushell/Makefile

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.87 pkgsrc/shells/nushell/Makefile:1.88
--- pkgsrc/shells/nushell/Makefile:1.87 Wed May 27 04:53:05 2026
+++ pkgsrc/shells/nushell/Makefile      Wed May 27 10:09:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2026/05/27 04:53:05 adam Exp $
+# $NetBSD: Makefile,v 1.88 2026/05/27 10:09:33 pin Exp $
 
 DISTNAME=      nushell-0.113.0
 CATEGORIES=    shells
@@ -12,16 +12,12 @@ LICENSE=    mit
 RUST_REQ=      1.93.1
 USE_TOOLS+=    pkg-config
 
-MAKE_ENV+=     LIBGIT2_NO_VENDOR=1
-RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libgit2}/lib
-
 PKG_SHELL=     bin/nu
 
 ARGMAX_REQ=    1048576
 
 .include "cargo-depends.mk"
 
-.include "../../devel/libgit2/buildlink3.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index