pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/platform



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Sep  6 09:50:20 UTC 2016

Modified Files:
        pkgsrc/mk/platform: Darwin.mk

Log Message:
Support UNLIMIT_RESOURCES=cputime on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/mk/platform/Darwin.mk

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

Modified files:

Index: pkgsrc/mk/platform/Darwin.mk
diff -u pkgsrc/mk/platform/Darwin.mk:1.82 pkgsrc/mk/platform/Darwin.mk:1.83
--- pkgsrc/mk/platform/Darwin.mk:1.82   Fri Jul  8 21:23:57 2016
+++ pkgsrc/mk/platform/Darwin.mk        Tue Sep  6 09:50:20 2016
@@ -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_GROUP?=          wheel
 ROOT_USER?=            root
 SERIAL_DEVICES?=       /dev/null
 ULIMIT_CMD_datasize?=  ulimit -d `ulimit -H -d`
-ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
 ULIMIT_CMD_memorysize?=        ulimit -m `ulimit -H -m`
+ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s`
+ULIMIT_CMD_cputime?=   ulimit -t `ulimit -H -t`
 
 GROUPADD?=             ${LOCALBASE}/sbin/groupadd
 USERADD?=              ${LOCALBASE}/sbin/useradd



Home | Main Index | Thread Index | Old Index