pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/racket
Module Name: pkgsrc
Committed By: joerg
Date: Fri Apr 17 00:23:05 UTC 2020
Modified Files:
pkgsrc/lang/racket: Makefile
Log Message:
Unlimit CPU time as everything is build in a single process during
install
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/lang/racket/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/racket/Makefile
diff -u pkgsrc/lang/racket/Makefile:1.80 pkgsrc/lang/racket/Makefile:1.81
--- pkgsrc/lang/racket/Makefile:1.80 Sun Apr 12 08:28:54 2020
+++ pkgsrc/lang/racket/Makefile Fri Apr 17 00:23:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2020/04/12 08:28:54 adam Exp $
+# $NetBSD: Makefile,v 1.81 2020/04/17 00:23:04 joerg Exp $
PKGNAME= racket-6.12
PKGREVISION= 7
@@ -30,7 +30,7 @@ CONFIGURE_DIRS= src
CONFIGURE_ARGS= --enable-pthread
USE_LANGUAGES= c c++
USE_TOOLS= pkg-config gmake
-UNLIMIT_RESOURCES= datasize
+UNLIMIT_RESOURCES= datasize cputime
MAKE_ENV+= "PAXCTL=${TOOLS_PLATFORM.paxctl}"
CPPFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
Home |
Main Index |
Thread Index |
Old Index