Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38953 Details for
Bug 62882
Dosemu ebuild cleanup w/bugfix for 1.2.2, w/version bump to 1.3.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Dosemu version bump.
dosemu-1.3.1.ebuild.patch (text/plain), 1.68 KB, created by
Phillip L
on 2004-09-04 20:46:14 UTC
(
hide
)
Description:
Dosemu version bump.
Filename:
MIME Type:
Creator:
Phillip L
Created:
2004-09-04 20:46:14 UTC
Size:
1.68 KB
patch
obsolete
>--- dosemu-1.2.2.ebuild 2004-07-31 14:29:44.000000000 -0400 >+++ dosemu-1.3.1.ebuild 2004-09-04 23:21:30.000000000 -0400 >@@ -1,14 +1,13 @@ > # Copyright 1999-2004 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.2.2.ebuild,v 1.1 2004/07/31 18:29:44 voxus Exp $ > > inherit flag-o-matic eutils > >-P_FD=dosemu-freedos-b9-bin >+P_FD=dosemu-freedos-b9r5-bin > DESCRIPTION="DOS Emulator" > HOMEPAGE="http://www.dosemu.org/" > SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz >- mirror://sourceforge/dosemu/${P}.tgz" >+ mirror://sourceforge/dosemu/${P}.tgz" > > LICENSE="GPL-2" > SLOT="0" >@@ -20,26 +19,19 @@ > gpm? ( sys-libs/gpm ) > sys-libs/slang" > >-src_unpack() { >- unpack ${P}.tgz >- cd ${S} >- epatch ${FILESDIR}/dosemu-broken-links.diff >- # extract freedos binary >- cd ${S}/src >- unpack ${P_FD}.tgz >-} >- > src_compile() { >- local myflags >+ local myflags="--with-fdtarball=none" > > use X || myflags="${myflags} --with-x=no" > use svga && myflags="${myflags} --enable-use-svgalib" > use gpm || myflags="${myflags} --without-gpm" >+ use debug && myflags="${myflags} --enable-debug" > > # Has problems with -O3 on some systems > replace-flags -O[3-9] -O2 > >- econf ${myflags} || die "DOSemu Base Configuration Failed" >+ econf ${myflags} --sysconfdir=/etc/dosemu \ >+ || die "DOSemu Base Configuration Failed" > > emake || die > } >@@ -50,7 +42,8 @@ > doman man/*.1 > rm -rf ${D}/opt/dosemu/man/ > >- mv ${D}/usr/share/doc/dosemu ${D}/usr/share/doc/${PF} >+ dodoc doc/* >+ rm -rf ${D}/usr/share/doc/dosemu > > # freedos tarball is needed in /usr/share/dosemu > cp ${DISTDIR}/${P_FD}.tgz ${D}/usr/share/dosemu/dosemu-freedos-bin.tgz
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62882
:
38952
| 38953