Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52C1185006 for ; Thu, 9 Nov 2023 19:45:47 +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 0xZTa-qM3ZFb for ; Thu, 9 Nov 2023 19:45:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DA75E84D66 for ; Thu, 9 Nov 2023 19:45:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3D91FA2F; Thu, 9 Nov 2023 19:45:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699559146107100" MIME-Version: 1.0 Date: Thu, 9 Nov 2023 19:45:46 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/p11-kit To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20231109194546.D3D91FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699559146107100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Nov 9 19:45:46 UTC 2023 Modified Files: pkgsrc/security/p11-kit: Makefile Log Message: p11-kit: Set USE_FEATURES. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/p11-kit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699559146107100 Content-Disposition: inline Content-Length: 617 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p11-kit/Makefile diff -u pkgsrc/security/p11-kit/Makefile:1.27 pkgsrc/security/p11-kit/Makefile:1.28 --- pkgsrc/security/p11-kit/Makefile:1.27 Wed Jul 5 20:02:42 2023 +++ pkgsrc/security/p11-kit/Makefile Thu Nov 9 19:45:46 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2023/07/05 20:02:42 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2023/11/09 19:45:46 nia Exp $ DISTNAME= p11-kit-0.25.0 CATEGORIES= security @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes USE_LANGUAGES= c99 USE_LIBTOOL= yes USE_TOOLS+= pkg-config readlink +USE_FEATURES+= strndup strnlen TEST_TARGET= check --_----------=_1699559146107100--