Received: by mail.netbsd.org (Postfix, from userid 605) id A365B84E67; Thu, 9 Jan 2020 14:59:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A4BB84E61 for ; Thu, 9 Jan 2020 14:59:10 +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 lStO85zLkBt0 for ; Thu, 9 Jan 2020 14:59:09 +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 8121C84D43 for ; Thu, 9 Jan 2020 14:59:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7895DFBF4; Thu, 9 Jan 2020 14:59:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157858194952980" MIME-Version: 1.0 Date: Thu, 9 Jan 2020 14:59:09 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2019Q4] pkgsrc/misc/raspberrypi-userland To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20200109145909.7895DFBF4@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. --_----------=_157858194952980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Thu Jan 9 14:59:09 UTC 2020 Modified Files: pkgsrc/misc/raspberrypi-userland [pkgsrc-2019Q4]: Makefile Log Message: Pullup ticket #6114 - requested by nia misc/raspberrypi-userland: build fix Revisions pulled up: - misc/raspberrypi-userland/Makefile 1.17 --- Module Name: pkgsrc Committed By: nia Date: Thu Jan 9 02:06:44 UTC 2020 Modified Files: pkgsrc/misc/raspberrypi-userland: Makefile Log Message: raspberrypi-userland: Needs pkg-config To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.16.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. --_----------=_157858194952980 Content-Disposition: inline Content-Length: 759 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.16 pkgsrc/misc/raspberrypi-userland/Makefile:1.16.4.1 --- pkgsrc/misc/raspberrypi-userland/Makefile:1.16 Sun Nov 3 17:04:26 2019 +++ pkgsrc/misc/raspberrypi-userland/Makefile Thu Jan 9 14:59:09 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/11/03 17:04:26 rillig Exp $ +# $NetBSD: Makefile,v 1.16.4.1 2020/01/09 14:59:09 bsiegert Exp $ # DISTNAME= userland-20170109 @@ -22,7 +22,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+= pkg-config bash:run SUBST_CLASSES+= vc SUBST_STAGE.vc= pre-configure --_----------=_157858194952980--