pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform Support UNLIMIT_RESOURCES=cputime on Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ae61a94cb19
branches:  trunk
changeset: 352076:0ae61a94cb19
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Sep 06 09:50:20 2016 +0000

description:
Support UNLIMIT_RESOURCES=cputime on Darwin.

diffstat:

 mk/platform/Darwin.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 4c3959eea43a -r 0ae61a94cb19 mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk     Tue Sep 06 07:02:35 2016 +0000
+++ b/mk/platform/Darwin.mk     Tue Sep 06 09:50:20 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.82 2016/07/08 21:23:57 sevan Exp $
+# $NetBSD: Darwin.mk,v 1.83 2016/09/06 09:50:20 jperkin Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -67,8 +67,9 @@
 ROOT_USER?=            root
 SERIAL_DEVICES?=       /dev/null
 ULIMIT_CMD_datasize?=  ulimit -d `ulimit -H -d`
+ULIMIT_CMD_memorysize?=        ulimit -m `ulimit -H -m`
 ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
-ULIMIT_CMD_memorysize?=        ulimit -m `ulimit -H -m`
+ULIMIT_CMD_cputime?=   ulimit -t `ulimit -H -t`
 
 GROUPADD?=             ${LOCALBASE}/sbin/groupadd
 USERADD?=              ${LOCALBASE}/sbin/useradd



Home | Main Index | Thread Index | Old Index