Received: by mail.netbsd.org (Postfix, from userid 605) id EBC7284E9B; Mon, 27 Feb 2023 21:58:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24BF284E80 for ; Mon, 27 Feb 2023 21:58:19 +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 OKmEJilAsSH3 for ; Mon, 27 Feb 2023 21:58:18 +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 783F384C2C for ; Mon, 27 Feb 2023 21:58:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FCD2FA90; Mon, 27 Feb 2023 21:58:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1677535098176250" MIME-Version: 1.0 Date: Mon, 27 Feb 2023 21:58:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/userspace-rcu To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230227215818.6FCD2FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1677535098176250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Feb 27 21:58:18 UTC 2023 Modified Files: pkgsrc/devel/userspace-rcu: Makefile Log Message: userspace-rcu: fix pattern NetBSD 10 is supposed to be supported To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/userspace-rcu/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1677535098176250 Content-Disposition: inline Content-Length: 753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/userspace-rcu/Makefile diff -u pkgsrc/devel/userspace-rcu/Makefile:1.14 pkgsrc/devel/userspace-rcu/Makefile:1.15 --- pkgsrc/devel/userspace-rcu/Makefile:1.14 Wed Jul 1 00:40:48 2020 +++ pkgsrc/devel/userspace-rcu/Makefile Mon Feb 27 21:58:18 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2020/07/01 00:40:48 manu Exp $ +# $NetBSD: Makefile,v 1.15 2023/02/27 21:58:18 wiz Exp $ # DISTNAME= userspace-rcu-0.12.1 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake pkg-config # liburcu requires thread local storage support; thus, # only NetBSD-6 or later is supported. -NOT_FOR_PLATFORM= NetBSD-[0-5]*-* +NOT_FOR_PLATFORM= NetBSD-[0-5].*-* PKGCONFIG_OVERRIDE+= liburcu-bp.pc.in PKGCONFIG_OVERRIDE+= liburcu-cds.pc.in --_----------=_1677535098176250--