pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/sys161 Update to 1.99.09, a 2.0 release cand...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d09bc40497c5
branches:  trunk
changeset: 639903:d09bc40497c5
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed Oct 01 08:11:29 2014 +0000

description:
Update to 1.99.09, a 2.0 release candidate.
Upstream changes:
   - Support the CACHE instruction as (for now) a nop.
   - Provide the MIPS32 config0 and config1 registers, and pretend to
     have 4K each L1 I/D caches. The cache remains fully coherent.
   - Don't allow r2000/r3000 (mips-I) style cache flushes.
   - Add a disk161 utility for manipulating disk images, and don't
     keep disk image sizes in sys161.conf any more.
   - Edit/revise the processor docs.
   - Fix build with gcc 4.8.
   - Provide flock() compat for legacy OSes without it. (Hi, Solaris.)

diffstat:

 emulators/sys161/Makefile |  4 ++--
 emulators/sys161/PLIST    |  4 +++-
 emulators/sys161/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 9e7e86834894 -r d09bc40497c5 emulators/sys161/Makefile
--- a/emulators/sys161/Makefile Wed Oct 01 07:33:24 2014 +0000
+++ b/emulators/sys161/Makefile Wed Oct 01 08:11:29 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/08/23 06:55:03 dholland Exp $
+# $NetBSD: Makefile,v 1.3 2014/10/01 08:11:29 dholland Exp $
 
-DISTNAME=      sys161-1.99.08
+DISTNAME=      sys161-1.99.09
 CATEGORIES=    emulators
 MASTER_SITES=  http://www.eecs.harvard.edu/~dholland/os161/download/
 
diff -r 9e7e86834894 -r d09bc40497c5 emulators/sys161/PLIST
--- a/emulators/sys161/PLIST    Wed Oct 01 07:33:24 2014 +0000
+++ b/emulators/sys161/PLIST    Wed Oct 01 08:11:29 2014 +0000
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2014/03/14 04:09:31 dholland Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/10/01 08:11:29 dholland Exp $
+bin/disk161
+bin/disk161-${PKGVERSION}
 bin/hub161
 bin/hub161-${PKGVERSION}
 bin/stat161
diff -r 9e7e86834894 -r d09bc40497c5 emulators/sys161/distinfo
--- a/emulators/sys161/distinfo Wed Oct 01 07:33:24 2014 +0000
+++ b/emulators/sys161/distinfo Wed Oct 01 08:11:29 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/08/23 06:55:03 dholland Exp $
+$NetBSD: distinfo,v 1.3 2014/10/01 08:11:29 dholland Exp $
 
-SHA1 (sys161-1.99.08.tar.gz) = fee690df12a625438bdbfa8b05071853286ea72f
-RMD160 (sys161-1.99.08.tar.gz) = 46200345a679f5101524c5185ba7a8b7079046f8
-Size (sys161-1.99.08.tar.gz) = 147051 bytes
+SHA1 (sys161-1.99.09.tar.gz) = dbf2a79e6a2903133c1b2a7ece3486649c34f98e
+RMD160 (sys161-1.99.09.tar.gz) = 7c8154c605625e7f3442dc81b935058570ea8a57
+Size (sys161-1.99.09.tar.gz) = 159377 bytes



Home | Main Index | Thread Index | Old Index