Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=tQKajAL+; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=pYIuqe0P Received: by mail.netbsd.org (Postfix, from userid 605) id A3C5584E55; Tue, 12 Mar 2024 17:50:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710265828; bh=WDiz17tKoXSnq58d8Nu/anyFGov6e+rR/YIcNH87m9Y=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=tQKajAL+zGGpmsdFyeb7QbI7HUb3xYppamEyVF1pHYxVhJsT2fX7b9Cl8JRnVq6vb 7qjPBGQ7RO6i7FmGLPo1chGYYtCEIDD7A/UVi4WluYhhwkivekjqRORARE1olNiCxi 6tQqfXtCLjhcnMDadUehHQbVNOK65sfPj0NkV5JU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96F8784D3E for ; Tue, 12 Mar 2024 17:50:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id cKAQuxqPnioS for ; Tue, 12 Mar 2024 17:50:27 +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 E975C84CD0 for ; Tue, 12 Mar 2024 17:50:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710265827; bh=WDiz17tKoXSnq58d8Nu/anyFGov6e+rR/YIcNH87m9Y=; h=Date:From:Subject:To:Reply-To; b=pYIuqe0PESUEOT56AZdX0KVfiPA1hFlbXWhziZXngB5jFwrgSoUenQ0XgP8izHb6L 5NLRTdtaoXN4QDI4vpzux7VRZIKc4JX1uJsgZqMu83a6iPk85XDgyMKSRzzZMW4lc4 JSSSerNNzOS79KxOGNBY3i7u0nIBwsaPd1hNXbUA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id E00F7FA2C; Tue, 12 Mar 2024 17:50:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17102658263400" MIME-Version: 1.0 Date: Tue, 12 Mar 2024 17:50:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240312175026.E00F7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17102658263400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Mar 12 17:50:26 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + gprbuild To generate a diff of this commit: cvs rdiff -u -r1.4190 -r1.4191 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17102658263400 Content-Disposition: inline Content-Length: 785 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4190 pkgsrc/devel/Makefile:1.4191 --- pkgsrc/devel/Makefile:1.4190 Sat Mar 2 19:24:03 2024 +++ pkgsrc/devel/Makefile Tue Mar 12 17:50:26 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4190 2024/03/02 19:24:03 schmonz Exp $ +# $NetBSD: Makefile,v 1.4191 2024/03/12 17:50:26 wiz Exp $ # COMMENT= Development utilities @@ -482,6 +482,7 @@ SUBDIR+= gotests SUBDIR+= govulncheck SUBDIR+= gperf SUBDIR+= gperftools +SUBDIR+= gprbuild SUBDIR+= gputils SUBDIR+= gradle SUBDIR+= grantlee @@ -1156,7 +1157,6 @@ SUBDIR+= netcdf SUBDIR+= netcdf-cxx SUBDIR+= netcdf-fortran SUBDIR+= newfile -#SUBDIR+= nextpnr # shared files for other packages SUBDIR+= nextpnr-ice40 SUBDIR+= ninja-build SUBDIR+= ninka --_----------=_17102658263400--