Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 719EE63D712 for ; Wed, 8 Feb 2012 00:19:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4A1F714A1BE; Wed, 8 Feb 2012 00:19:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBE3714A1BD for ; Wed, 8 Feb 2012 00:19:43 +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 K5qDzqDvFF0e for ; Wed, 8 Feb 2012 00:19:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5351114A1B8 for ; Wed, 8 Feb 2012 00:19:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AC72E175DD; Wed, 8 Feb 2012 00:19:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 8 Feb 2012 00:19:42 +0000 From: "Steven Drake" Subject: CVS commit: pkgsrc/audio/darkice To: pkgsrc-changes@NetBSD.org Reply-To: sbd@netbsd.org X-Mailer: log_accum Message-Id: <20120208001942.AC72E175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sbd Date: Wed Feb 8 00:19:42 UTC 2012 Modified Files: pkgsrc/audio/darkice: distinfo pkgsrc/audio/darkice/patches: patch-src_Util.cpp Log Message: Comply the the C++ spec by making a variable that is assigned the result of a strchr(const char *, int c) call a constant. (i.e. use obache@ suggestion as a better way to fix the strchr problem.) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/darkice/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/darkice/patches/patch-src_Util.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.