Received: by mail.netbsd.org (Postfix, from userid 605) id 3048484DCE; Tue, 19 May 2020 20:22:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC69684DCD for ; Tue, 19 May 2020 20:22:16 +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 okvgZJqJ3XUJ for ; Tue, 19 May 2020 20:22:16 +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 0DA1F84D3E for ; Tue, 19 May 2020 20:22:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F065AFB27; Tue, 19 May 2020 20:22:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158991973586230" MIME-Version: 1.0 Date: Tue, 19 May 2020 20:22:15 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/chat/centerim To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200519202215.F065AFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158991973586230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Tue May 19 20:22:15 UTC 2020 Modified Files: pkgsrc/chat/centerim: Makefile Log Message: chat/centerim: document that the package is array[char]-safe To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/chat/centerim/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158991973586230 Content-Disposition: inline Content-Length: 712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/centerim/Makefile diff -u pkgsrc/chat/centerim/Makefile:1.54 pkgsrc/chat/centerim/Makefile:1.55 --- pkgsrc/chat/centerim/Makefile:1.54 Wed May 6 14:04:20 2020 +++ pkgsrc/chat/centerim/Makefile Tue May 19 20:22:15 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2020/05/06 14:04:20 adam Exp $ +# $NetBSD: Makefile,v 1.55 2020/05/19 20:22:15 rillig Exp $ # DISTNAME= centerim-4.22.10 @@ -37,6 +37,9 @@ DEPENDS+= sox>=12.17.4:../../audio/sox CPPFLAGS+= -DAUDIO_PLAYER="\"${LOCALBASE}/bin/play\"" .endif +# 1 safe instance in xmltok.c:1494 +BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts + .if !empty(MACHINE_ARCH:Msparc64) GCC_REQD+= 3.0 # see PR 29185 .endif --_----------=_158991973586230--