summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-02-01 03:22:05 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-02-01 03:22:05 +0000
commit2debb0e57f6f81dbcefa7c3f849cdd05e77782d8 (patch)
treef788931f746a5c0c76c772e0986b2b0036aa48aa /app-emulation/bochs
parentNew Maintainer->Check changelog (diff)
downloadhistorical-2debb0e57f6f81dbcefa7c3f849cdd05e77782d8.tar.gz
historical-2debb0e57f6f81dbcefa7c3f849cdd05e77782d8.tar.bz2
historical-2debb0e57f6f81dbcefa7c3f849cdd05e77782d8.zip
Typo fix
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r--app-emulation/bochs/ChangeLog7
-rw-r--r--app-emulation/bochs/Manifest19
-rw-r--r--app-emulation/bochs/bochs-2.1.1.ebuild4
-rw-r--r--app-emulation/bochs/files/bochs-2.1.1-regparm-typo.patch11
4 files changed, 25 insertions, 16 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog
index 15db9b86e505..8a5fe7f30397 100644
--- a/app-emulation/bochs/ChangeLog
+++ b/app-emulation/bochs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/bochs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.37 2005/01/09 10:44:35 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.38 2005/02/01 03:22:05 lu_zero Exp $
+
+ 01 Feb 2005; Luca Barbato <lu_zero@gentoo.org>
+ +files/bochs-2.1.1-regparm-typo.patch, bochs-2.1.1.ebuild:
+ Fix a tipo in the fpu code, solves bug #58827, thanks to Christian Adaker
+ <christianadaker@hotmail.com>
09 Jan 2005; Sven Wegener <swegener@gentoo.org> bochs-2.1.1.ebuild,
bochs-2.1.ebuild:
diff --git a/app-emulation/bochs/Manifest b/app-emulation/bochs/Manifest
index 069ea882849a..074f7ba3e457 100644
--- a/app-emulation/bochs/Manifest
+++ b/app-emulation/bochs/Manifest
@@ -1,16 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 eedd131c853e1045ed3027238fe30d3f bochs-2.1.1.ebuild 2343
-MD5 b378526dea0a003eeab6481bd2020897 bochs-2.1.ebuild 2144
-MD5 4ce31434e8d1f6e87e63faea3cce7f89 ChangeLog 3966
MD5 898131aae735c3477ff2f9c6882f1178 metadata.xml 223
-MD5 207a406a1a47e2650e396ea0976f5206 files/digest-bochs-2.1.1 126
+MD5 b378526dea0a003eeab6481bd2020897 bochs-2.1.ebuild 2144
+MD5 eee4d8f7a7278d4934323233b5ff3fcc bochs-2.1.1.ebuild 2415
+MD5 75ff008973977dc15aae265867d5d4df ChangeLog 4184
MD5 8e9513ab2651bd41c0529405d45d3da1 files/digest-bochs-2.1 124
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFB4QsZI1lqEGTUzyQRAhwEAKCbohY1zPRGdqPJnIv6RVacbH5TGwCeJuSm
-Yy0w5Dz7Gq4lVDUXOx4ZH5E=
-=Rm4l
------END PGP SIGNATURE-----
+MD5 207a406a1a47e2650e396ea0976f5206 files/digest-bochs-2.1.1 126
+MD5 cde4fb61affbffb1c90e04d0a94dacd9 files/bochs-2.1.1-regparm-typo.patch 337
diff --git a/app-emulation/bochs/bochs-2.1.1.ebuild b/app-emulation/bochs/bochs-2.1.1.ebuild
index ff9907095527..28e0ce29517f 100644
--- a/app-emulation/bochs/bochs-2.1.1.ebuild
+++ b/app-emulation/bochs/bochs-2.1.1.ebuild
@@ -1,6 +1,6 @@
# 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.18 2005/01/09 10:44:35 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.1.1.ebuild,v 1.19 2005/02/01 03:22:05 lu_zero Exp $
inherit eutils wxwidgets
@@ -33,6 +33,8 @@ src_unpack() {
-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() {
diff --git a/app-emulation/bochs/files/bochs-2.1.1-regparm-typo.patch b/app-emulation/bochs/files/bochs-2.1.1-regparm-typo.patch
new file mode 100644
index 000000000000..d70eab91b8b6
--- /dev/null
+++ b/app-emulation/bochs/files/bochs-2.1.1-regparm-typo.patch
@@ -0,0 +1,11 @@
+--- bochs-2.1.1.orig/fpu/reg_ld_str.c 2004-02-11 23:28:52.000000000 +0100
++++ bochs-2.1.1/fpu/reg_ld_str.c 2005-02-01 03:56:42.581554616 +0100
+@@ -315,7 +315,7 @@
+
+
+ /* Get a short from user memory */
+-int BX_CPP_AttrRegparmN(1)
++int BX_CPP_AttrRegparmN(2)
+ FPU_load_int16(bx_address _s, FPU_REG *loaded_data)
+ {
+ s16 s, negative;