2012-05-26 04:50:53 by OBATA Akio | Files touched by this commit (1) |
Log message:
remove patch-ad, simh-3.9.0 contains this fix.
part of PR 46445.
|
2012-05-26 04:46:02 by OBATA Akio | Files touched by this commit (1) |
Log message:
Remove redundant DISTFILES definition, it's the default value.
|
2012-05-04 11:38:23 by Hans Rosenfeld | Files touched by this commit (4) |
Log message:
Update simh to 3.9.0
See https://raw.github.com/simh/simh/master/sim_rev.h for changes
|
2011-11-11 20:52:40 by Christos Zoulas | Files touched by this commit (1) |
Log message:
bump, since this would affect simh on sparc64
|
2011-11-11 20:50:55 by Christos Zoulas | Files touched by this commit (2) |
Log message:
Pass the right type to accept!
|
2011-09-26 21:24:11 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix build on Linux.
Add OSTYPE=${LOWER_OPSYS} to MAKE_FLAGS.
See 0readme_38.txt in distfile.
Tested on Gentoo Linux, NetBSD/i386 5.1, NetBSD/i386 5.99.55.
|
2010-06-19 15:59:52 by OBATA Akio | Files touched by this commit (2) |
Log message:
Add a missing entry to PLIST.
Bump PKGREVISION.
|
2010-05-28 15:21:26 by Izumi Tsutsui | Files touched by this commit (5) | |
Log message:
Update simh to V3.8-1. Reviewd by obache@ in PR pkg/43363 filed by me.
---
Change Log For V3.8-1
SCP and libraries:
* Fixed bug in DETACH ALL if called at simulator exit (from Dave Bryan)
* Fixed bug in DO command handling of null arguments (from Dave Bryan)
* Fixed bug in DO handling of \\ (literal backslash) (from Dave Bryan)
* Fixed warnings in help printouts
HP2100 (all changes from Dave Bryan)
* Corrected DMS violation register set conditions
* JSB to 0/1 with W5 out and fence = 0 erroneously causes MP abort
* Fixed DJP, SJP, and UJP jump target validation
* BACI: Fixed STC,C losing interrupt request on BREAK
* MPX: Implemented 12792C eight-channel terminal multiplexer
* MT: Fixed missing flag after CLR command
* PIF: Implemented 12620A/12936A Privileged Interrupt Fences
IBM 1401:
* Fixed bug in ZA and ZS (from Bob Abeles)
* Fixed tape indicator implementation (from Bob Abeles)
* Added missing magtape modifier A (from Van Snyder)
* Added -n (no rewind) option to BOOT (from Van Snyder)
* Fixed bug to mask input to 6b on read (from Bob Abeles)
PDP11:
* Moved all Unibus/Qbus support routines to common I/O library
* Fxed bug in ASHP left overflow calc
* Fixed bug in DIVx
VAX:
* Fxed bug in ASHP left overflow calc
* Fixed bug in DIVx
* Resync time of day clock on any clock reset
---
Also some pkgsrc fixes, including Linux build:
* add MAKE_FLAGS in pkgsrc Makefile to define USE_NETWORK in dist makefile
* reorganize patch-aa for makefile to reduce diffs:
* use gmake (USE_TOOLS+=gmake in Makefile)
* check OSTYPE properly (so that it also builds on Linux)
* use "else <conditional-directive>" for OSTYPE checks
* revert previous gcc -> ${CC} change since -std=c99 seems mandatory
* update patch-ac for upstream cosmetics (for "set telnet" using raw mode)
* remove patch-ad for inline definitions since upstream has disabled it
* remove INSTALL_DATA_DIR as suggested by pkglint
Tested on NetBSD/i386 -current and CentOS 5.4 i386.
|
2009-08-25 13:57:46 by Thomas Klausner | Files touched by this commit (22) |
Log message:
Get rid of now unnecessary EXTRACT_OPTS_ZIP.
|
2009-06-14 19:51:11 by Joerg Sonnenberger | Files touched by this commit (120) |
Log message:
Remove @dirrm entries from PLISTs
|