Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53631 Details for
Bug 85486
Patch to allow building mono 1.1.4 on PPC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New 1.1.4 ebuild that applies the patch.
mono-1.1.4-r1.ebuild (text/plain), 2.23 KB, created by
Peter Johanson (RETIRED)
on 2005-03-16 08:17:32 UTC
(
hide
)
Description:
New 1.1.4 ebuild that applies the patch.
Filename:
MIME Type:
Creator:
Peter Johanson (RETIRED)
Created:
2005-03-16 08:17:32 UTC
Size:
2.23 KB
patch
obsolete
># 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.4.ebuild,v 1.2 2005/02/22 14:30:10 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 > epatch ${FILESDIR}/${P}-ppc-threadfix.diff || die > > # Fix munging of Unix paths > epatch ${FILESDIR}/${P}-pathfix.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 >} > >src_compile() { > strip-flags > > local myconf="--with-sigaltstack=yes --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 > > # prj2make sources missing from mono-1.1.4 tarball, so we remove the wrapper > # script > rm ${D}/usr/bin/prj2make ${D}/usr/share/man/man1/prj2make.1 > > dodoc AUTHORS ChangeLog NEWS README > docinto docs > dodoc docs/* > docinto libgc > dodoc libgc/ChangeLog >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 85486
:
53629
|
53630
| 53631