Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: SUNAGAWA Keiki <kei@netbsd.org>
List: pkgsrc-changes
Date: 05/26/2001 02:01:33
Module Name:	pkgsrc
Committed By:	kei
Date:		Fri May 25 23:01:33 UTC 2001

Modified Files:
	pkgsrc/emulators/bochs: Makefile distinfo
	pkgsrc/emulators/bochs/patches: patch-aa patch-ac
	pkgsrc/emulators/bochs/pkg: PLIST
Removed Files:
	pkgsrc/emulators/bochs/patches: patch-ad patch-af patch-ag patch-ah

Log Message:
Updated to version 1.1.2 (bugfix3, 2001-05-16)

- updated Elpin VGA BIOS to version 2.40, and changed pointer in .bochsrc
- fixed .conf.x86 script so that it uses c++ instead of egcs for C++ files
- now Makefile targets that recurse into subdirectories use double colons,
  so that it will always recurse into subdirectories.  Now a single make
  command should notice a modified source file in a subdir.
- fixed bug in bx_panic.  If BX_PANIC_IS_FATAL==0 and a (non-fatal) panic
  occurs, it used to call bx_atexit() and then return.  It should never
  call bx_atexit, which starts to shut down the simulator, unless it's
  really going to quit!
- support 2.88 MB floppy disks
- since dataseghack is checked in as non-executable, invoke it with
  "csh dataseghack"
- double fault patch from Thomas Petazzoni <thomas.petazzoni@ifrance.com>,
  sourceforge patch #423726.
- removed -fno-builtin from fpu makefiles
- redefine u_char, u_short, etc. in order to not conflict with system
  definitions of these same types.
- in cdrom.cc, remove the extern "C" { } structure around some of the
  header files.  This is no longer necessary.
- do not panic on hard disk command 0x1f2 (read sector count)
- in keyboard.cc:
  - apply Todd Fries' reset patch
  - recognize most of the "Grey" insert/delete/home/end/etc. keys the
    same as keypad keys.
  - removed panic on "kbd_ctrl_to_kbd(): got value of 0x??"
  - implement mouse command 0xf6 (set defaults)
- apply Suboner@aol.com's Xwindows timing patch from
  http://sourceforge.net/tracker/index.php?func=detail&aid=418730&group_id=12580
&atid=312580
- remove all patches from patches subdir which have already been applied.
  The remaining ones are under consideration but not applied.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/emulators/bochs/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/emulators/bochs/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/emulators/bochs/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/emulators/bochs/patches/patch-ac
cvs rdiff -r1.1 -r0 pkgsrc/emulators/bochs/patches/patch-ad \
    pkgsrc/emulators/bochs/patches/patch-af \
    pkgsrc/emulators/bochs/patches/patch-ag \
    pkgsrc/emulators/bochs/patches/patch-ah
cvs rdiff -r1.6 -r1.7 pkgsrc/emulators/bochs/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.