Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 619E663BA6C for ; Tue, 3 Jul 2012 18:37:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3FF6114A275; Tue, 3 Jul 2012 18:37:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6DCAB14A273 for ; Tue, 3 Jul 2012 18:37:27 +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 YUZMl0GCe9Uv for ; Tue, 3 Jul 2012 18:37:26 +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 DDE0B14A259 for ; Tue, 3 Jul 2012 18:37:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D6352175DD; Tue, 3 Jul 2012 18:37:26 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 3 Jul 2012 18:37:26 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/icu To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20120703183726.D6352175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Tue Jul 3 18:37:26 UTC 2012 Modified Files: pkgsrc/textproc/icu: Makefile PLIST distinfo pkgsrc/textproc/icu/patches: patch-common_unicode_platform.h Log Message: Changes 49.1.2: * 9242 ICU4C fails to parse pattern containing EEE properly whilst ICU4J parses it successfully * 9258 Number format performance * 9283 uregex_open fails for look-behind assertion + case-insensitive * 9284 Date format roundtrip test failure * 9295 HPPA endianness detection * 9313 Problem building ICU4C with Cygwin/MSVC * 9332 Linux s390 endianness detection * 9336 Problem building ICU4C 49.1.1 on zOS To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 pkgsrc/textproc/icu/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/icu/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/icu/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/textproc/icu/patches/patch-common_unicode_platform.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.