Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B921C84F1A for ; Mon, 10 Jul 2023 20:27:07 +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 B4LlrG-H5CiV for ; Mon, 10 Jul 2023 20:27:07 +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 3A45C84F10 for ; Mon, 10 Jul 2023 20:27:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2DB2FFBDB; Mon, 10 Jul 2023 20:27:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168902082778380" MIME-Version: 1.0 Date: Mon, 10 Jul 2023 20:27:07 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2023Q2] pkgsrc/x11/qt5-qtwebkit To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20230710202707.2DB2FFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168902082778380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Jul 10 20:27:07 UTC 2023 Modified Files: pkgsrc/x11/qt5-qtwebkit [pkgsrc-2023Q2]: Makefile Log Message: Pullup ticket #6777 - requested by abs x11/qt5-qtwebkit: build fix Revisions pulled up: - x11/qt5-qtwebkit/Makefile 1.113 --- Module Name: pkgsrc Committed By: gdt Date: Mon Jul 3 11:46:28 UTC 2023 Modified Files: pkgsrc/x11/qt5-qtwebkit: Makefile Log Message: qt5-qtwebengine: bl3 on libxml2 .so files installed by the package show NEEDED on libxml2. While it is properly TOOL_DEPENDS also, it therefore needs to be bl3 also. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.112.2.1 pkgsrc/x11/qt5-qtwebkit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168902082778380 Content-Disposition: inline Content-Length: 1028 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.112 pkgsrc/x11/qt5-qtwebkit/Makefile:1.112.2.1 --- pkgsrc/x11/qt5-qtwebkit/Makefile:1.112 Wed May 31 10:56:08 2023 +++ pkgsrc/x11/qt5-qtwebkit/Makefile Mon Jul 10 20:27:07 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.112 2023/05/31 10:56:08 adam Exp $ +# $NetBSD: Makefile,v 1.112.2.1 2023/07/10 20:27:07 bsiegert Exp $ QTWKVERSION= 5.212.0-alpha4 DISTNAME= qtwebkit-${QTWKVERSION} PKGNAME= qt5-qtwebkit-${QTWKVERSION:S/-/./} -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= x11 www MASTER_SITES= ${MASTER_SITE_GITHUB:=qtwebkit/} GITHUB_PROJECT= qtwebkit @@ -106,6 +106,7 @@ PLIST_VARS+= npapi .include "../../graphics/libwebp/buildlink3.mk" .include "../../textproc/hyphen/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" .if ${OPSYS} != "Darwin" .include "../../multimedia/gst-plugins1-base/buildlink3.mk" --_----------=_168902082778380--