Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38952 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]
Ebuild cleanup, FreeDOS version bump & bugfix
dosemu-1.2.2-r1.ebuild.patch (text/plain), 1.42 KB, created by
Phillip L
on 2004-09-04 20:45:11 UTC
(
hide
)
Description:
Ebuild cleanup, FreeDOS version bump & bugfix
Filename:
MIME Type:
Creator:
Phillip L
Created:
2004-09-04 20:45:11 UTC
Size:
1.42 KB
patch
obsolete
>--- dosemu-1.2.2.ebuild 2004-07-31 14:29:44.000000000 -0400 >+++ dosemu-1.2.2-r1.ebuild 2004-09-04 23:36:24.041173672 -0400 >@@ -4,7 +4,7 @@ > > 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 >@@ -12,7 +12,7 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="-* ~x86" >+KEYWORDS="-* x86" > IUSE="X svga gpm" > > DEPEND="X? ( virtual/x11 ) >@@ -24,22 +24,21 @@ > 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 +49,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