Wed Oct 1 08:11:30 2014 UTC ()
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.)


(dholland)
diff -r1.2 -r1.3 pkgsrc/emulators/sys161/Makefile
diff -r1.2 -r1.3 pkgsrc/emulators/sys161/distinfo
diff -r1.1 -r1.2 pkgsrc/emulators/sys161/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/emulators/sys161/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/sys161/Makefile 2014/08/23 06:55:03 1.2
+++ pkgsrc/emulators/sys161/Makefile 2014/10/01 08:11:29 1.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.2 2014/08/23 06:55:03 dholland Exp $ 1# $NetBSD: Makefile,v 1.3 2014/10/01 08:11:29 dholland Exp $
2 2
3DISTNAME= sys161-1.99.08 3DISTNAME= sys161-1.99.09
4CATEGORIES= emulators 4CATEGORIES= emulators
5MASTER_SITES= http://www.eecs.harvard.edu/~dholland/os161/download/ 5MASTER_SITES= http://www.eecs.harvard.edu/~dholland/os161/download/
6 6
7MAINTAINER= dholland@NetBSD.org 7MAINTAINER= dholland@NetBSD.org
8HOMEPAGE= http://www.eecs.harvard.edu/~dholland/os161/\#sys161 8HOMEPAGE= http://www.eecs.harvard.edu/~dholland/os161/\#sys161
9COMMENT= System/161 MIPS emulator 9COMMENT= System/161 MIPS emulator
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12HAS_CONFIGURE= yes 12HAS_CONFIGURE= yes
13CONFIGURE_ARGS+= --prefix=${DESTDIR}${PREFIX} mipseb 13CONFIGURE_ARGS+= --prefix=${DESTDIR}${PREFIX} mipseb
14 14
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/emulators/sys161/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/sys161/distinfo 2014/08/23 06:55:03 1.2
+++ pkgsrc/emulators/sys161/distinfo 2014/10/01 08:11:29 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2014/08/23 06:55:03 dholland Exp $ 1$NetBSD: distinfo,v 1.3 2014/10/01 08:11:29 dholland Exp $
2 2
3SHA1 (sys161-1.99.08.tar.gz) = fee690df12a625438bdbfa8b05071853286ea72f 3SHA1 (sys161-1.99.09.tar.gz) = dbf2a79e6a2903133c1b2a7ece3486649c34f98e
4RMD160 (sys161-1.99.08.tar.gz) = 46200345a679f5101524c5185ba7a8b7079046f8 4RMD160 (sys161-1.99.09.tar.gz) = 7c8154c605625e7f3442dc81b935058570ea8a57
5Size (sys161-1.99.08.tar.gz) = 147051 bytes 5Size (sys161-1.99.09.tar.gz) = 159377 bytes

cvs diff -r1.1 -r1.2 pkgsrc/emulators/sys161/PLIST (expand / switch to unified diff)

--- pkgsrc/emulators/sys161/PLIST 2014/03/14 04:09:31 1.1
+++ pkgsrc/emulators/sys161/PLIST 2014/10/01 08:11:29 1.2
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1@comment $NetBSD: PLIST,v 1.1 2014/03/14 04:09:31 dholland Exp $ 1@comment $NetBSD: PLIST,v 1.2 2014/10/01 08:11:29 dholland Exp $
 2bin/disk161
 3bin/disk161-${PKGVERSION}
2bin/hub161 4bin/hub161
3bin/hub161-${PKGVERSION} 5bin/hub161-${PKGVERSION}
4bin/stat161 6bin/stat161
5bin/stat161-${PKGVERSION} 7bin/stat161-${PKGVERSION}
6bin/sys161 8bin/sys161
7bin/sys161-${PKGVERSION} 9bin/sys161-${PKGVERSION}
8bin/trace161 10bin/trace161
9bin/trace161-${PKGVERSION} 11bin/trace161-${PKGVERSION}
10share/doc/sys161/copying.txt 12share/doc/sys161/copying.txt
11share/doc/sys161/devices.html 13share/doc/sys161/devices.html
12share/doc/sys161/gdb.html 14share/doc/sys161/gdb.html
13share/doc/sys161/index.html 15share/doc/sys161/index.html
14share/doc/sys161/install.html 16share/doc/sys161/install.html