Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 449041A9239 for ; Fri, 17 Dec 2021 20:10:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 83A2284EC0; Fri, 17 Dec 2021 20:10:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE46584E58 for ; Fri, 17 Dec 2021 20:10:25 +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 hpVOeZNrqpgB for ; Fri, 17 Dec 2021 20:10:25 +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 1A26C84D8C for ; Fri, 17 Dec 2021 20:10:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17AA1FAEC; Fri, 17 Dec 2021 20:10:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639771825143210" MIME-Version: 1.0 Date: Fri, 17 Dec 2021 20:10:25 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/x11/qt5-qtwebengine To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20211217201025.17AA1FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639771825143210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Fri Dec 17 20:10:25 UTC 2021 Modified Files: pkgsrc/x11/qt5-qtwebengine: Makefile Log Message: qt5-qtwebengine: use pciutils mk fragment to find pciutils soname To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/qt5-qtwebengine/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639771825143210 Content-Disposition: inline Content-Length: 1054 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qt5-qtwebengine/Makefile diff -u pkgsrc/x11/qt5-qtwebengine/Makefile:1.10 pkgsrc/x11/qt5-qtwebengine/Makefile:1.11 --- pkgsrc/x11/qt5-qtwebengine/Makefile:1.10 Wed Dec 8 16:07:12 2021 +++ pkgsrc/x11/qt5-qtwebengine/Makefile Fri Dec 17 20:10:24 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2021/12/08 16:07:12 adam Exp $ +# $NetBSD: Makefile,v 1.11 2021/12/17 20:10:24 maya Exp $ DISTNAME= qtwebengine-everywhere-src-${QTVERSION} PKGNAME= qt5-qtwebengine-${QTVERSION} @@ -92,8 +92,9 @@ PYTHON_FOR_BUILD_ONLY= tool .include "../../print/libcups/buildlink3.mk" .include "../../print/poppler-cpp/buildlink3.mk" .include "../../sysutils/pciutils/buildlink3.mk" +.include "../../sysutils/pciutils/libname.mk" # Use -lpciutils instead of -lpci for pkgsrc. -BUILDLINK_TRANSFORM+= l:pci:pciutils +BUILDLINK_TRANSFORM+= l:pci:${PCIUTILS_LIBNAME} .include "../../textproc/icu/buildlink3.mk" .include "../../textproc/jsoncpp/buildlink3.mk" # needs libxml2 built with icu option, which is not default in pkgsrc --_----------=_1639771825143210--