pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/elixir



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 02:31:23 UTC 2020

Modified Files:
        pkgsrc/lang/elixir: Makefile

Log Message:
Increase resource limits due to Erlang's default allocations


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/elixir/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/elixir/Makefile
diff -u pkgsrc/lang/elixir/Makefile:1.15 pkgsrc/lang/elixir/Makefile:1.16
--- pkgsrc/lang/elixir/Makefile:1.15    Wed Feb 26 19:21:50 2020
+++ pkgsrc/lang/elixir/Makefile Thu Mar 26 02:31:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/02/26 19:21:50 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/03/26 02:31:23 joerg Exp $
 
 DISTNAME=      elixir-1.10.2
 CATEGORIES=    lang
@@ -12,6 +12,8 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      erlang>=20.0:../../lang/erlang
 
+UNLIMIT_RESOURCES=     datasize virtualsize
+
 USE_TOOLS+=    gmake
 BUILD_TARGET=  compile
 TEST_TARGET=   test



Home | Main Index | Thread Index | Old Index