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:   wiz
Date:           Sat Feb  8 11:58:31 UTC 2025

Modified Files:
        pkgsrc/shells/nushell: Makefile

Log Message:
nushell: try bumping ARGMAX_REQ to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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.68 pkgsrc/shells/nushell/Makefile:1.69
--- pkgsrc/shells/nushell/Makefile:1.68 Thu Feb  6 11:23:30 2025
+++ pkgsrc/shells/nushell/Makefile      Sat Feb  8 11:58:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2025/02/06 11:23:30 pin Exp $
+# $NetBSD: Makefile,v 1.69 2025/02/08 11:58:31 wiz Exp $
 
 DISTNAME=      nushell-0.102.0
 CATEGORIES=    shells
@@ -20,6 +20,8 @@ USE_TOOLS+=   pkg-config
 
 PKG_SHELL=     bin/nu
 
+ARGMAX_REQ=    524288
+
 MAKE_ENV+=     OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib



Home | Main Index | Thread Index | Old Index