The FreeBSD Ports Archive
FreeBSD emulators : bochs4>
An IA-32 (x86) PC emulator that runs DOS, Win 95, and more
Bochs is a highly portable open source IA-32 (x86) PC emulator written in
C++, that runs on most popular platforms. It includes emulation of the
Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, bochs can
be compiled to emulate a 386, 486, Pentium, Pentium Pro or AMD64 CPU,
including optional MMX, SSE, SSE2 and 3DNow instructions.
Bochs is capable of running most Operating Systems inside the emulation
including Linux, DOS, Windows® 95/98 and Windows® NT/2000/XP.
Bochs was written by Kevin Lawton and is currently maintained by the Bochs
project.
Bochs can be compiled and used in a variety of modes, some which are still
in development. The 'typical' use of bochs is to provide complete x86 PC
emulation, including the x86 processor, hardware devices, and memory. This
allows you to run OS's and software within the emulator on your workstation,
much like you have a machine inside of a machine. For instance, let's say
your workstation is a Unix/X11 workstation, but you want to run Win'95
applications. Bochs will allow you to run Win 95 and associated software
on your Unix/X11 workstation, displaying a window on your workstation,
simulating a monitor on a PC.
http://bochs.sourceforge.net/
|
bochs history
v. 1.79
date: 2007/12/14 23:14:49; author: miwi; state: Exp; lines: +6 -6
- Update to 2.3.5
PR: 118607
Submitted by: KATO Tsuguru
v. 1.78
date: 2007/05/19 20:04:25; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.77
date: 2006/11/19 15:09:52; author: pav; state: Exp; lines: +1 -0
- If you use ne2k driver for FreeBSD, bochs will not receive incoming packets
until the buffer specified by bochs is full (2048). Enable immediate mode to
solve this.
PR: ports/105580
Submitted by: Thinker
v. 1.76
date: 2006/10/31 18:48:15; author: alepulver; state: Exp; lines: +195 -86
- Use SF macro in MASTER_SITES.
- Add more OPTIONS and knobs.
v. 1.75
date: 2006/09/26 12:33:18; author: rafan; state: Exp; lines: +6 -1
- Update to 2.3
PR: ports/103635
Submitted by: KATO Tsuguru
v. 1.74
date: 2006/05/17 13:08:24; author: vs; state: Exp; lines: +9 -0
Enable --port-e9-hack option
PR: ports/95057
Submitted by: Matthieu Michaud
v. 1.73
date: 2006/05/14 11:06:40; author: lawrance; state: Exp; lines: +2 -6
Use SUB_FILES instead of pre-patch commands.
PR: port/97217
Submitted by: Ports Fury
v. 1.72
date: 2006/03/18 12:40:47; author: mnag; state: Exp; lines: +0 -4
- Fix build on 4.x
- Minor reoganize in Makefile
PR: 94596
Submitted by: Sven Berkvens-Matthijsse
v. 1.71
date: 2006/03/16 19:44:01; author: pav; state: Exp; lines: +6 -10
- Update to 2.2.6
- Change flag to enable/disable SMP instead of obsolete method of specifying
the number of CPU's
PR: ports/94533
Submitted by: Sean Farley
v. 1.70
date: 2006/01/27 09:35:30; author: linimon; state: Exp; lines: +2 -2
Replace the dangerous .error with IGNORE.
v. 1.69
date: 2005/11/15 13:17:04; author: lawrance; state: Exp; lines: +1 -1
Update to 2.2.1
PR: ports/89067
Submitted by: Jan Rochel
v. 1.68
date: 2005/06/23 17:49:54; author: dinoex; state: Exp; lines: +1 -1
- update to 2.2
v. 1.67
date: 2005/04/12 03:25:25; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.66
date: 2005/04/11 08:02:11; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.65
date: 2004/07/29 18:13:28; author: pav; state: Exp; lines: +11 -2
- Fix WITH_BOCHS_GUI_TERM to work as documented
- Add new knob WITH_BOCHS_GUI_NOGUI
PR: ports/69736
Submitted by: Dryice Liu
v. 1.64
date: 2004/07/23 19:10:08; author: anholt; state: Exp; lines: +4 -8
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
v. 1.63
date: 2004/03/27 13:25:40; author: netchild; state: Exp; lines: +9 -4
Update to 2.1.1, changes since 2.1 are:
- fix bug in int15h function 0xe820 (Christian Neubert)
- fix vmware3 disk support on big-endian platforms (Christophe Bothamy)
- fix conditions for NM exception on FWAIT instruction (Christophe)
- fix symbol conflict in rfb and x display libraries (Volker Ruppert)
- allow 16 bit writes to ne2k page 0 (Volker)
- notify display libraries on change of bpp (Volker)
- fix bug in int13h function 0x10 (Volker)
- fix floppy dialog error on win2k (Volker)
- fix adress check in TSS IO permission bitmap (Christophe)
- fix buffer overflow vulnerability pointed out by SeSoX (Christophe)
- updates for MacOS compile (Daniel Gimpelevich)
- Fix the path arguments of the 'vgaromimage' options (i.e. don't prepend
"file=") in the installed bochsrc-sample.txt. This was already wrong for
at least 2.1.
- Respect DATADIR/DOCSDIR, use DATADIR in pkg-plist.
- Update pkg-descr (emulated CPUs etc.) based on the info on the homepage.
- Reword pkg-message a bit so the line containing DOCSDIR does (normally) fit
in 80 chars when expanded.
Submitted by: Marius Strobl
v. 1.62
date: 2004/02/04 05:20:04; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.61
date: 2004/01/30 22:03:04; author: kris; state: Exp; lines: +2 -1
Fix plist and bump PORTREVISION
v. 1.60
date: 2004/01/28 09:16:05; author: anholt; state: Exp; lines: +1 -1
Return to ports@ because I won't be working on FreeBSD for 3 months minimum.
v. 1.59
date: 2004/01/22 00:10:11; author: anholt; state: Exp; lines: +4 -15
Remove some obsolete messages, and apply some punctuation fixes from
ports/61549.
PR: ports/61549
Submitted by: Ken Stailey
v. 1.58
date: 2004/01/17 23:22:07; author: anholt; state: Exp; lines: +14 -105
Update to 2.1. Try to provide a better set of default options and a better
default configuration (VESA enabled, which is very popular, and the config file
has the clock synchronizing to the host as default). Simplify the Makefile
greatly.
v. 1.57
date: 2003/07/15 19:22:40; author: anholt; state: Exp; lines: +3 -2
Add in PCI bridge support. It's a run-time option, too, and is required for
some guest OSes.
PR: ports/52631
Submitted by: Bruce M Simpson
v. 1.56
date: 2003/05/20 18:02:52; author: anholt; state: Exp; lines: +26 -5
Add WITH_BOCHS_TERM and WITH_BOCHS_VESA options and explicitly disable MMX on
emulated processor versions that can't support it.
PR: ports/52347
Submitted by: keramida (mostly)
v. 1.55
date: 2003/04/14 01:52:50; author: obrien; state: Exp; lines: +9 -0
Add support for configuring for a AMD64.
v. 1.54
date: 2003/03/07 06:01:13; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.53
date: 2003/02/13 20:05:02; author: anholt; state: Exp; lines: +0 -5
Remove attempt at installing the 1.4.1 BIOS, which was no longer needed with
the 2.0.2 update (fetching of the distfile was removed in the last commit).
Noticed by: Ronald Klop
v. 1.52
date: 2003/02/11 00:57:06; author: anholt; state: Exp; lines: +4 -8
Update to 2.0.2
PR: ports/48143
Submitted by: Ports Fury
v. 1.51
date: 2003/01/11 00:07:24; author: anholt; state: Exp; lines: +1 -1
Missed slash in MASTER_SITE_SUBDIR prevented fetching.
v. 1.50
date: 2003/01/10 23:59:22; author: anholt; state: Exp; lines: +26 -18
Update bochs port to 2.0.1, take maintainership.
PR: 46937
Submitted by: Ports Fury (PR), Keith Jones (patch-cdrom.cc)
v. 1.49
date: 2002/12/12 07:52:00; author: edwin; state: Exp; lines: +2 -2
Fix emulators/bochs WITH_BOCHS_PROCESSORS
PR: ports/45827
Submitted by: Ceri Davies
v. 1.48
date: 2002/11/03 14:41:51; author: naddy; state: Exp; lines: +2 -2
Rename patch-message, which is already a bsd.port.mk target.
v. 1.47
date: 2002/07/12 19:56:54; author: pat; state: Exp; lines: +19 -21
Update to 1.4.1
PR: ports/40495
Submitted by: KATO Tsuguru
v. 1.46
date: 2002/06/19 01:07:10; author: pat; state: Exp; lines: +10 -1
- Add patch which fixes build under certain configurations
PR: ports/38124
Submitted by: Leland Wang
- Fix build for -current and add WITH_NE2000 knob
PR: ports/38759
Submitted by: anholt
v. 1.45
date: 2002/05/14 21:48:12; author: pat; state: Exp; lines: +6 -4
Update to 1.4
PR: 38041
Submitted by: KATO Tsuguru
v. 1.44
date: 2002/01/09 00:58:16; author: mbr; state: Exp; lines: +4 -2
Upgrade to version 1.3. Bochs works now wonderfull
in CURRENT, while 1.21 did panic.
Approved by: demon
v. 1.43
date: 2002/01/07 14:08:23; author: sf; state: Exp; lines: +3 -1
include pre.mk for XFREE86_VERSION usage.
Noticed by: Dan Langille
v. 1.42
date: 2002/01/07 04:42:05; author: will; state: Exp; lines: +1 -1
Mail to the maintainer bounces.
v. 1.41
date: 2002/01/07 04:38:10; author: will; state: Exp; lines: +6 -0
If XFREE86_VERSION=4, we need mkfontdir from x11/XFree86-4-clients.
Submitted by: bento
v. 1.40
date: 2001/12/06 12:44:11; author: kevlo; state: Exp; lines: +2 -2
Fix Makefile
Submitted by: Jeroen Ruigrok/Asmodai
v. 1.39
date: 2001/10/20 09:48:55; author: kevlo; state: Exp; lines: +160 -39
Update to version 1.2.1
PR: 31382
Submitted by: MAINTAINER
v. 1.38
date: 2001/08/30 03:58:32; author: lioux; state: Exp; lines: +2 -2
Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net
Approved by: MAINTAINER
v. 1.37
date: 2001/06/09 12:59:30; author: roam; state: Exp; lines: +2 -2
Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to
PR: 27867
Submitted by: maintainer
v. 1.36
date: 2001/06/09 00:20:36; author: sobomax; state: Exp; lines: +5 -3
Update to 1.2.
No response from: brand new maintainer
v. 1.35
date: 2001/06/02 16:42:56; author: sobomax; state: Exp; lines: +45 -26
Update to 1.1.2.
PR: 27467
Submitted by: Cyrille Lefevre , sobomax
v. 1.34
date: 2001/02/14 05:42:59; author: lioux; state: Exp; lines: +2 -2
typo clean up police: \s -> \t
v. 1.33
date: 2001/02/05 14:49:03; author: olgeni; state: Exp; lines: +2 -2
Style police on editors category.
v. 1.32
date: 2000/12/22 09:56:31; author: roam; state: Exp; lines: +2 -2
Updated MASTER_SITES.
PR: 23729
Submitted by: George Reid
v. 1.31
date: 2000/11/11 06:10:24; author: obrien; state: Exp; lines: +2 -2
Drop maintainership. I haven't used bochs for a long time now.
v. 1.30
date: 2000/07/17 13:40:09; author: sobomax; state: Exp; lines: +10 -12
Update to 2000.0325
PR: 18488
Submitted by: FUJISHIMA Satsuki
v. 1.29
date: 2000/04/12 04:55:15; author: mharo; state: Exp; lines: +4 -4
PORTNAME/VERSION stuff
v. 1.28
date: 2000/03/22 00:26:41; author: obrien; state: Exp; lines: +2 -1
Restore useless version required comments.
v. 1.27
date: 2000/03/20 02:36:08; author: obrien; state: Exp; lines: +1 -2
Remove the "version required" line.
v. 1.26
date: 2000/02/29 10:02:29; author: obrien; state: Exp; lines: +3 -3
Fix paths in .bochsrc file.
PR: 16511
Submitted by: Dann Lunsford
v. 1.25
date: 2000/02/13 16:48:24; author: obrien; state: Exp; lines: +5 -7
Update to the 4-Jan-2000 offering.
Tested by: jhb
v. 1.24
date: 2000/02/13 03:23:05; author: obrien; state: Exp; lines: +10 -10
Style nits in the ports I maintain.
v. 1.23
date: 2000/02/07 22:08:45; author: mharo; state: Exp; lines: +5 -5
change ordering of variables (portlint)
v. 1.22
date: 2000/02/03 16:01:10; author: obrien; state: Exp; lines: +5 -1
Support bochs's internal debugger.
Submitted by: jhb
v. 1.21
date: 1999/11/23 01:55:03; author: obrien; state: Exp; lines: +8 -1
Make PREFIX clean.
v. 1.20
date: 1999/11/23 01:38:17; author: obrien; state: Exp; lines: +2 -2
Update to the 991114 version.
v. 1.19
date: 1999/10/06 08:23:54; author: obrien; state: Exp; lines: +6 -6
Upgrade to the 991004 version.
v. 1.18
date: 1999/09/19 04:22:54; author: obrien; state: Exp; lines: +5 -5
Upgrade to the 990907b version.
v. 1.17
date: 1999/08/31 06:43:51; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.16
date: 1999/08/25 05:49:09; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.15
date: 1999/08/01 02:32:54; author: steve; state: Exp; lines: +8 -9
Update to version 990623a.
PR: 12709
Submitted by: John Baldwin
v. 1.14
date: 1999/01/01 16:34:07; author: alex; state: Exp; lines: +2 -2
Remove myself as maintainer.
v. 1.13
date: 1998/12/01 08:04:23; author: asami; state: Exp; lines: +2 -2
Add USE_XLIB. Also, "commercial package" is no reason for NO_PACKAGE;
RESTRICTED and NO_CDROM is enough.
v. 1.12
date: 1998/11/03 02:26:39; author: alex; state: Exp; lines: +5 -5
Upgrade to bochs-981102b.
Submitted by: msmith
v. 1.11
date: 1998/09/11 15:40:16; author: alex; state: Exp; lines: +2 -2
Changed MASTER_SITES to ftp.bochs.com.
v. 1.10
date: 1998/06/07 09:32:33; author: dburr; state: Exp; lines: +2 -2
Upgrade to bochs-980513a.
* change package name in Makefile.
* change md5.
* change PLIST to reflect changes in the installed files.
Submitted by: Sergei Laskavy
(who submitted a patch to bochs-980409b; I upgraded to the latest version
while I was at it.)
v. 1.9
date: 1998/05/18 23:49:17; author: alex; state: Exp; lines: +2 -2
Upgrade to 980513 version of Bochs.
v. 1.8
date: 1998/04/03 02:38:44; author: alex; state: Exp; lines: +5 -5
Upgrade to 980331 version of Bochs.
v. 1.7
date: 1998/03/11 19:49:38; author: alex; state: Exp; lines: +4 -4
Upgrade to 980311 version of Bochs.
v. 1.6
date: 1998/02/27 01:52:54; author: alex; state: Exp; lines: +5 -5
Upgrade to 980124 version of Bochs. This is the first release of Bochs
which is able to boot Linux.
v. 1.5
date: 1998/01/26 00:46:35; author: alex; state: Exp; lines: +5 -5
Upgrade to 980124 version of Bochs.
v. 1.4
date: 1998/01/19 04:00:30; author: alex; state: Exp; lines: +5 -5
Update to 980118 version of Bochs.
v. 1.3
date: 1997/12/23 07:15:20; author: asami; state: Exp; lines: +2 -2
No need to use += on first appearance of variables.
v. 1.2
date: 1997/12/21 14:34:55; author: alex; state: Exp; lines: +2 -9
Removed adjustment of LOCAL_PREFIX in patch-aa and MESSAGE.
PR: 5354
v. 1.1
date: 1997/12/18 03:47:32; author: alex; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/12/18 03:47:32; author: alex; state: Exp; lines: +0 -0
Bochs is an Intel x86 CPU emulator capable of running protected mode
software such as Windows 95.
=============================================================================
v. 1.79
date: 2007/12/14 23:14:49; author: miwi; state: Exp; lines: +6 -6
- Update to 2.3.5
PR: 118607
Submitted by: KATO Tsuguru
v. 1.78
date: 2007/05/19 20:04:25; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.77
date: 2006/11/19 15:09:52; author: pav; state: Exp; lines: +1 -0
- If you use ne2k driver for FreeBSD, bochs will not receive incoming packets
until the buffer specified by bochs is full (2048). Enable immediate mode to
solve this.
PR: ports/105580
Submitted by: Thinker
v. 1.76
date: 2006/10/31 18:48:15; author: alepulver; state: Exp; lines: +195 -86
- Use SF macro in MASTER_SITES.
- Add more OPTIONS and knobs.
v. 1.75
date: 2006/09/26 12:33:18; author: rafan; state: Exp; lines: +6 -1
- Update to 2.3
PR: ports/103635
Submitted by: KATO Tsuguru
v. 1.74
date: 2006/05/17 13:08:24; author: vs; state: Exp; lines: +9 -0
Enable --port-e9-hack option
PR: ports/95057
Submitted by: Matthieu Michaud
v. 1.73
date: 2006/05/14 11:06:40; author: lawrance; state: Exp; lines: +2 -6
Use SUB_FILES instead of pre-patch commands.
PR: port/97217
Submitted by: Ports Fury
v. 1.72
date: 2006/03/18 12:40:47; author: mnag; state: Exp; lines: +0 -4
- Fix build on 4.x
- Minor reoganize in Makefile
PR: 94596
Submitted by: Sven Berkvens-Matthijsse
v. 1.71
date: 2006/03/16 19:44:01; author: pav; state: Exp; lines: +6 -10
- Update to 2.2.6
- Change flag to enable/disable SMP instead of obsolete method of specifying
the number of CPU's
PR: ports/94533
Submitted by: Sean Farley
v. 1.70
date: 2006/01/27 09:35:30; author: linimon; state: Exp; lines: +2 -2
Replace the dangerous .error with IGNORE.
v. 1.69
date: 2005/11/15 13:17:04; author: lawrance; state: Exp; lines: +1 -1
Update to 2.2.1
PR: ports/89067
Submitted by: Jan Rochel
v. 1.68
date: 2005/06/23 17:49:54; author: dinoex; state: Exp; lines: +1 -1
- update to 2.2
v. 1.67
date: 2005/04/12 03:25:25; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.66
date: 2005/04/11 08:02:11; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.65
date: 2004/07/29 18:13:28; author: pav; state: Exp; lines: +11 -2
- Fix WITH_BOCHS_GUI_TERM to work as documented
- Add new knob WITH_BOCHS_GUI_NOGUI
PR: ports/69736
Submitted by: Dryice Liu
v. 1.64
date: 2004/07/23 19:10:08; author: anholt; state: Exp; lines: +4 -8
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
v. 1.63
date: 2004/03/27 13:25:40; author: netchild; state: Exp; lines: +9 -4
Update to 2.1.1, changes since 2.1 are:
- fix bug in int15h function 0xe820 (Christian Neubert)
- fix vmware3 disk support on big-endian platforms (Christophe Bothamy)
- fix conditions for NM exception on FWAIT instruction (Christophe)
- fix symbol conflict in rfb and x display libraries (Volker Ruppert)
- allow 16 bit writes to ne2k page 0 (Volker)
- notify display libraries on change of bpp (Volker)
- fix bug in int13h function 0x10 (Volker)
- fix floppy dialog error on win2k (Volker)
- fix adress check in TSS IO permission bitmap (Christophe)
- fix buffer overflow vulnerability pointed out by SeSoX (Christophe)
- updates for MacOS compile (Daniel Gimpelevich)
- Fix the path arguments of the 'vgaromimage' options (i.e. don't prepend
"file=") in the installed bochsrc-sample.txt. This was already wrong for
at least 2.1.
- Respect DATADIR/DOCSDIR, use DATADIR in pkg-plist.
- Update pkg-descr (emulated CPUs etc.) based on the info on the homepage.
- Reword pkg-message a bit so the line containing DOCSDIR does (normally) fit
in 80 chars when expanded.
Submitted by: Marius Strobl
v. 1.62
date: 2004/02/04 05:20:04; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.61
date: 2004/01/30 22:03:04; author: kris; state: Exp; lines: +2 -1
Fix plist and bump PORTREVISION
v. 1.60
date: 2004/01/28 09:16:05; author: anholt; state: Exp; lines: +1 -1
Return to ports@ because I won't be working on FreeBSD for 3 months minimum.
v. 1.59
date: 2004/01/22 00:10:11; author: anholt; state: Exp; lines: +4 -15
Remove some obsolete messages, and apply some punctuation fixes from
ports/61549.
PR: ports/61549
Submitted by: Ken Stailey
v. 1.58
date: 2004/01/17 23:22:07; author: anholt; state: Exp; lines: +14 -105
Update to 2.1. Try to provide a better set of default options and a better
default configuration (VESA enabled, which is very popular, and the config file
has the clock synchronizing to the host as default). Simplify the Makefile
greatly.
v. 1.57
date: 2003/07/15 19:22:40; author: anholt; state: Exp; lines: +3 -2
Add in PCI bridge support. It's a run-time option, too, and is required for
some guest OSes.
PR: ports/52631
Submitted by: Bruce M Simpson
v. 1.56
date: 2003/05/20 18:02:52; author: anholt; state: Exp; lines: +26 -5
Add WITH_BOCHS_TERM and WITH_BOCHS_VESA options and explicitly disable MMX on
emulated processor versions that can't support it.
PR: ports/52347
Submitted by: keramida (mostly)
v. 1.55
date: 2003/04/14 01:52:50; author: obrien; state: Exp; lines: +9 -0
Add support for configuring for a AMD64.
v. 1.54
date: 2003/03/07 06:01:13; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.53
date: 2003/02/13 20:05:02; author: anholt; state: Exp; lines: +0 -5
Remove attempt at installing the 1.4.1 BIOS, which was no longer needed with
the 2.0.2 update (fetching of the distfile was removed in the last commit).
Noticed by: Ronald Klop
v. 1.52
date: 2003/02/11 00:57:06; author: anholt; state: Exp; lines: +4 -8
Update to 2.0.2
PR: ports/48143
Submitted by: Ports Fury
v. 1.51
date: 2003/01/11 00:07:24; author: anholt; state: Exp; lines: +1 -1
Missed slash in MASTER_SITE_SUBDIR prevented fetching.
v. 1.50
date: 2003/01/10 23:59:22; author: anholt; state: Exp; lines: +26 -18
Update bochs port to 2.0.1, take maintainership.
PR: 46937
Submitted by: Ports Fury (PR), Keith Jones (patch-cdrom.cc)
v. 1.49
date: 2002/12/12 07:52:00; author: edwin; state: Exp; lines: +2 -2
Fix emulators/bochs WITH_BOCHS_PROCESSORS
PR: ports/45827
Submitted by: Ceri Davies
v. 1.48
date: 2002/11/03 14:41:51; author: naddy; state: Exp; lines: +2 -2
Rename patch-message, which is already a bsd.port.mk target.
v. 1.47
date: 2002/07/12 19:56:54; author: pat; state: Exp; lines: +19 -21
Update to 1.4.1
PR: ports/40495
Submitted by: KATO Tsuguru
v. 1.46
date: 2002/06/19 01:07:10; author: pat; state: Exp; lines: +10 -1
- Add patch which fixes build under certain configurations
PR: ports/38124
Submitted by: Leland Wang
- Fix build for -current and add WITH_NE2000 knob
PR: ports/38759
Submitted by: anholt
v. 1.45
date: 2002/05/14 21:48:12; author: pat; state: Exp; lines: +6 -4
Update to 1.4
PR: 38041
Submitted by: KATO Tsuguru
v. 1.44
date: 2002/01/09 00:58:16; author: mbr; state: Exp; lines: +4 -2
Upgrade to version 1.3. Bochs works now wonderfull
in CURRENT, while 1.21 did panic.
Approved by: demon
v. 1.43
date: 2002/01/07 14:08:23; author: sf; state: Exp; lines: +3 -1
include pre.mk for XFREE86_VERSION usage.
Noticed by: Dan Langille
v. 1.42
date: 2002/01/07 04:42:05; author: will; state: Exp; lines: +1 -1
Mail to the maintainer bounces.
v. 1.41
date: 2002/01/07 04:38:10; author: will; state: Exp; lines: +6 -0
If XFREE86_VERSION=4, we need mkfontdir from x11/XFree86-4-clients.
Submitted by: bento
v. 1.40
date: 2001/12/06 12:44:11; author: kevlo; state: Exp; lines: +2 -2
Fix Makefile
Submitted by: Jeroen Ruigrok/Asmodai
v. 1.39
date: 2001/10/20 09:48:55; author: kevlo; state: Exp; lines: +160 -39
Update to version 1.2.1
PR: 31382
Submitted by: MAINTAINER
v. 1.38
date: 2001/08/30 03:58:32; author: lioux; state: Exp; lines: +2 -2
Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net
Approved by: MAINTAINER
v. 1.37
date: 2001/06/09 12:59:30; author: roam; state: Exp; lines: +2 -2
Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to
PR: 27867
Submitted by: maintainer
v. 1.36
date: 2001/06/09 00:20:36; author: sobomax; state: Exp; lines: +5 -3
Update to 1.2.
No response from: brand new maintainer
v. 1.35
date: 2001/06/02 16:42:56; author: sobomax; state: Exp; lines: +45 -26
Update to 1.1.2.
PR: 27467
Submitted by: Cyrille Lefevre , sobomax
v. 1.34
date: 2001/02/14 05:42:59; author: lioux; state: Exp; lines: +2 -2
typo clean up police: \s -> \t
v. 1.33
date: 2001/02/05 14:49:03; author: olgeni; state: Exp; lines: +2 -2
Style police on editors category.
v. 1.32
date: 2000/12/22 09:56:31; author: roam; state: Exp; lines: +2 -2
Updated MASTER_SITES.
PR: 23729
Submitted by: George Reid
v. 1.31
date: 2000/11/11 06:10:24; author: obrien; state: Exp; lines: +2 -2
Drop maintainership. I haven't used bochs for a long time now.
v. 1.30
date: 2000/07/17 13:40:09; author: sobomax; state: Exp; lines: +10 -12
Update to 2000.0325
PR: 18488
Submitted by: FUJISHIMA Satsuki
v. 1.29
date: 2000/04/12 04:55:15; author: mharo; state: Exp; lines: +4 -4
PORTNAME/VERSION stuff
v. 1.28
date: 2000/03/22 00:26:41; author: obrien; state: Exp; lines: +2 -1
Restore useless version required comments.
v. 1.27
date: 2000/03/20 02:36:08; author: obrien; state: Exp; lines: +1 -2
Remove the "version required" line.
v. 1.26
date: 2000/02/29 10:02:29; author: obrien; state: Exp; lines: +3 -3
Fix paths in .bochsrc file.
PR: 16511
Submitted by: Dann Lunsford
v. 1.25
date: 2000/02/13 16:48:24; author: obrien; state: Exp; lines: +5 -7
Update to the 4-Jan-2000 offering.
Tested by: jhb
v. 1.24
date: 2000/02/13 03:23:05; author: obrien; state: Exp; lines: +10 -10
Style nits in the ports I maintain.
v. 1.23
date: 2000/02/07 22:08:45; author: mharo; state: Exp; lines: +5 -5
change ordering of variables (portlint)
v. 1.22
date: 2000/02/03 16:01:10; author: obrien; state: Exp; lines: +5 -1
Support bochs's internal debugger.
Submitted by: jhb
v. 1.21
date: 1999/11/23 01:55:03; author: obrien; state: Exp; lines: +8 -1
Make PREFIX clean.
v. 1.20
date: 1999/11/23 01:38:17; author: obrien; state: Exp; lines: +2 -2
Update to the 991114 version.
v. 1.19
date: 1999/10/06 08:23:54; author: obrien; state: Exp; lines: +6 -6
Upgrade to the 991004 version.
v. 1.18
date: 1999/09/19 04:22:54; author: obrien; state: Exp; lines: +5 -5
Upgrade to the 990907b version.
v. 1.17
date: 1999/08/31 06:43:51; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.16
date: 1999/08/25 05:49:09; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.15
date: 1999/08/01 02:32:54; author: steve; state: Exp; lines: +8 -9
Update to version 990623a.
PR: 12709
Submitted by: John Baldwin
v. 1.14
date: 1999/01/01 16:34:07; author: alex; state: Exp; lines: +2 -2
Remove myself as maintainer.
v. 1.13
date: 1998/12/01 08:04:23; author: asami; state: Exp; lines: +2 -2
Add USE_XLIB. Also, "commercial package" is no reason for NO_PACKAGE;
RESTRICTED and NO_CDROM is enough.
v. 1.12
date: 1998/11/03 02:26:39; author: alex; state: Exp; lines: +5 -5
Upgrade to bochs-981102b.
Submitted by: msmith
v. 1.11
date: 1998/09/11 15:40:16; author: alex; state: Exp; lines: +2 -2
Changed MASTER_SITES to ftp.bochs.com.
v. 1.10
date: 1998/06/07 09:32:33; author: dburr; state: Exp; lines: +2 -2
Upgrade to bochs-980513a.
* change package name in Makefile.
* change md5.
* change PLIST to reflect changes in the installed files.
Submitted by: Sergei Laskavy
(who submitted a patch to bochs-980409b; I upgraded to the latest version
while I was at it.)
v. 1.9
date: 1998/05/18 23:49:17; author: alex; state: Exp; lines: +2 -2
Upgrade to 980513 version of Bochs.
v. 1.8
date: 1998/04/03 02:38:44; author: alex; state: Exp; lines: +5 -5
Upgrade to 980331 version of Bochs.
v. 1.7
date: 1998/03/11 19:49:38; author: alex; state: Exp; lines: +4 -4
Upgrade to 980311 version of Bochs.
v. 1.6
date: 1998/02/27 01:52:54; author: alex; state: Exp; lines: +5 -5
Upgrade to 980124 version of Bochs. This is the first release of Bochs
which is able to boot Linux.
v. 1.5
date: 1998/01/26 00:46:35; author: alex; state: Exp; lines: +5 -5
Upgrade to 980124 version of Bochs.
v. 1.4
date: 1998/01/19 04:00:30; author: alex; state: Exp; lines: +5 -5
Update to 980118 version of Bochs.
v. 1.3
date: 1997/12/23 07:15:20; author: asami; state: Exp; lines: +2 -2
No need to use += on first appearance of variables.
v. 1.2
date: 1997/12/21 14:34:55; author: alex; state: Exp; lines: +2 -9
Removed adjustment of LOCAL_PREFIX in patch-aa and MESSAGE.
PR: 5354
v. 1.1
date: 1997/12/18 03:47:32; author: alex; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/12/18 03:47:32; author: alex; state: Exp; lines: +0 -0
Bochs is an Intel x86 CPU emulator capable of running protected mode
software such as Windows 95.
=============================================================================
v. 1.79
date: 2007/12/14 23:14:49; author: miwi; state: Exp; lines: +6 -6
- Update to 2.3.5
PR: 118607
Submitted by: KATO Tsuguru
v. 1.78
date: 2007/05/19 20:04:25; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.77
date: 2006/11/19 15:09:52; author: pav; state: Exp; lines: +1 -0
- If you use ne2k driver for FreeBSD, bochs will not receive incoming packets
until the buffer specified by bochs is full (2048). Enable immediate mode to
solve this.
PR: ports/105580
Submitted by: Thinker
v. 1.76
date: 2006/10/31 18:48:15; author: alepulver; state: Exp; lines: +195 -86
- Use SF macro in MASTER_SITES.
- Add more OPTIONS and knobs.
v. 1.75
date: 2006/09/26 12:33:18; author: rafan; state: Exp; lines: +6 -1
- Update to 2.3
PR: ports/103635
Submitted by: KATO Tsuguru
v. 1.74
date: 2006/05/17 13:08:24; author: vs; state: Exp; lines: +9 -0
Enable --port-e9-hack option
PR: ports/95057
Submitted by: Matthieu Michaud
v. 1.73
date: 2006/05/14 11:06:40; author: lawrance; state: Exp; lines: +2 -6
Use SUB_FILES instead of pre-patch commands.
PR: port/97217
Submitted by: Ports Fury
v. 1.72
date: 2006/03/18 12:40:47; author: mnag; state: Exp; lines: +0 -4
- Fix build on 4.x
- Minor reoganize in Makefile
PR: 94596
Submitted by: Sven Berkvens-Matthijsse
v. 1.71
date: 2006/03/16 19:44:01; author: pav; state: Exp; lines: +6 -10
- Update to 2.2.6
- Change flag to enable/disable SMP instead of obsolete method of specifying
the number of CPU's
PR: ports/94533
Submitted by: Sean Farley
v. 1.70
date: 2006/01/27 09:35:30; author: linimon; state: Exp; lines: +2 -2
Replace the dangerous .error with IGNORE.
v. 1.69
date: 2005/11/15 13:17:04; author: lawrance; state: Exp; lines: +1 -1
Update to 2.2.1
PR: ports/89067
Submitted by: Jan Rochel
v. 1.68
date: 2005/06/23 17:49:54; author: dinoex; state: Exp; lines: +1 -1
- update to 2.2
v. 1.67
date: 2005/04/12 03:25:25; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.66
date: 2005/04/11 08:02:11; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.65
date: 2004/07/29 18:13:28; author: pav; state: Exp; lines: +11 -2
- Fix WITH_BOCHS_GUI_TERM to work as documented
- Add new knob WITH_BOCHS_GUI_NOGUI
PR: ports/69736
Submitted by: Dryice Liu
v. 1.64
date: 2004/07/23 19:10:08; author: anholt; state: Exp; lines: +4 -8
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
v. 1.63
date: 2004/03/27 13:25:40; author: netchild; state: Exp; lines: +9 -4
Update to 2.1.1, changes since 2.1 are:
- fix bug in int15h function 0xe820 (Christian Neubert)
- fix vmware3 disk support on big-endian platforms (Christophe Bothamy)
- fix conditions for NM exception on FWAIT instruction (Christophe)
- fix symbol conflict in rfb and x display libraries (Volker Ruppert)
- allow 16 bit writes to ne2k page 0 (Volker)
- notify display libraries on change of bpp (Volker)
- fix bug in int13h function 0x10 (Volker)
- fix floppy dialog error on win2k (Volker)
- fix adress check in TSS IO permission bitmap (Christophe)
- fix buffer overflow vulnerability pointed out by SeSoX (Christophe)
- updates for MacOS compile (Daniel Gimpelevich)
- Fix the path arguments of the 'vgaromimage' options (i.e. don't prepend
"file=") in the installed bochsrc-sample.txt. This was already wrong for
at least 2.1.
- Respect DATADIR/DOCSDIR, use DATADIR in pkg-plist.
- Update pkg-descr (emulated CPUs etc.) based on the info on the homepage.
- Reword pkg-message a bit so the line containing DOCSDIR does (normally) fit
in 80 chars when expanded.
Submitted by: Marius Strobl
v. 1.62
date: 2004/02/04 05:20:04; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.61
date: 2004/01/30 22:03:04; author: kris; state: Exp; lines: +2 -1
Fix plist and bump PORTREVISION
v. 1.60
date: 2004/01/28 09:16:05; author: anholt; state: Exp; lines: +1 -1
Return to ports@ because I won't be working on FreeBSD for 3 months minimum.
v. 1.59
date: 2004/01/22 00:10:11; author: anholt; state: Exp; lines: +4 -15
Remove some obsolete messages, and apply some punctuation fixes from
ports/61549.
PR: ports/61549
Submitted by: Ken Stailey
v. 1.58
date: 2004/01/17 23:22:07; author: anholt; state: Exp; lines: +14 -105
Update to 2.1. Try to provide a better set of default options and a better
default configuration (VESA enabled, which is very popular, and the config file
has the clock synchronizing to the host as default). Simplify the Makefile
greatly.
v. 1.57
date: 2003/07/15 19:22:40; author: anholt; state: Exp; lines: +3 -2
Add in PCI bridge support. It's a run-time option, too, and is required for
some guest OSes.
PR: ports/52631
Submitted by: Bruce M Simpson
v. 1.56
date: 2003/05/20 18:02:52; author: anholt; state: Exp; lines: +26 -5
Add WITH_BOCHS_TERM and WITH_BOCHS_VESA options and explicitly disable MMX on
emulated processor versions that can't support it.
PR: ports/52347
Submitted by: keramida (mostly)
v. 1.55
date: 2003/04/14 01:52:50; author: obrien; state: Exp; lines: +9 -0
Add support for configuring for a AMD64.
v. 1.54
date: 2003/03/07 06:01:13; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.53
date: 2003/02/13 20:05:02; author: anholt; state: Exp; lines: +0 -5
Remove attempt at installing the 1.4.1 BIOS, which was no longer needed with
the 2.0.2 update (fetching of the distfile was removed in the last commit).
Noticed by: Ronald Klop
v. 1.52
date: 2003/02/11 00:57:06; author: anholt; state: Exp; lines: +4 -8
Update to 2.0.2
PR: ports/48143
Submitted by: Ports Fury
v. 1.51
date: 2003/01/11 00:07:24; author: anholt; state: Exp; lines: +1 -1
Missed slash in MASTER_SITE_SUBDIR prevented fetching.
v. 1.50
date: 2003/01/10 23:59:22; author: anholt; state: Exp; lines: +26 -18
Update bochs port to 2.0.1, take maintainership.
PR: 46937
Submitted by: Ports Fury (PR), Keith Jones (patch-cdrom.cc)
v. 1.49
date: 2002/12/12 07:52:00; author: edwin; state: Exp; lines: +2 -2
Fix emulators/bochs WITH_BOCHS_PROCESSORS
PR: ports/45827
Submitted by: Ceri Davies
v. 1.48
date: 2002/11/03 14:41:51; author: naddy; state: Exp; lines: +2 -2
Rename patch-message, which is already a bsd.port.mk target.
v. 1.47
date: 2002/07/12 19:56:54; author: pat; state: Exp; lines: +19 -21
Update to 1.4.1
PR: ports/40495
Submitted by: KATO Tsuguru
v. 1.46
date: 2002/06/19 01:07:10; author: pat; state: Exp; lines: +10 -1
- Add patch which fixes build under certain configurations
PR: ports/38124
Submitted by: Leland Wang
- Fix build for -current and add WITH_NE2000 knob
PR: ports/38759
Submitted by: anholt
v. 1.45
date: 2002/05/14 21:48:12; author: pat; state: Exp; lines: +6 -4
Update to 1.4
PR: 38041
Submitted by: KATO Tsuguru
v. 1.44
date: 2002/01/09 00:58:16; author: mbr; state: Exp; lines: +4 -2
Upgrade to version 1.3. Bochs works now wonderfull
in CURRENT, while 1.21 did panic.
Approved by: demon
v. 1.43
date: 2002/01/07 14:08:23; author: sf; state: Exp; lines: +3 -1
include pre.mk for XFREE86_VERSION usage.
Noticed by: Dan Langille
v. 1.42
date: 2002/01/07 04:42:05; author: will; state: Exp; lines: +1 -1
Mail to the maintainer bounces.
v. 1.41
date: 2002/01/07 04:38:10; author: will; state: Exp; lines: +6 -0
If XFREE86_VERSION=4, we need mkfontdir from x11/XFree86-4-clients.
Submitted by: bento
v. 1.40
date: 2001/12/06 12:44:11; author: kevlo; state: Exp; lines: +2 -2
Fix Makefile
Submitted by: Jeroen Ruigrok/Asmodai
v. 1.39
date: 2001/10/20 09:48:55; author: kevlo; state: Exp; lines: +160 -39
Update to version 1.2.1
PR: 31382
Submitted by: MAINTAINER
v. 1.38
date: 2001/08/30 03:58:32; author: lioux; state: Exp; lines: +2 -2
Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net
Approved by: MAINTAINER
v. 1.37
date: 2001/06/09 12:59:30; author: roam; state: Exp; lines: +2 -2
Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to
PR: 27867
Submitted by: maintainer
v. 1.36
date: 2001/06/09 00:20:36; author: sobomax; state: Exp; lines: +5 -3
Update to 1.2.
No response from: brand new maintainer
v. 1.35
date: 2001/06/02 16:42:56; author: sobomax; state: Exp; lines: +45 -26
Update to 1.1.2.
PR: 27467
Submitted by: Cyrille Lefevre , sobomax
v. 1.34
date: 2001/02/14 05:42:59; author: lioux; state: Exp; lines: +2 -2
typo clean up police: \s -> \t
v. 1.33
date: 2001/02/05 14:49:03; author: olgeni; state: Exp; lines: +2 -2
Style police on editors category.
v. 1.32
date: 2000/12/22 09:56:31; author: roam; state: Exp; lines: +2 -2
Updated MASTER_SITES.
PR: 23729
Submitted by: George Reid
v. 1.31
date: 2000/11/11 06:10:24; author: obrien; state: Exp; lines: +2 -2
Drop maintainership. I haven't used bochs for a long time now.
v. 1.30
date: 2000/07/17 13:40:09; author: sobomax; state: Exp; lines: +10 -12
Update to 2000.0325
PR: 18488
Submitted by: FUJISHIMA Satsuki
v. 1.29
date: 2000/04/12 04:55:15; author: mharo; state: Exp; lines: +4 -4
PORTNAME/VERSION stuff
v. 1.28
date: 2000/03/22 00:26:41; author: obrien; state: Exp; lines: +2 -1
Restore useless version required comments.
v. 1.27
date: 2000/03/20 02:36:08; author: obrien; state: Exp; lines: +1 -2
Remove the "version required" line.
v. 1.26
date: 2000/02/29 10:02:29; author: obrien; state: Exp; lines: +3 -3
Fix paths in .bochsrc file.
PR: 16511
Submitted by: Dann Lunsford
v. 1.25
date: 2000/02/13 16:48:24; author: obrien; state: Exp; lines: +5 -7
Update to the 4-Jan-2000 offering.
Tested by: jhb
v. 1.24
date: 2000/02/13 03:23:05; author: obrien; state: Exp; lines: +10 -10
Style nits in the ports I maintain.
v. 1.23
date: 2000/02/07 22:08:45; author: mharo; state: Exp; lines: +5 -5
change ordering of variables (portlint)
v. 1.22
date: 2000/02/03 16:01:10; author: obrien; state: Exp; lines: +5 -1
Support bochs's internal debugger.
Submitted by: jhb
v. 1.21
date: 1999/11/23 01:55:03; author: obrien; state: Exp; lines: +8 -1
Make PREFIX clean.
v. 1.20
date: 1999/11/23 01:38:17; author: obrien; state: Exp; lines: +2 -2
Update to the 991114 version.
v. 1.19
date: 1999/10/06 08:23:54; author: obrien; state: Exp; lines: +6 -6
Upgrade to the 991004 version.
v. 1.18
date: 1999/09/19 04:22:54; author: obrien; state: Exp; lines: +5 -5
Upgrade to the 990907b version.
v. 1.17
date: 1999/08/31 06:43:51; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.16
date: 1999/08/25 05:49:09; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.15
date: 1999/08/01 02:32:54; author: steve; state: Exp; lines: +8 -9
Update to version 990623a.
PR: 12709
Submitted by: John Baldwin
v. 1.14
date: 1999/01/01 16:34:07; author: alex; state: Exp; lines: +2 -2
Remove myself as maintainer.
v. 1.13
date: 1998/12/01 08:04:23; author: asami; state: Exp; lines: +2 -2
Add USE_XLIB. Also, "commercial package" is no reason for NO_PACKAGE;
RESTRICTED and NO_CDROM is enough.
v. 1.12
date: 1998/11/03 02:26:39; author: alex; state: Exp; lines: +5 -5
Upgrade to bochs-981102b.
Submitted by: msmith
v. 1.11
date: 1998/09/11 15:40:16; author: alex; state: Exp; lines: +2 -2
Changed MASTER_SITES to ftp.bochs.com.
v. 1.10
date: 1998/06/07 09:32:33; author: dburr; state: Exp; lines: +2 -2
Upgrade to bochs-980513a.
* change package name in Makefile.
* change md5.
* change PLIST to reflect changes in the installed files.
Submitted by: Sergei Laskavy
(who submitted a patch to bochs-980409b; I upgraded to the latest version
while I was at it.)
v. 1.9
date: 1998/05/18 23:49:17; author: alex; state: Exp; lines: +2 -2
Upgrade to 980513 version of Bochs.
v. 1.8
date: 1998/04/03 02:38:44; author: alex; state: Exp; lines: +5 -5
Upgrade to 980331 version of Bochs.
v. 1.7
date: 1998/03/11 19:49:38; author: alex; state: Exp; lines: +4 -4
Upgrade to 980311 version of Bochs.
v. 1.6
date: 1998/02/27 01:52:54; author: alex; state: Exp; lines: +5 -5
Upgrade to 980124 version of Bochs. This is the first release of Bochs
which is able to boot Linux.
v. 1.5
date: 1998/01/26 00:46:35; author: alex; state: Exp; lines: +5 -5
Upgrade to 980124 version of Bochs.
v. 1.4
date: 1998/01/19 04:00:30; author: alex; state: Exp; lines: +5 -5
Update to 980118 version of Bochs.
v. 1.3
date: 1997/12/23 07:15:20; author: asami; state: Exp; lines: +2 -2
No need to use += on first appearance of variables.
v. 1.2
date: 1997/12/21 14:34:55; author: alex; state: Exp; lines: +2 -9
Removed adjustment of LOCAL_PREFIX in patch-aa and MESSAGE.
PR: 5354
v. 1.1
date: 1997/12/18 03:47:32; author: alex; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/12/18 03:47:32; author: alex; state: Exp; lines: +0 -0
Bochs is an Intel x86 CPU emulator capable of running protected mode
software such as Windows 95.
=============================================================================
|
| |

|