Received: by mail.netbsd.org (Postfix, from userid 605) id A104784E77; Tue, 26 May 2020 11:30:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2AF0B84E75 for ; Tue, 26 May 2020 11:30:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id J2cbvs4yuvzZ for ; Tue, 26 May 2020 11:30:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B788184D67 for ; Tue, 26 May 2020 11:30:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B55E0FB27; Tue, 26 May 2020 11:30:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590492629156820" MIME-Version: 1.0 Date: Tue, 26 May 2020 11:30:29 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/misc/libreoffice To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200526113029.B55E0FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590492629156820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Tue May 26 11:30:29 UTC 2020 Modified Files: pkgsrc/misc/libreoffice: Makefile Log Message: Requires more than 1h of CPU time. To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 pkgsrc/misc/libreoffice/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590492629156820 Content-Disposition: inline Content-Length: 674 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/libreoffice/Makefile diff -u pkgsrc/misc/libreoffice/Makefile:1.230 pkgsrc/misc/libreoffice/Makefile:1.231 --- pkgsrc/misc/libreoffice/Makefile:1.230 Sat May 23 10:45:48 2020 +++ pkgsrc/misc/libreoffice/Makefile Tue May 26 11:30:29 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.230 2020/05/23 10:45:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.231 2020/05/26 11:30:29 joerg Exp $ VERREL= 6.4.4 VERRC= 2 @@ -13,6 +13,8 @@ HOMEPAGE= https://www.libreoffice.org/ COMMENT= Office productivity suite from The Document Foundation LICENSE= gnu-lgpl-v3 +UNLIMIT_RESOURCES+= cputime + USE_LANGUAGES= c gnu++17 SUBST_CLASSES+= use-bash --_----------=_1590492629156820--