Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/opengrok Honor ulimits



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b91eacd414f
branches:  trunk
changeset: 433097:4b91eacd414f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat May 30 20:48:13 2020 +0000

description:
Honor ulimits

diffstat:

 devel/opengrok/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 083b1e5d3799 -r 4b91eacd414f devel/opengrok/Makefile
--- a/devel/opengrok/Makefile   Sat May 30 20:47:08 2020 +0000
+++ b/devel/opengrok/Makefile   Sat May 30 20:48:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2020/04/12 08:28:33 adam Exp $
+# $NetBSD: Makefile,v 1.56 2020/05/30 20:48:13 joerg Exp $
 
 DISTNAME=      OpenGrok-0.12.1.5
 PKGNAME=       ${DISTNAME:tl:S/-rc/rc/}
@@ -47,7 +47,7 @@
                        share/opengrok/var/opengrok
 
 do-build:
-       cd ${WRKSRC} && \
+       ${RUN} ${_ULIMIT_CMD} cd ${WRKSRC} && \
                CLASSPATH=${PREFIX}/lib/java/JFlex.jar ${PREFIX}/bin/ant
 
 do-install:



Home | Main Index | Thread Index | Old Index