summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-03-31 02:27:56 +0000
committerPeter Johanson <latexer@gentoo.org>2005-03-31 02:27:56 +0000
commitcada74e4fb3d6b16e22514a1a2184df50f8c6298 (patch)
treea7883488723a523d54a342a08a0ecc8ca5522471 /dev-lang/mono
parentMove 2004a-r1 to stable x86. (diff)
downloadhistorical-cada74e4fb3d6b16e22514a1a2184df50f8c6298.tar.gz
historical-cada74e4fb3d6b16e22514a1a2184df50f8c6298.tar.bz2
historical-cada74e4fb3d6b16e22514a1a2184df50f8c6298.zip
Revision bump to disable sigaltstack. It's broken horribly, and definitely doesn't warrant a local USE flag.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lang/mono')
-rw-r--r--dev-lang/mono/ChangeLog8
-rw-r--r--dev-lang/mono/Manifest4
-rw-r--r--dev-lang/mono/files/digest-mono-1.1.5-r11
-rw-r--r--dev-lang/mono/mono-1.1.5-r1.ebuild94
4 files changed, 105 insertions, 2 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index baff31ec430c..59255f6abf1a 100644
--- a/dev-lang/mono/ChangeLog
+++ b/dev-lang/mono/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/mono
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.36 2005/03/28 02:58:19 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.37 2005/03/31 02:27:56 latexer Exp $
+
+*mono-1.1.5-r1 (30 Mar 2005)
+
+ 30 Mar 2005; Peter Johanson <latexer@gentoo.org> +mono-1.1.5-r1.ebuild:
+ Revision bump to disable sigaltstack. It's broken horribly, and definitely
+ doesn't warrant a local USE flag.
27 Mar 2005; Peter Johanson <latexer@gentoo.org>
+files/mono-1.1.5-icu-linking.diff, mono-1.1.5.ebuild:
diff --git a/dev-lang/mono/Manifest b/dev-lang/mono/Manifest
index 88ffd4049fd5..426c33b4e5c1 100644
--- a/dev-lang/mono/Manifest
+++ b/dev-lang/mono/Manifest
@@ -1,10 +1,11 @@
MD5 dc4d953a71c347e45d1cc5f99a4722ad mono-1.1.5.ebuild 2435
MD5 5c7a4c0458aa7e08da7f5572a6d215f5 mono-1.0.4.ebuild 1507
+MD5 6a1e29be22bacaa8b7bb26fa894bb39d mono-1.1.5-r1.ebuild 2415
MD5 ebddf7f07919de9d3b279d55d0f577df mono-1.0.4-r1.ebuild 2111
MD5 c69ad4a401355c5a7f29cb0f2de55ae2 mono-1.0.5-r5.ebuild 3931
MD5 e4d80474cce3145601e84a16325b3aaa mono-1.0.6.ebuild 3908
MD5 fc071f649fb4cf6711c8ca4ec3466219 mono-1.1.4.ebuild 1844
-MD5 ec65d55fd31a80d4aa37b833aa23d9fa ChangeLog 14650
+MD5 dcc7d133cbf4f7f0da4e6e8a3d340174 ChangeLog 14868
MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159
MD5 e8acd8bc997d82f676be5cf2057d3d25 files/dotnet.conf 570
MD5 6e11372f48bd32e76012be8aae54e594 files/dotnet.init 1031
@@ -16,6 +17,7 @@ MD5 c9963606d2ccf69b09fdd7b4fc247d78 files/digest-mono-1.1.5 64
MD5 ca0f98ff16ba20d2ff9af83580ad0db8 files/mono-1.1.5-r42108.diff 496
MD5 2cef534891ce7b0c980d5615ae1397af files/digest-mono-1.0.4-r1 64
MD5 9e2e1b58a310e4236f757e683b71c879 files/digest-mono-1.0.5-r5 127
+MD5 c9963606d2ccf69b09fdd7b4fc247d78 files/digest-mono-1.1.5-r1 64
MD5 48284ee0228c56980a839fb245258db7 files/mcs-1.0.5-pathfix.diff 628
MD5 08f6767a7160565ad6796eee60e412cb files/mono-1.1.5-r42122.diff 1037
MD5 046e84a24a93a7c5c1b6a6c4e8cf3fed files/mono-1.1.5-icu-linking.diff 468
diff --git a/dev-lang/mono/files/digest-mono-1.1.5-r1 b/dev-lang/mono/files/digest-mono-1.1.5-r1
new file mode 100644
index 000000000000..0c20ed385f1e
--- /dev/null
+++ b/dev-lang/mono/files/digest-mono-1.1.5-r1
@@ -0,0 +1 @@
+MD5 a4a0878ca1964a2a27db88dc0b9edb57 mono-1.1.5.tar.gz 13689959
diff --git a/dev-lang/mono/mono-1.1.5-r1.ebuild b/dev-lang/mono/mono-1.1.5-r1.ebuild
new file mode 100644
index 000000000000..ec3ec3c5f312
--- /dev/null
+++ b/dev-lang/mono/mono-1.1.5-r1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.5-r1.ebuild,v 1.1 2005/03/31 02:27:56 latexer Exp $
+
+inherit eutils mono flag-o-matic
+
+DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
+HOMEPAGE="http://www.go-mono.com/"
+SRC_URI="http://www.go-mono.com/archive/${PV}/${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 LGPL-2 X11)"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+IUSE="nptl icu"
+
+DEPEND="virtual/libc
+ >=dev-libs/glib-2.0
+ !<dev-dotnet/pnet-0.6.12
+ nptl? ( >=sys-devel/gcc-3.3.5-r1 )
+ icu? ( >=dev-libs/icu-2.6.2 )
+ ppc? (
+ >=sys-devel/gcc-3.2.3-r4
+ >=sys-libs/glibc-2.3.3_pre20040420
+ )"
+RDEPEND="${DEPEND}
+ dev-util/pkgconfig
+ dev-libs/libxml2"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i "s: -fexceptions::" ${S}/libgc/configure.host || die
+
+ # Fix munging of Unix paths
+ epatch ${FILESDIR}/${P}-pathfix.diff || die
+
+ # Fix for linking to ICU
+ epatch ${FILESDIR}/${P}-icu-linking.diff || die
+
+ # Various fixes from SVN.
+ epatch ${FILESDIR}/${P}-r42108.diff || die
+ epatch ${FILESDIR}/${P}-r42122.diff || die
+
+ # Ugly sed to replace windows path with *nix equivalent
+ for file in $(find ${S}/mcs/nunit20 -name AssemblyInfo.cs)
+ do
+ sed -i "s:\.\.\\\\\\\\:../:g" "${file}"
+ done
+
+ # Fix MONO_CFG_DIR for signing
+ sed -i \
+ "s:^\t\(MONO_PATH.*)\):\tMONO_CFG_DIR='${D}/etc/' \1:" \
+ ${S}/mcs/build/library.make || die
+
+ libtoolize --copy --force || die "libtoolize failed"
+ aclocal || die "aclocal failed"
+ autoconf || die "autoconf failed"
+ automake || die "automake failed"
+}
+
+src_compile() {
+ strip-flags
+
+ local myconf="--with-preview=yes"
+ # This will be the setup when this hopefully goes into the tree
+ #local myconf="--with-sigaltstack=yes"
+ if use nptl && have_NPTL
+ then
+ myconf="${myconf} --with-tls=__thread"
+ else
+ myconf="${myconf} --with-tls=pthread"
+ fi
+
+ econf ${myconf} $(use_with icu) || die
+ emake -j1 || die "MONO compilation failure"
+}
+
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ # Fix incorrect path to makecert EXE file
+ sed -i "s:makecert.exe:MakeCert.exe:" ${D}/usr/bin/makecert || die
+
+ # monoresgen script is broken. It should be symlink to /usr/bin/resgen
+ rm ${D}/usr/bin/monoresgen || die
+ dosym /usr/bin/resgen /usr/bin/monoresgen
+
+ dodoc AUTHORS ChangeLog NEWS README
+ docinto docs
+ dodoc docs/*
+ docinto libgc
+ dodoc libgc/ChangeLog
+}