tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: checksum argmax fix
Ok, how about this:
--- a/grafana/Makefile
+++ b/grafana/Makefile
@@ -14,0 +15,9 @@ DISTFILES= ${DEFAULT_DISTFILES}
+#
+# This package has so many distfiles that it overflows ARG_MAX on NetBSD.
+# Newer bmake versions are able to work around this, so pull in if required.
+#
+ARGMAX_cmd= getconf ARG_MAX || ${ECHO} 0
+.if ${ARGMAX_cmd:sh} <= 262144 && ${MAKE_VERSION:U0} < 20240711
+DEPENDS+= bmake>=20240711:../../devel/bmake
+.endif
+
I think that should work everywhere?
--
Jonathan Perkin - mnx.io - pkgsrc.smartos.org
Open Source Complete Cloud www.tritondatacenter.com
Home |
Main Index |
Thread Index |
Old Index