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:           Wed Feb 12 15:45:55 UTC 2025

Modified Files:
        pkgsrc/shells/nushell: Makefile

Log Message:
nushell: try bumping ARGMAX_REQD even higher

since this still fails on shadow


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



Home | Main Index | Thread Index | Old Index