From dc0303d05ab8b27ade702245a1da17afd2e3005c Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 20 Jan 2009 08:23:31 +0000 Subject: Set LC_ALL to C because there are many a-z A-Z regexps that may cause build failures, bug #255379 (Portage version: 2.2_rc23/cvs/Linux x86_64) --- dev-lang/ocaml/ChangeLog | 9 +++++++-- dev-lang/ocaml/ocaml-3.10.2.ebuild | 5 +++-- dev-lang/ocaml/ocaml-3.11.0.ebuild | 5 +++-- 3 files changed, 13 insertions(+), 6 deletions(-) (limited to 'dev-lang/ocaml') diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index 6b6607022214..e27f9889e379 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/ocaml -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.157 2008/12/11 08:24:39 aballier Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.158 2009/01/20 08:23:31 aballier Exp $ + + 20 Jan 2009; Alexis Ballier ocaml-3.10.2.ebuild, + ocaml-3.11.0.ebuild: + Set LC_ALL to C because there are many a-z A-Z regexps that may cause + build failures, bug #255379 11 Dec 2008; Alexis Ballier files/ocaml-rebuild.sh: Simplify ocaml-rebuild.sh: dont clean first and let portage handle the diff --git a/dev-lang/ocaml/ocaml-3.10.2.ebuild b/dev-lang/ocaml/ocaml-3.10.2.ebuild index caa72dd09a84..e28ae5faedf0 100644 --- a/dev-lang/ocaml/ocaml-3.10.2.ebuild +++ b/dev-lang/ocaml/ocaml-3.10.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.10 2008/09/22 18:56:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.2.ebuild,v 1.11 2009/01/20 08:23:31 aballier Exp $ inherit flag-o-matic eutils multilib versionator toolchain-funcs @@ -62,6 +62,7 @@ src_unpack() { } src_compile() { + export LC_ALL=C local myconf="--host ${CHOST}" # dev-lang/ocaml tends to break/give unexpected results with "unsafe" CFLAGS. diff --git a/dev-lang/ocaml/ocaml-3.11.0.ebuild b/dev-lang/ocaml/ocaml-3.11.0.ebuild index 31119940affa..f5ea510e552d 100644 --- a/dev-lang/ocaml/ocaml-3.11.0.ebuild +++ b/dev-lang/ocaml/ocaml-3.11.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild,v 1.1 2008/12/08 08:46:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.11.0.ebuild,v 1.2 2009/01/20 08:23:31 aballier Exp $ inherit flag-o-matic eutils multilib versionator toolchain-funcs @@ -57,6 +57,7 @@ src_unpack() { } src_compile() { + export LC_ALL=C local myconf="--host ${CHOST}" # It doesn't compile on alpha without this LDFLAGS -- cgit v1.2.3-65-gdbad