Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 4076863BA27 for ; Fri, 13 Jul 2012 08:16:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8A18E14A3E5; Fri, 13 Jul 2012 08:16:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 914FB14A3D8 for ; Fri, 13 Jul 2012 08:16:01 +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 dCHxzk-2Qk_j for ; Fri, 13 Jul 2012 08:16:00 +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 8285E14A3DB for ; Fri, 13 Jul 2012 08:16:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6A5CE175DD; Fri, 13 Jul 2012 08:16:00 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 13 Jul 2012 08:16:00 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/news/pan To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20120713081600.6A5CE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Fri Jul 13 08:16:00 UTC 2012 Modified Files: pkgsrc/news/pan: distinfo pkgsrc/news/pan/patches: patch-pan_usenet-utils_mime-utils.cc Log Message: news/pan: break caused by NetBSD iconv patch There have been several packages with patches that directly change an iconv function without the use of a __NetBSD__ macro. This is a NetBSD- specific modification and changing iconv to match the NetBSD prototype breaks the package on other platforms. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/news/pan/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/news/pan/patches/patch-pan_usenet-utils_mime-utils.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.