diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-12 23:47:11 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-12 23:47:11 +0000 |
commit | f836e224da4b722cacdbf390f1da09ed3793f246 (patch) | |
tree | ba511c6bd3549cd6124834a929da9fa63a262fe6 /emulators | |
parent | bb1d69a9aeae4f410f360a2047317991a015342f (diff) | |
download | pkgsrc-f836e224da4b722cacdbf390f1da09ed3793f246.tar.gz |
Update to 0.2.4.
Here is a short summary of the changes from version 0.2.3 to 0.2.4:
x) Debian GNU/Linux can now be installed. However, it is VERY
unstable, and Linux Oopses when there is heavy serial console
output. A '-U' command line option reduces the risk, but doesn't
fix the problem.
x) When emulating framebuffers for machines like the DECstation
5000/200, that have a hardware mouse cursor, the host machine's
X cursor is now invisible. (This might not sound like a very
exiting change, but it "feels" a lot better than before.)
x) Improvements to the experimental dynamic binary translation
subsystem.
x) Many improvements to the single-step debugger.
x) Various other bugfixes and updates.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mips64emul/Makefile | 4 | ||||
-rw-r--r-- | emulators/mips64emul/PLIST | 5 | ||||
-rw-r--r-- | emulators/mips64emul/distinfo | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile index 91743ae5450..a2496852670 100644 --- a/emulators/mips64emul/Makefile +++ b/emulators/mips64emul/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/12/21 12:05:58 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2005/01/12 23:47:11 xtraeme Exp $ # -DISTNAME= mips64emul-0.2.3 +DISTNAME= mips64emul-0.2.4 CATEGORIES= emulators MASTER_SITES= http://gavare.se/mips64emul/src/ diff --git a/emulators/mips64emul/PLIST b/emulators/mips64emul/PLIST index 498b81e1d87..a2202e126a5 100644 --- a/emulators/mips64emul/PLIST +++ b/emulators/mips64emul/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/12/20 23:14:59 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/01/12 23:47:11 xtraeme Exp $ bin/mips64emul man/man1/mips64emul.1 share/doc/mips64emul/20041024-netbsd-arc-installed.gif @@ -22,4 +22,7 @@ share/doc/mips64emul/ultrix4.5-20040706.png share/doc/mips64emul/ultrix4.5-20040706_small.gif share/doc/mips64emul/20041129-redhat_mips.png share/doc/mips64emul/20041129-redhat_mips_small.png +share/doc/mips64emul/20041213-debian_4.png +share/doc/mips64emul/20041213-debian_4_small.gif +share/doc/mips64emul/maddr.gif @dirrm share/doc/mips64emul diff --git a/emulators/mips64emul/distinfo b/emulators/mips64emul/distinfo index 2446df7cda2..94db306ced2 100644 --- a/emulators/mips64emul/distinfo +++ b/emulators/mips64emul/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2004/12/20 23:14:59 xtraeme Exp $ +$NetBSD: distinfo,v 1.9 2005/01/12 23:47:11 xtraeme Exp $ -SHA1 (mips64emul-0.2.3.tar.gz) = 6c2f2c9e7a57da12d9786bfe9fe71339021dddbe -Size (mips64emul-0.2.3.tar.gz) = 795082 bytes +SHA1 (mips64emul-0.2.4.tar.gz) = d9025c5ddf3015bb7420c22622c85b4742eaae29 +Size (mips64emul-0.2.4.tar.gz) = 863024 bytes |