summaryrefslogtreecommitdiff
path: root/emulators/mips64emul
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-03 02:08:02 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-03 02:08:02 +0000
commit57821bdf83aba637078a72c228bde5c44826fd55 (patch)
treec8c5d5ddf10cc3a51908e6d0f39feb6cf02cabdc /emulators/mips64emul
parentd148e28c173057abfcef94e85e03149c167b9da5 (diff)
downloadpkgsrc-57821bdf83aba637078a72c228bde5c44826fd55.tar.gz
Update emulators/mips64emul to 0.1.1.
20040701 The -j option now takes a name, the of the kernel as passed on to the bootloader. ("netbsd" is the default name.) Adding support to load bootstrap code directly from a disk image, for DECstation. Both NetBSD/pmax and Ultrix boot straight of a disk image now, with no need to supply a kernel filename on the command line. (Ultrix still needs -j vmunix, though, to boot from /vmunix instead of /netbsd.) 20040702 Minor bugfix (some new untested code for X11 keypresses was incorrect). 20040702(later) Adding an ugly hack for CDROMs in FreeBSD; if an fread() isn't done at a 2048-byte aligned offset, it will fail. The hack tries to read at 2048-byte aligned offsets and move around buffers to make it work. Adding video off (screen blanking) support to BT459. Making a 0.1.1 release.
Diffstat (limited to 'emulators/mips64emul')
-rw-r--r--emulators/mips64emul/Makefile4
-rw-r--r--emulators/mips64emul/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile
index 2db1d93fe9b..da7217fbbef 100644
--- a/emulators/mips64emul/Makefile
+++ b/emulators/mips64emul/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/07/01 05:53:29 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/03 02:08:02 xtraeme Exp $
#
-DISTNAME= mips64emul-0.1
+DISTNAME= mips64emul-0.1.1
CATEGORIES= emulators
MASTER_SITES= http://www.mdstud.chalmers.se/~md1gavan/mips64emul/src/
diff --git a/emulators/mips64emul/distinfo b/emulators/mips64emul/distinfo
index 9572160f690..057e921ad88 100644
--- a/emulators/mips64emul/distinfo
+++ b/emulators/mips64emul/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/07/01 05:52:18 xtraeme Exp $
+$NetBSD: distinfo,v 1.5 2004/07/03 02:08:02 xtraeme Exp $
-SHA1 (mips64emul-0.1.tar.gz) = 0162e37da7c40139658ae235e09173df8ba3d8eb
-Size (mips64emul-0.1.tar.gz) = 382555 bytes
+SHA1 (mips64emul-0.1.1.tar.gz) = 86383858638985e7c84160a621aa7b76e8f359ac
+Size (mips64emul-0.1.1.tar.gz) = 385438 bytes