pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/vmips Fixed "extra qualification" errors.
details: https://anonhg.NetBSD.org/pkgsrc/rev/167382cc9e44
branches: trunk
changeset: 533984:167382cc9e44
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Oct 10 11:29:19 2007 +0000
description:
Fixed "extra qualification" errors.
diffstat:
emulators/vmips/distinfo | 4 +++-
emulators/vmips/patches/patch-aa | 13 +++++++++++++
emulators/vmips/patches/patch-ab | 13 +++++++++++++
3 files changed, 29 insertions(+), 1 deletions(-)
diffs (46 lines):
diff -r 2783906967d7 -r 167382cc9e44 emulators/vmips/distinfo
--- a/emulators/vmips/distinfo Wed Oct 10 11:15:13 2007 +0000
+++ b/emulators/vmips/distinfo Wed Oct 10 11:29:19 2007 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/20 13:30:03 rillig Exp $
+$NetBSD: distinfo,v 1.2 2007/10/10 11:29:19 rillig Exp $
SHA1 (vmips-1.3.1.tar.gz) = 0ca5d942db5ceaabe18aae831e80df59be8e16d9
RMD160 (vmips-1.3.1.tar.gz) = cfc831072cac4295e26fc57d8ed892d56f32c81a
Size (vmips-1.3.1.tar.gz) = 1144409 bytes
+SHA1 (patch-aa) = c8ba30db8a11adfd3848771e8eea5bdb0821b767
+SHA1 (patch-ab) = 3cc0b6f7a02f06cfbf9d70a1b26944b89f834c56
diff -r 2783906967d7 -r 167382cc9e44 emulators/vmips/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vmips/patches/patch-aa Wed Oct 10 11:29:19 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/10/10 11:29:19 rillig Exp $
+
+--- deviceint.h.orig 2005-01-06 22:04:54.000000000 +0100
++++ deviceint.h 2007-10-10 13:27:57.000000000 +0200
+@@ -52,7 +52,7 @@ public:
+
+ /* Return the bit of the CP0 Status and Cause registers corresponding
+ to interrupt line number NUM, or 0 if no such interrupt line exists. */
+- static uint32 DeviceInt::num2irq(uint32 num) throw();
++ static uint32 num2irq(uint32 num) throw();
+
+ protected:
+ /* Assert an interrupt request on interrupt line LINE, which
diff -r 2783906967d7 -r 167382cc9e44 emulators/vmips/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/vmips/patches/patch-ab Wed Oct 10 11:29:19 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/10/10 11:29:20 rillig Exp $
+
+--- vmips.h.orig 2005-01-06 22:04:54.000000000 +0100
++++ vmips.h 2007-10-10 13:27:20.000000000 +0200
+@@ -145,7 +145,7 @@ protected:
+ TerminalController *c, const char *c_name) throw();
+
+ /* Initialize the halt device if it is configured. */
+- bool vmips::setup_haltdevice() throw( std::bad_alloc );
++ bool setup_haltdevice() throw( std::bad_alloc );
+
+ public:
+ void refresh_options(void);
Home |
Main Index |
Thread Index |
Old Index