diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-05-28 16:48:29 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-05-28 16:48:29 +0000 |
commit | eff6db78082c9659517a256dda4c23278bfab788 (patch) | |
tree | c25c9ac5298fbb8ed0189bd2930255981727cb2a | |
parent | Fixes BUG #51942 (filtering -fPIC on amd64). (diff) | |
download | historical-eff6db78082c9659517a256dda4c23278bfab788.tar.gz historical-eff6db78082c9659517a256dda4c23278bfab788.tar.bz2 historical-eff6db78082c9659517a256dda4c23278bfab788.zip |
Masked on amd64. Bad object code causes segfaults on amd64. see BUG #37826.
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ocaml/Manifest | 20 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07_beta2.ebuild | 4 |
5 files changed, 22 insertions, 17 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index ec32edc226d0..00158a0eb498 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,11 @@ # 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.28 2004/05/15 00:54:04 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.29 2004/05/28 16:48:29 kugelfang Exp $ + + 28 May 2004; Danny van Dyk <kugelfang@gentoo.org> ocaml-3.07-r1.ebuild, + ocaml-3.07.ebuild, ocaml-3.07_beta2.ebuild: + Marked ocaml -amd64. Produces bad object code that causes segfaults under + certain conditions. This happens only on amd64. 15 May 2004; Bryan Østergaard <kloeri@gentoo.org> ocaml-3.07-r1.ebuild: Stable on alpha. diff --git a/dev-lang/ocaml/Manifest b/dev-lang/ocaml/Manifest index e7fae2bd57c4..f690382b0e6a 100644 --- a/dev-lang/ocaml/Manifest +++ b/dev-lang/ocaml/Manifest @@ -1,17 +1,17 @@ -MD5 1bf8fea6e7407be17606533015290a0b ocaml-3.07-r1.ebuild 1573 -MD5 095386f18c0ab5695c93d8369bc1615a ocaml-3.07_beta2.ebuild 1569 -MD5 5bf71e8f4b7590a409713ba8083d7149 ocaml-3.07.ebuild 1371 -MD5 d406fcd06916dad24a060949d03c6665 ocaml-3.06-r2.ebuild 1556 +MD5 25929a2e7587a1d3ffb2cf6496286c6f ChangeLog 5269 MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 MD5 63301f1ebfcaf547357098bf19882ee9 ocaml-3.06-r1.ebuild 1447 -MD5 c1d05d52540916eb201b31e61df40cde ChangeLog 5019 +MD5 d406fcd06916dad24a060949d03c6665 ocaml-3.06-r2.ebuild 1556 MD5 ccd5e724e14f145640205febac1923f3 ocaml-3.06.ebuild 1378 -MD5 775d7436073205d935d3979a326b0729 files/digest-ocaml-3.07_beta2 68 +MD5 22f6e1455f95866b35debbe7aa86a7fb ocaml-3.07-r1.ebuild 1577 +MD5 5beb2ef2fb1fd279c891359facc7b1e8 ocaml-3.07.ebuild 1378 +MD5 5ef3444657ee55374747dc9de6b93bec ocaml-3.07_beta2.ebuild 1576 MD5 30ac0d14e37ff0be57927d84e4e7e1c6 files/digest-ocaml-3.06 197 -MD5 4df214d6cd74b3c5955d868879dd6cc7 files/ocaml-3.06-tcltk-8.4compat-patch.bz2 639 -MD5 6e02dcc33419f9e035b77ff4a0104e8b files/digest-ocaml-3.07 63 -MD5 91579cecf8659312c2324d8d40709433 files/ocaml-3.06-sparc-configure.patch 1660 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 4df214d6cd74b3c5955d868879dd6cc7 files/ocaml-3.06-tcltk-8.4compat-patch.bz2 639 MD5 45ff13419dd955aa86d021abbf325fc2 files/ocaml-3.07-hppa.patch 15730 -MD5 13c4abf06e236e8835011a387f90ecc9 files/digest-ocaml-3.06-r2 63 diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index 4b98850cbed0..7bb524359421 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.9 2004/05/15 00:54:04 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.10 2004/05/28 16:48:29 kugelfang Exp $ inherit flag-o-matic eutils @@ -12,7 +12,7 @@ SRC_URI="http://caml.inria.fr/distrib/${P}/${P}.tar.gz LICENSE="QPL-1.0 LGPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc alpha ~ia64 ~amd64 hppa" +KEYWORDS="~x86 ~sparc ~ppc alpha ~ia64 -amd64 hppa" IUSE="tcltk" DEPEND="virtual/glibc diff --git a/dev-lang/ocaml/ocaml-3.07.ebuild b/dev-lang/ocaml/ocaml-3.07.ebuild index 4bc86532c897..2a5438aff782 100644 --- a/dev-lang/ocaml/ocaml-3.07.ebuild +++ b/dev-lang/ocaml/ocaml-3.07.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.ebuild,v 1.4 2004/04/17 10:54:45 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07.ebuild,v 1.5 2004/05/28 16:48:29 kugelfang Exp $ inherit flag-o-matic eutils @@ -11,7 +11,7 @@ SRC_URI="http://caml.inria.fr/distrib/${P}/${P}.tar.gz" LICENSE="QPL-1.0 LGPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" +KEYWORDS="~x86 ~sparc ~ppc ~alpha -amd64" IUSE="tcltk" DEPEND="virtual/glibc diff --git a/dev-lang/ocaml/ocaml-3.07_beta2.ebuild b/dev-lang/ocaml/ocaml-3.07_beta2.ebuild index 4154cd3178a3..995bc699d822 100644 --- a/dev-lang/ocaml/ocaml-3.07_beta2.ebuild +++ b/dev-lang/ocaml/ocaml-3.07_beta2.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_beta2.ebuild,v 1.5 2004/04/17 10:54:45 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07_beta2.ebuild,v 1.6 2004/05/28 16:48:29 kugelfang Exp $ inherit flag-o-matic eutils @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${MyPV}" LICENSE="QPL-1.0 LGPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" +KEYWORDS="~x86 ~sparc ~ppc ~alpha -amd64" IUSE="tcltk" DEPEND="virtual/glibc |