Received: by mail.netbsd.org (Postfix, from userid 605) id 7294084D6A; Fri, 4 Jun 2021 16:06:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB88A84CBC for ; Fri, 4 Jun 2021 16:06:11 +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 UX8AUViY6GeK for ; Fri, 4 Jun 2021 16:06:11 +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 38A0884D43 for ; Fri, 4 Jun 2021 16:06:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C2B5FA95; Fri, 4 Jun 2021 16:06:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622822771272420" MIME-Version: 1.0 Date: Fri, 4 Jun 2021 16:06:11 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/nbpatch To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20210604160611.2C2B5FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622822771272420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Jun 4 16:06:11 UTC 2021 Modified Files: pkgsrc/devel/nbpatch: Makefile Log Message: nbpatch: Needs C99. Fixes PR#56033. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/nbpatch/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622822771272420 Content-Disposition: inline Content-Length: 639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/nbpatch/Makefile diff -u pkgsrc/devel/nbpatch/Makefile:1.11 pkgsrc/devel/nbpatch/Makefile:1.12 --- pkgsrc/devel/nbpatch/Makefile:1.11 Sun Jan 26 17:31:00 2020 +++ pkgsrc/devel/nbpatch/Makefile Fri Jun 4 16:06:11 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/01/26 17:31:00 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2021/06/04 16:06:11 jperkin Exp $ # DISTNAME= nbpatch-20151107 @@ -13,6 +13,7 @@ COMMENT= Patch files using diff output # Allow checkperms and other core dependencies to use patches CHECK_PERMS= no +USE_LANGUAGES= c99 USE_BSD_MAKEFILE= yes USE_FEATURES= nbcompat --_----------=_1622822771272420--