summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-01-18 05:17:56 +0000
committerdholland <dholland@pkgsrc.org>2016-01-18 05:17:56 +0000
commit4464e1dd3822086a352b19518ad4ae39e0d1ed91 (patch)
tree475385a9d6123e25d26c743ec182df192805c6b5
parent53dfdf73d08e0faa3ca94e3dd33e0a733c2f4ddf (diff)
downloadpkgsrc-4464e1dd3822086a352b19518ad4ae39e0d1ed91.tar.gz
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)
-rw-r--r--emulators/sys161/Makefile8
-rw-r--r--emulators/sys161/distinfo11
-rw-r--r--emulators/sys161/patches/patch-mk_doc.mk13
3 files changed, 9 insertions, 23 deletions
diff --git a/emulators/sys161/Makefile b/emulators/sys161/Makefile
index ae81db82f82..157d3fa08a6 100644
--- a/emulators/sys161/Makefile
+++ b/emulators/sys161/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2015/08/08 18:44:32 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2016/01/18 05:17:56 dholland Exp $
-DISTNAME= sys161-2.0.3
+DISTNAME= sys161-2.0.6
CATEGORIES= emulators
-MASTER_SITES= http://www.eecs.harvard.edu/~dholland/os161/download/
+MASTER_SITES= http://os161.eecs.harvard.edu/download/
MAINTAINER= dholland@NetBSD.org
-HOMEPAGE= http://www.eecs.harvard.edu/~dholland/os161/\#sys161
+HOMEPAGE= http://os161.eecs.harvard.edu/\#sys161
COMMENT= System/161 MIPS emulator
LICENSE= modified-bsd
diff --git a/emulators/sys161/distinfo b/emulators/sys161/distinfo
index 6b510d869ab..3aadcc437a1 100644
--- a/emulators/sys161/distinfo
+++ b/emulators/sys161/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 20:31:09 agc Exp $
+$NetBSD: distinfo,v 1.7 2016/01/18 05:17:56 dholland Exp $
-SHA1 (sys161-2.0.3.tar.gz) = 6838db38039f146f603b910c3e3aaa4bc82f7cc0
-RMD160 (sys161-2.0.3.tar.gz) = 91837c6ca9bf8715c8891c085f80317f863d6897
-SHA512 (sys161-2.0.3.tar.gz) = ff7ccd6d644003751e11a247d4da5625ec0e49a707c1e2e3a34a9a0625dd487cf4e1081df7467eca0e80cab214a8ca2a2e5164623f84b0a058a4e401797a4642
-Size (sys161-2.0.3.tar.gz) = 166109 bytes
-SHA1 (patch-mk_doc.mk) = 29fd6421a8865c39665fa4cda02133f2c6c862b2
+SHA1 (sys161-2.0.6.tar.gz) = cc44d4867239e78397993b0e62fab72492dfba80
+RMD160 (sys161-2.0.6.tar.gz) = e50fec68042b46e30147ba83693ec69bddd5e474
+SHA512 (sys161-2.0.6.tar.gz) = 573b8d092cc6f9d4ad8edb2b040b5f69a45499c554ddfcc96b80363a97535955f677e239268e4f809a94a44928cba00429917b027d4aef111843eb0c4acc494f
+Size (sys161-2.0.6.tar.gz) = 171410 bytes
diff --git a/emulators/sys161/patches/patch-mk_doc.mk b/emulators/sys161/patches/patch-mk_doc.mk
deleted file mode 100644
index 7cab18e6cf0..00000000000
--- a/emulators/sys161/patches/patch-mk_doc.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-mk_doc.mk,v 1.1 2015/08/08 18:44:32 dholland Exp $
-
---- mk/doc.mk~ 2015-08-05 04:18:46.000000000 +0000
-+++ mk/doc.mk
-@@ -3,7 +3,7 @@
- #
-
- HTML=devices.html gdb.html index.html install.html lamebus.html \
-- mips.html networking.html system.html
-+ mips.html networking.html prof.html system.html
-
-
- include defs.mk