Mon Jan 18 05:17:56 2016 UTC ()
Update to 2.0.6. New HOMEPAGE and MASTER_SITES.

Upstream changes:

20160117 dholland	System/161 2.0.6 released.
20160117 dholland	util.c needs sys/types.h; from Nikhil Benesch.
20160116 dholland	Don't let the dropped input character messages flood.

20160114 dholland	System/161 2.0.5 released.
20160114 dholland	Fix a bug counting global-idle cycles.
20160114 dholland	Drop redundant columns in stat161 output.
20160114 dholland	Polish previous.
20160113 gwa		Make stat161's reporting interval adjustable.
20160113 gwa		Have stat161 report elapsed clock time per tick.
20160112 dholland	Print a message if the OS drops an input character.
20160108 dholland	Print why if disk geometry initializion fails.
20160105 dholland	Standardize and document the exit codes.
20160105 dholland	Allow K, M, etc. suffixes for disk/memory sizes.
20160105 dholland	Make the trace device reject (vs. ignore) invalid args.
20160105 dholland	Add -C option to supply device config arguments.

20151222 dholland	System/161 2.0.4 released.
20151222 dholland	Improve the way -X works.
20151222 dholland	Make trace161 -h output include the trace flag list.
20151222 dholland	Use shell printf instead of echo -n. Apparently Apple
........		still ships a broken sh whose echo prints literal "-n".
20151222 dholland	Apparently some Linux installs demand _GNU_SOURCE to
........		be allowed to see/use ftruncate.
20150808 dholland	Actually install the new prof.html. Sigh.
........		(issued as patch for 2.0.3)


(dholland)
diff -r1.5 -r1.6 pkgsrc/emulators/sys161/Makefile
diff -r1.6 -r1.7 pkgsrc/emulators/sys161/distinfo
diff -r1.1 -r0 pkgsrc/emulators/sys161/patches/patch-mk_doc.mk

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

--- pkgsrc/emulators/sys161/Makefile 2015/08/08 18:44:32 1.5
+++ pkgsrc/emulators/sys161/Makefile 2016/01/18 05:17:56 1.6
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.5 2015/08/08 18:44:32 dholland Exp $ 1# $NetBSD: Makefile,v 1.6 2016/01/18 05:17:56 dholland Exp $
2 2
3DISTNAME= sys161-2.0.3 3DISTNAME= sys161-2.0.6
4CATEGORIES= emulators 4CATEGORIES= emulators
5MASTER_SITES= http://www.eecs.harvard.edu/~dholland/os161/download/ 5MASTER_SITES= http://os161.eecs.harvard.edu/download/
6 6
7MAINTAINER= dholland@NetBSD.org 7MAINTAINER= dholland@NetBSD.org
8HOMEPAGE= http://www.eecs.harvard.edu/~dholland/os161/\#sys161 8HOMEPAGE= http://os161.eecs.harvard.edu/\#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+= --destdir=${DESTDIR} --prefix=${PREFIX} mipseb 13CONFIGURE_ARGS+= --destdir=${DESTDIR} --prefix=${PREFIX} mipseb
14 14
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/emulators/sys161/distinfo 2015/11/03 20:31:09 1.6
+++ pkgsrc/emulators/sys161/distinfo 2016/01/18 05:17:56 1.7
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.6 2015/11/03 20:31:09 agc Exp $ 1$NetBSD: distinfo,v 1.7 2016/01/18 05:17:56 dholland Exp $
2 2
3SHA1 (sys161-2.0.3.tar.gz) = 6838db38039f146f603b910c3e3aaa4bc82f7cc0 3SHA1 (sys161-2.0.6.tar.gz) = cc44d4867239e78397993b0e62fab72492dfba80
4RMD160 (sys161-2.0.3.tar.gz) = 91837c6ca9bf8715c8891c085f80317f863d6897 4RMD160 (sys161-2.0.6.tar.gz) = e50fec68042b46e30147ba83693ec69bddd5e474
5SHA512 (sys161-2.0.3.tar.gz) = ff7ccd6d644003751e11a247d4da5625ec0e49a707c1e2e3a34a9a0625dd487cf4e1081df7467eca0e80cab214a8ca2a2e5164623f84b0a058a4e401797a4642 5SHA512 (sys161-2.0.6.tar.gz) = 573b8d092cc6f9d4ad8edb2b040b5f69a45499c554ddfcc96b80363a97535955f677e239268e4f809a94a44928cba00429917b027d4aef111843eb0c4acc494f
6Size (sys161-2.0.3.tar.gz) = 166109 bytes 6Size (sys161-2.0.6.tar.gz) = 171410 bytes
7SHA1 (patch-mk_doc.mk) = 29fd6421a8865c39665fa4cda02133f2c6c862b2 

File Deleted: pkgsrc/emulators/sys161/patches/Attic/patch-mk_doc.mk