pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/opengrok



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat May 30 20:48:14 UTC 2020

Modified Files:
        pkgsrc/devel/opengrok: Makefile

Log Message:
Honor ulimits


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/opengrok/Makefile

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

Modified files:

Index: pkgsrc/devel/opengrok/Makefile
diff -u pkgsrc/devel/opengrok/Makefile:1.55 pkgsrc/devel/opengrok/Makefile:1.56
--- pkgsrc/devel/opengrok/Makefile:1.55 Sun Apr 12 08:28:33 2020
+++ pkgsrc/devel/opengrok/Makefile      Sat May 30 20:48:13 2020
@@ -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 @@ INSTALLATION_DIRS+=   share/opengrok/bin \
                        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