Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55280 Details for
Bug 87921
app-emulation/bochs: Needed to build bochs with RFB, not x11.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild with rfb support, debugger/ips fixes.
bochs-2.1.1-r1.ebuild (text/plain), 2.52 KB, created by
Alex Stagg
on 2005-04-04 09:09:53 UTC
(
hide
)
Description:
New ebuild with rfb support, debugger/ips fixes.
Filename:
MIME Type:
Creator:
Alex Stagg
Created:
2005-04-04 09:09:53 UTC
Size:
2.52 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.20 2005/03/05 23:56:27 lu_zero Exp $ > >inherit eutils wxwidgets > >DESCRIPTION="a LGPL-ed pc emulator" >HOMEPAGE="http://bochs.sourceforge.net/" >SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz > http://bochs.sourceforge.net/guestos/dlxlinux4.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="x86 ppc alpha sparc ~amd64" >IUSE="rfb x11 sdl wxwindows readline gtk2 bochs-debugger " > >RDEPEND="virtual/libc > x11? ( virtual/x11 ) > sdl? ( media-libs/libsdl ) > wxwindows? ( =x11-libs/wxGTK-2.4* ) > readline? ( sys-libs/readline )" >DEPEND="${RDEPEND} > >=sys-apps/sed-4" > >src_unpack() { ># unpack ${A} > unpack ${P}.tar.gz > cd ${S} ># -e 's:MAN_PAGE_1_LIST=bochs bximage bochs-dlx:MAN_PAGE_1_LIST=bochs bximage:' > sed -i \ > -e "s:\$(WGET) \$(DLXLINUX_TAR_URL):cp ${DISTDIR}/dlxlinux4.tar.gz .:" \ > -e 's:BOCHSDIR=:BOCHSDIR=/usr/lib/bochs#:' \ > -e 's: $(BOCHSDIR): $(DESTDIR)$(BOCHSDIR):g' Makefile.in || \ > die "sed Makefile.in failed" ># epatch ${FILESDIR}/${P}-gcc3.patch || die > #Quick fix for a typo > epatch ${FILESDIR}/${P}-regparm-typo.patch ||die >} > >src_compile() { > use x11 && \ > use wxwindows && \ > if ! use gtk2 ; then > need-wxwidgets gtk > else > need-wxwidgets gtk2 > fi > > myconf="--enable-show-ips" > if [ "$ARCH" == "x86" ]; then > myconf="${myconf} --enable-fast-function-calls" > use x11 && \ > myconf="${myconf} --enable-idle-hack" > fi > myconf="${myconf} `use_with rfb`" > myconf="${myconf} `use_with x11`" > myconf="${myconf} `use_with sdl`" > myconf="${myconf} `use_enable readline`" > use wxwindows && \ > myconf="${myconf} --with-gtk --with-wx" > use wxwindows || \ > myconf="${myconf} --without-gtk --without-wx" > use bochs-debugger && \ > myconf="${myconf} --enable-debugger --enable-disasm > --enable-x86-debugger" > > ./configure \ > --enable-fpu --enable-cdrom --enable-control-panel \ > --enable-usb --enable-pci --enable-mmx --enable-sse\ > --enable-cpu-level=6 --enable-vbe\ > --enable-repeat-speedups --enable-guest2host-tlb \ > --enable-plugins \ > --enable-ignore-bad-msr \ > --enable-ne2000 --enable-sb16=linux --enable-slowdown --prefix=/usr \ > --infodir=/usr/share/info --mandir=/usr/share/man --host=${CHOST} \ > ${myconf} || \ > die "configure failed" > > emake || die "emake failed" >} > >src_install() { > make DESTDIR=${D} install unpack_dlx || die "make install failed" > #workaround > make prefix=${D}/usr install_dlx > > dodoc CHANGES README TESTFORM.txt || die "dodoc failed" >}
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 87921
: 55280