Received: by mail.netbsd.org (Postfix, from userid 605) id A296D84E57; Thu, 29 Feb 2024 07:51:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709193087; bh=ktHVBwOt1aqbZFiVBPvJFnq9FFTid1NZ9EP7quQ34ew=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2Ll4kQyuK1xciTWu6PJOWHbj58DdQHVKSCpGuHnGDQYzeqQIDNdTXrJmHKFnK6v4C x0zd4QCu4+RqSAPTLSBB06GrPp/FRGQM+YmgxyUCpDCZ/NuRSyY6iFzJuC8taz5wkB lfFseuzI75IDjTGAt0A5iSGZOfyIA4VQKwG5QvhU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 87CFD84D0E for ; Thu, 29 Feb 2024 07:51:26 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id C0DoZiM1vFai for ; Thu, 29 Feb 2024 07:51:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1A60B84CF8 for ; Thu, 29 Feb 2024 07:51:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709193086; bh=ktHVBwOt1aqbZFiVBPvJFnq9FFTid1NZ9EP7quQ34ew=; h=Date:From:Subject:To:Reply-To; b=R5RTcG+X8HVGbKHE2mQlbSDoU3dvcKAiL3/76qe3j78d0utWHXOtcLBQYTtVZfO43 zbgcONwJfkzflAGL59qL1Fwp1w6pLEDrRkIs2wG/V7mfP947Q5hNA0VlC5HZFxsTXT HGgiNYR7o0Nt3rqCEjvigYx5FgMG2lpej41cEeMY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 111AEFA27; Thu, 29 Feb 2024 07:51:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709193086131540" MIME-Version: 1.0 Date: Thu, 29 Feb 2024 07:51: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: <20240229075126.111AEFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709193086131540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Feb 29 07:51:25 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: comment out nextpnr, does not contain a package To generate a diff of this commit: cvs rdiff -u -r1.4187 -r1.4188 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709193086131540 Content-Disposition: inline Content-Length: 634 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4187 pkgsrc/devel/Makefile:1.4188 --- pkgsrc/devel/Makefile:1.4187 Wed Feb 28 06:31:57 2024 +++ pkgsrc/devel/Makefile Thu Feb 29 07:51:25 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4187 2024/02/28 06:31:57 thorpej Exp $ +# $NetBSD: Makefile,v 1.4188 2024/02/29 07:51:25 wiz Exp $ # COMMENT= Development utilities @@ -1155,7 +1155,7 @@ SUBDIR+= netcdf SUBDIR+= netcdf-cxx SUBDIR+= netcdf-fortran SUBDIR+= newfile -SUBDIR+= nextpnr +#SUBDIR+= nextpnr # shared files for other packages SUBDIR+= nextpnr-ice40 SUBDIR+= ninja-build SUBDIR+= ninka --_----------=_1709193086131540--