Received: by mail.netbsd.org (Postfix, from userid 605) id 075FC84CEF; Wed, 4 Jan 2023 10:26:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3695284CD9 for ; Wed, 4 Jan 2023 10:26:36 +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 mJmD3qgsGZoz for ; Wed, 4 Jan 2023 10:26:35 +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 79A1D84C71 for ; Wed, 4 Jan 2023 10:26:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 680CBFA90; Wed, 4 Jan 2023 10:26:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672827995170140" MIME-Version: 1.0 Date: Wed, 4 Jan 2023 10:26:35 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2022Q4] pkgsrc/misc/raspberrypi-userland To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20230104102635.680CBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672827995170140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Wed Jan 4 10:26:35 UTC 2023 Modified Files: pkgsrc/misc/raspberrypi-userland [pkgsrc-2022Q4]: Makefile Log Message: Pullup ticket #6711 - requested by gdt misc/raspberrypi-userland: build fix Revisions pulled up: - misc/raspberrypi-userland/Makefile 1.19 --- Module Name: pkgsrc Committed By: gdt Date: Mon Jan 2 21:03:57 UTC 2023 Modified Files: pkgsrc/misc/raspberrypi-userland: Makefile Log Message: misc/raspberrypi-userland: Needs pkg-config (needs pullup) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.18.4.1 pkgsrc/misc/raspberrypi-userland/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672827995170140 Content-Disposition: inline Content-Length: 769 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/raspberrypi-userland/Makefile diff -u pkgsrc/misc/raspberrypi-userland/Makefile:1.18 pkgsrc/misc/raspberrypi-userland/Makefile:1.18.4.1 --- pkgsrc/misc/raspberrypi-userland/Makefile:1.18 Mon Jul 25 11:12:26 2022 +++ pkgsrc/misc/raspberrypi-userland/Makefile Wed Jan 4 10:26:35 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2022/07/25 11:12:26 wiz Exp $ +# $NetBSD: Makefile,v 1.18.4.1 2023/01/04 10:26:35 bsiegert Exp $ DISTNAME= userland-20170109 PKGREVISION= 3 @@ -21,7 +21,7 @@ USE_LANGUAGES= c c++ USE_CMAKE= yes CMAKE_ARGS+= -DCMAKE_TOOLCHAIN_FILE=${WRKSRC}/makefiles/cmake/toolchains/arm-netbsdelf.cmake -USE_TOOLS+= bash:run +USE_TOOLS+= bash:run pkg-config SUBST_CLASSES+= vc SUBST_STAGE.vc= pre-configure --_----------=_1672827995170140--