diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-04-19 12:01:29 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-04-19 12:01:29 +0000 |
commit | 2ecd366a9354e55c577cfcf02f9cb2210e7d04fe (patch) | |
tree | 26451d72c0dd53d068a675ca22f952967ba23406 /dev-lang | |
parent | Cleanup, added IUSE. (diff) | |
download | historical-2ecd366a9354e55c577cfcf02f9cb2210e7d04fe.tar.gz historical-2ecd366a9354e55c577cfcf02f9cb2210e7d04fe.tar.bz2 historical-2ecd366a9354e55c577cfcf02f9cb2210e7d04fe.zip |
Fix bug #46703
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ocaml/Manifest | 20 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 5 |
3 files changed, 18 insertions, 12 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index e4339dd286f4..8d510766bf3d 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ocaml # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.23 2004/04/17 10:54:45 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.24 2004/04/19 12:01:29 mattam Exp $ + + 19 Apr 2004; Matthieu Sozeau <mattam@gentoo.org> ocaml-3.07-r1.ebuild: + Add fix for bug #46703 17 Apr 2004; Travis Tilley <lv@gentoo.org> ocaml-3.07-r1.ebuild, ocaml-3.07.ebuild: diff --git a/dev-lang/ocaml/Manifest b/dev-lang/ocaml/Manifest index 9b0a92896b0a..328940fa901a 100644 --- a/dev-lang/ocaml/Manifest +++ b/dev-lang/ocaml/Manifest @@ -1,16 +1,16 @@ -MD5 f5d0cff3c779ae588a6855939d8e1fc2 ChangeLog 4485 -MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 -MD5 63301f1ebfcaf547357098bf19882ee9 ocaml-3.06-r1.ebuild 1447 -MD5 d406fcd06916dad24a060949d03c6665 ocaml-3.06-r2.ebuild 1556 -MD5 ccd5e724e14f145640205febac1923f3 ocaml-3.06.ebuild 1378 -MD5 bf207d75dfdafc791b255559567dd27a ocaml-3.07-r1.ebuild 1470 MD5 5bf71e8f4b7590a409713ba8083d7149 ocaml-3.07.ebuild 1371 +MD5 56f07c917c84bc79d56eb68979d0d97d ocaml-3.07-r1.ebuild 1514 MD5 095386f18c0ab5695c93d8369bc1615a ocaml-3.07_beta2.ebuild 1569 +MD5 2d83ddbac6cebac4fc582b0f6d16fff4 ChangeLog 4588 +MD5 d406fcd06916dad24a060949d03c6665 ocaml-3.06-r2.ebuild 1556 +MD5 ccd5e724e14f145640205febac1923f3 ocaml-3.06.ebuild 1378 +MD5 63301f1ebfcaf547357098bf19882ee9 ocaml-3.06-r1.ebuild 1447 +MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 +MD5 91579cecf8659312c2324d8d40709433 files/ocaml-3.06-sparc-configure.patch 1660 MD5 30ac0d14e37ff0be57927d84e4e7e1c6 files/digest-ocaml-3.06 197 -MD5 13c4abf06e236e8835011a387f90ecc9 files/digest-ocaml-3.06-r1 63 MD5 13c4abf06e236e8835011a387f90ecc9 files/digest-ocaml-3.06-r2 63 -MD5 6e02dcc33419f9e035b77ff4a0104e8b files/digest-ocaml-3.07 63 MD5 c42de320103c2d3eb1aa4002e2e0716b files/digest-ocaml-3.07-r1 130 -MD5 775d7436073205d935d3979a326b0729 files/digest-ocaml-3.07_beta2 68 -MD5 91579cecf8659312c2324d8d40709433 files/ocaml-3.06-sparc-configure.patch 1660 +MD5 6e02dcc33419f9e035b77ff4a0104e8b files/digest-ocaml-3.07 63 +MD5 13c4abf06e236e8835011a387f90ecc9 files/digest-ocaml-3.06-r1 63 MD5 4df214d6cd74b3c5955d868879dd6cc7 files/ocaml-3.06-tcltk-8.4compat-patch.bz2 639 +MD5 775d7436073205d935d3979a326b0729 files/digest-ocaml-3.07_beta2 68 diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index 069d6d04d1c1..d615814313ae 100644 --- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.4 2004/04/17 10:54:45 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.5 2004/04/19 12:01:29 mattam Exp $ inherit flag-o-matic eutils @@ -36,6 +36,9 @@ src_compile() { myconf="${myconf} -host sparc-unknown-linux-gnu" fi + # Fix for bug #46703 + export LC_ALL=C + ./configure -prefix /usr \ -bindir /usr/bin \ -libdir /usr/lib/ocaml \ |