pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update emulators/mips64emul to 0.1.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c30e13317ef6
branches: trunk
changeset: 477447:c30e13317ef6
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Sat Jul 03 02:08:02 2004 +0000
description:
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:
doc/CHANGES | 3 ++-
emulators/mips64emul/Makefile | 4 ++--
emulators/mips64emul/distinfo | 6 +++---
3 files changed, 7 insertions(+), 6 deletions(-)
diffs (38 lines):
diff -r 5d4709f87adc -r c30e13317ef6 doc/CHANGES
--- a/doc/CHANGES Sat Jul 03 01:00:50 2004 +0000
+++ b/doc/CHANGES Sat Jul 03 02:08:02 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6427 2004/07/03 01:00:50 minskim Exp $
+$NetBSD: CHANGES,v 1.6428 2004/07/03 02:08:02 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3218,3 +3218,4 @@
Updated GConf2-ui to 2.6.3 [jmmv 2004-07-02]
Updated GeoIP to 1.3.4 [minskim 2004-07-03]
Added p5-Geo-IP-1.21 [minskim 2004-07-03]
+ Updated mips64emul to 0.1.1 [xtraeme 2004-07-03]
diff -r 5d4709f87adc -r c30e13317ef6 emulators/mips64emul/Makefile
--- a/emulators/mips64emul/Makefile Sat Jul 03 01:00:50 2004 +0000
+++ b/emulators/mips64emul/Makefile Sat Jul 03 02:08:02 2004 +0000
@@ -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 -r 5d4709f87adc -r c30e13317ef6 emulators/mips64emul/distinfo
--- a/emulators/mips64emul/distinfo Sat Jul 03 01:00:50 2004 +0000
+++ b/emulators/mips64emul/distinfo Sat Jul 03 02:08:02 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index