Received: by mail.netbsd.org (Postfix, from userid 605) id 7BDC784DB8; Tue, 21 Apr 2020 09:51:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0547F84DA6 for ; Tue, 21 Apr 2020 09:51:53 +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 WsNjNb_JbILG for ; Tue, 21 Apr 2020 09:51:52 +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 614C584CE7 for ; Tue, 21 Apr 2020 09:51:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3026DFB27; Tue, 21 Apr 2020 09:51:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587462712112510" MIME-Version: 1.0 Date: Tue, 21 Apr 2020 09:51:52 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11/qt5-qtwebkit To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200421095152.3026DFB27@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. --_----------=_1587462712112510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Apr 21 09:51:52 UTC 2020 Modified Files: pkgsrc/x11/qt5-qtwebkit: Makefile Log Message: qt5-qtwebkit: Unlimit cputime To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/qt5-qtwebkit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587462712112510 Content-Disposition: inline Content-Length: 734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5-qtwebkit/Makefile diff -u pkgsrc/x11/qt5-qtwebkit/Makefile:1.77 pkgsrc/x11/qt5-qtwebkit/Makefile:1.78 --- pkgsrc/x11/qt5-qtwebkit/Makefile:1.77 Sun Apr 12 08:28:16 2020 +++ pkgsrc/x11/qt5-qtwebkit/Makefile Tue Apr 21 09:51:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2020/04/12 08:28:16 adam Exp $ +# $NetBSD: Makefile,v 1.78 2020/04/21 09:51:52 nia Exp $ QTWKVERSION= 5.212.0-alpha4 DISTNAME= qtwebkit-${QTWKVERSION} @@ -39,6 +39,8 @@ CMAKE_ARGS+= -DENABLE_API_TESTS=OFF CMAKE_ARGS+= -DKDE_INSTALL_LIBEXECDIR=${CMAKE_INSTALL_PREFIX}/libexec #CMAKE_ARGS+= -DLIBEXEC_INSTALL_DIR=${CMAKE_INSTALL_PREFIX}/libexec +UNLIMIT_RESOURCES+= cputime + GCC_REQD+= 4.9 pre-configure: --_----------=_1587462712112510--