From owner-cvs-all@FreeBSD.ORG Tue Nov 7 19:14:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4F816A403; Tue, 7 Nov 2006 19:14:26 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF58B43D45; Tue, 7 Nov 2006 19:14:25 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA7JEPfc026571; Tue, 7 Nov 2006 19:14:25 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA7JEPUb026570; Tue, 7 Nov 2006 19:14:25 GMT (envelope-from mi) Message-Id: <200611071914.kA7JEPUb026570@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 7 Nov 2006 19:14:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/icu Makefile ports/devel/icu/files patch-intltest X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 19:14:26 -0000 mi 2006-11-07 19:14:25 UTC FreeBSD ports repository Modified files: devel/icu Makefile Added files: devel/icu/files patch-intltest Log: Add a patch to fix test-failures in some "exotic" locales (obtained from ICU): PR: 102629 Make sure to use not only "-O2", but also "-fno-strict-aliasing" -- but only when using the "stock" cc/c++ as the newer gcc-4.x does not seem to exhibit a problem. This seems to help the test-exposed miscompilations. PR: 103255 Revision Changes Path 1.23 +8 -2 ports/devel/icu/Makefile 1.1 +64 -0 ports/devel/icu/files/patch-intltest (new)