Received: by mail.netbsd.org (Postfix, from userid 605) id 30EE384DC0; Mon, 23 Mar 2020 08:47:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF7D984DC5 for ; Mon, 23 Mar 2020 08:47:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6oAoRMJIRNqV for ; Mon, 23 Mar 2020 08:47:46 +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 11F2984D41 for ; Mon, 23 Mar 2020 08:47:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0F8BEFB27; Mon, 23 Mar 2020 08:47:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158495326668160" MIME-Version: 1.0 Date: Mon, 23 Mar 2020 08:47:46 +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: <20200323084746.0F8BEFB27@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. --_----------=_158495326668160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Mar 23 08:47:45 UTC 2020 Modified Files: pkgsrc/x11/qt5-qtwebkit: Makefile Log Message: qt5-qtwebkit: Add missing tools To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/x11/qt5-qtwebkit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158495326668160 Content-Disposition: inline Content-Length: 949 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.75 pkgsrc/x11/qt5-qtwebkit/Makefile:1.76 --- pkgsrc/x11/qt5-qtwebkit/Makefile:1.75 Sat Mar 21 23:15:17 2020 +++ pkgsrc/x11/qt5-qtwebkit/Makefile Mon Mar 23 08:47:45 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2020/03/21 23:15:17 nia Exp $ +# $NetBSD: Makefile,v 1.76 2020/03/23 08:47:45 nia Exp $ QTWKVERSION= 5.212.0-alpha4 DISTNAME= qtwebkit-${QTWKVERSION} @@ -15,10 +15,12 @@ COMMENT= Qt5 WebView module LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v3 TOOL_DEPENDS+= gperf-[0-9]*:../../devel/gperf +TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 +TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt TOOL_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat USE_LANGUAGES= c c++11 -USE_TOOLS+= perl:build pkg-config +USE_TOOLS+= perl:build pkg-config bison USE_CMAKE= yes CMAKE_ARG_PATH= .. CONFIGURE_DIRS= _build --_----------=_158495326668160--