Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B804A84D67 for ; Fri, 1 Sep 2023 14:29:43 +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 6jAM12os-ZmW for ; Fri, 1 Sep 2023 14:29:43 +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 49F0184D41 for ; Fri, 1 Sep 2023 14:29:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4385FFBDB; Fri, 1 Sep 2023 14:29:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169357858344640" MIME-Version: 1.0 Date: Fri, 1 Sep 2023 14:29:43 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/pam-p11 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230901142943.4385FFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169357858344640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Sep 1 14:29:43 UTC 2023 Modified Files: pkgsrc/security/pam-p11: Makefile Log Message: pam-p11: Strip out Werror. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/pam-p11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169357858344640 Content-Disposition: inline Content-Length: 650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/pam-p11/Makefile diff -u pkgsrc/security/pam-p11/Makefile:1.16 pkgsrc/security/pam-p11/Makefile:1.17 --- pkgsrc/security/pam-p11/Makefile:1.16 Wed Jul 12 21:26:14 2023 +++ pkgsrc/security/pam-p11/Makefile Fri Sep 1 14:29:43 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2023/07/12 21:26:14 nia Exp $ +# $NetBSD: Makefile,v 1.17 2023/09/01 14:29:43 nia Exp $ # DISTNAME= pam_p11-0.3.1 @@ -21,6 +21,8 @@ USE_TOOLS+= msgfmt msgmerge xgettext LDFLAGS+= ${BUILDLINK_LDADD.gettext} +BUILDLINK_TRANSFORM+= rm:-Werror + WRKSRC= ${WRKDIR}/${DISTNAME} pre-configure: cd ${WRKSRC} && autoreconf -f -i --_----------=_169357858344640--