FreshPorts -- The Place For Ports Sat, 17 May 2008 8:07 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
bochs 2.3.6_1,2 emulators on this many watch lists=32 search for ports that depend on this port
An IA-32 (x86) PC emulator that runs DOS, Win 95, and more

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


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. 

WWW: http://bochs.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: x11-fonts/mkfontdir, devel/gmake, x11/libXext, x11-toolkits/libXt
Required To Run: x11-fonts/mkfontdir, x11/libXext, x11-toolkits/libXt

To install the port: cd /usr/ports/emulators/bochs/ && make install clean
To add the package: pkg_add -r bochs


Configuration Options
===> The following configuration options are available for bochs-2.3.6_1,2:
     CDROM=on (default) "Enable CDROM support"
     CLGD54XX=off (default) "Enable Cirrus Logic GD54xx video card"
     DEBUGGER=off (default) "Enable debugger and disassembler support"
     DEBUGGER_X86=off (default) "Enable x86 hardware debugger"
     FPU=on (default) "Enable FPU emulator"
     IDLE_HACK=off (default) "Keep Bochs from using all CPU time"
     IGNORE_BAD_MSR=off (default) "Ignore unknown MSR references (don't panic)"
     MTRR=off (default) "Enable MTRR emulation (CPU level >= 6)"
     MWAIT=off (default) "Enable experimental MONITOR/MWAIT support"
     NE2000=on (default) "Enable limited ne2000 support"
     NEW_PIT=on (default) "Enable use of the new PIT model"
     OPTIMIZATIONS=on (default) "Enable all safe speeed optimizations"
     PCI=on (default) "Enable limited i440FX PCI support"
     PLUGINS=off (default) "Enable building dynamic loadable plugins"
     PNIC=off (default) "Enable PCI pseudo NIC (network card) support"
     PORT_E9_HACK=on (default) "Writes to port e9 go to console"
     READLINE=off (default) "Enable readline support in debugger"
     RFB=off (default) "Enable VNC server support in display"
     SB16=on (default) "Enable Sound Blaster 16 emulation"
     SDL=off (default) "Enable SDL display interface"
     SHOW_IPS=off (default) "Enable logging of measured IPS"
     SMP=off (default) "Enable SMP simulation support (CPU level 6)"
     SSE4=off (default) "Enable emulation of SSE4.2 instruction set"
     SVGA=off (default) "Enable SVGAlib support"
     TCACHE=on (default) "Enable trace cache"
     TERM=off (default) "Use text only, console based interface"
     USB=off (default) "Enable limited i440FX PCI USB support"
     VBE=on (default) "Enable VGA BIOS Extensions"
     WX=off (default) "Use WxWidgets display interface"
     X11=on (default) "Use X11 display interface"
     X86_64=off (default) "Enable AMD x86-64 support"
     XPM=off (default) "Enable XPM library support"
===> Use 'make config' to modify these settings

Master Sites:
http://heanet.dl.sourceforge.net/sourceforge/bochs/
http://nchc.dl.sourceforge.net/sourceforge/bochs/
http://kent.dl.sourceforge.net/sourceforge/bochs/
http://easynews.dl.sourceforge.net/sourceforge/bochs/
http://ufpr.dl.sourceforge.net/sourceforge/bochs/
http://umn.dl.sourceforge.net/sourceforge/bochs/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 60

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Apr 2008 18:56:05
Original commit files touched by this commit  2.3.6_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
13 Mar 2008 14:28:35
Original commit files touched by this commit  2.3.6_1,2
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
30 Dec 2007 12:49:56
Original commit files touched by this commit  2.3.6,2
mm search for other commits by this committer
- Update to 2.3.6
- Add new features to OPTIONS
14 Dec 2007 23:14:49
Original commit files touched by this commit  2.3.5,2
miwi search for other commits by this committer
- Update to 2.3.5

PR:             118607
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
19 May 2007 21:32:57
Original commit files touched by this commit  2.3_2,2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
19 Nov 2006 15:09:53
Original commit files touched by this commit  2.3_1,2
pav search for other commits by this committer
- 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 <thinker@branda.to>
31 Oct 2006 18:48:16
Original commit files touched by this commit  2.3,2
alepulver search for other commits by this committer
- Use SF macro in MASTER_SITES.
- Add more OPTIONS and knobs.
26 Sep 2006 13:33:19
Original commit files touched by this commit  2.3,2
rafan search for other commits by this committer
- Update to 2.3

PR:             ports/103635
Submitted by:   KATO Tsuguru <tkato432 at yahoo.com>
17 May 2006 14:08:24
Original commit files touched by this commit  2.2.6,2
vs search for other commits by this committer
Enable --port-e9-hack option

PR:             ports/95057
Submitted by:   Matthieu Michaud
14 May 2006 12:06:40
Original commit files touched by this commit  2.2.6,2
lawrance search for other commits by this committer
Use SUB_FILES instead of pre-patch commands.

PR:             port/97217
Submitted by:   Ports Fury
18 Mar 2006 12:40:47
Original commit files touched by this commit  2.2.6,2
mnag search for other commits by this committer
- Fix build on 4.x
- Minor reoganize in Makefile

PR:             94596
Submitted by:   Sven Berkvens-Matthijsse <sven@ilse.net>
16 Mar 2006 19:44:02
Original commit files touched by this commit  2.2.6,2
pav search for other commits by this committer
- 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 <sean-freebsd@farley.org>
27 Jan 2006 09:35:31
Original commit files touched by this commit  2.2.1,2
linimon search for other commits by this committer
Replace the dangerous .error with IGNORE.
24 Nov 2005 16:07:52
Original commit files touched by this commit  2.2.1,2
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 13:17:04
Original commit files touched by this commit  2.2.1,2
lawrance search for other commits by this committer
Update to 2.2.1

PR:             ports/89067
Submitted by:   Jan Rochel <jannisan@t-online.de>
23 Jun 2005 18:49:55
Original commit files touched by this commit  2.2,2
dinoex search for other commits by this committer
- update to 2.2
12 Apr 2005 04:26:57
Original commit files touched by this commit  2.1.1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  2.1.1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
28 Aug 2004 07:06:17
Original commit files touched by this commit  2.1.1
krion search for other commits by this committer
Fix build with gcc-3.4

PR:             ports/71055
Submitted by:   Ports Fury
29 Jul 2004 19:13:28
Original commit files touched by this commit  2.1.1,2
pav search for other commits by this committer
- Fix WITH_BOCHS_GUI_TERM to work as documented
- Add new knob WITH_BOCHS_GUI_NOGUI

PR:             ports/69736
Submitted by:   Dryice Liu <dryice@liu.com.cn>
23 Jul 2004 20:10:32
Original commit files touched by this commit  2.1.1,2
anholt search for other commits by this committer
- 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)
27 Mar 2004 13:25:40
Original commit files touched by this commit  2.1.1,2
netchild search for other commits by this committer
 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 <marius@alchemy.franken.de>
17 Mar 2004 18:29:46
Original commit files touched by this commit  2.1_2,2
trevor search for other commits by this committer
SIZEify.
04 Feb 2004 05:21:48
Original commit files touched by this commit  2.1_2,2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
30 Jan 2004 22:03:04
Original commit files touched by this commit  2.1_1,2
kris search for other commits by this committer
Fix plist and bump PORTREVISION
28 Jan 2004 09:16:06
Original commit files touched by this commit  2.1,2
anholt search for other commits by this committer
Return to ports@ because I won't be working on FreeBSD for 3 months minimum.
22 Jan 2004 00:10:12
Original commit files touched by this commit  2.1,2
anholt search for other commits by this committer
Remove some obsolete messages, and apply some punctuation fixes from
ports/61549.

PR:             ports/61549
Submitted by:   Ken Stailey <kstailey@yahoo.com>
17 Jan 2004 23:22:07
Original commit files touched by this commit  2.1,2
anholt search for other commits by this committer
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.
15 Jul 2003 20:22:41
Original commit files touched by this commit  2.0.2,2
anholt search for other commits by this committer
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 <bms@spc.org>
15 Jul 2003 20:11:57
Original commit files touched by this commit  2.0.2,2
anholt search for other commits by this committer
Fix compilation on -current.

PR:             ports/54440
Submitted by:   Erik Greenwald <erik@smluc.org>
20 May 2003 19:02:52
Original commit files touched by this commit  2.0.2,1
anholt search for other commits by this committer
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)
14 Apr 2003 02:52:50
Original commit files touched by this commit  2.0.2,1
obrien search for other commits by this committer
Add support for configuring for a AMD64.
07 Mar 2003 06:01:20
Original commit files touched by this commit  2.0.2,1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
13 Feb 2003 20:05:02
Original commit files touched by this commit  2.0.2,1
anholt search for other commits by this committer
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 <ronald@cs.vu.nl>
11 Feb 2003 00:57:06
Original commit files touched by this commit  2.0.2,1
anholt search for other commits by this committer
Update to 2.0.2

PR:             ports/48143
Submitted by:   Ports Fury
11 Jan 2003 00:07:24
Original commit files touched by this commit  2.0.1,1
anholt search for other commits by this committer
Missed slash in MASTER_SITE_SUBDIR prevented fetching.
10 Jan 2003 23:59:22
Original commit files touched by this commit  2.0.1,1
anholt search for other commits by this committer
Update bochs port to 2.0.1, take maintainership.

PR:             46937
Submitted by:   Ports Fury (PR), Keith Jones (patch-cdrom.cc)
12 Dec 2002 07:52:00
Original commit files touched by this commit  1.4.1,1
edwin search for other commits by this committer
Fix emulators/bochs WITH_BOCHS_PROCESSORS

PR:             ports/45827
Submitted by:   Ceri Davies <ceri@FreeBSD.org>
03 Nov 2002 14:41:52
Original commit files touched by this commit  1.4.1,1
naddy search for other commits by this committer
Rename patch-message, which is already a bsd.port.mk target.
12 Jul 2002 20:56:55
Original commit files touched by this commit  1.4.1,1
pat search for other commits by this committer
Update to 1.4.1

PR:             ports/40495
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
19 Jun 2002 02:07:13
Original commit files touched by this commit  1.4,1
pat search for other commits by this committer
- Add patch which fixes build under certain configurations

PR:             ports/38124
Submitted by:   Leland Wang <llwang@infor.org>

- Fix build for -current and add WITH_NE2000 knob

PR:             ports/38759
Submitted by:   anholt
14 May 2002 22:48:12
Original commit files touched by this commit  1.4,1
pat search for other commits by this committer
Update to 1.4

PR:             38041
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
11 Mar 2002 23:21:06
Original commit files touched by this commit
sobomax search for other commits by this committer
Unbroke on recent -current: we now need <arpa/inet.h> to get proto for
ntohl(3).
09 Jan 2002 00:58:16
files touched by this commit
mbr search for other commits by this committer
Upgrade to version 1.3. Bochs works now wonderfull   in CURRENT, while 1.21 did
panic.    
07 Jan 2002 14:08:24
files touched by this commit
sf search for other commits by this committer
include pre.mk for XFREE86_VERSION usage.    
07 Jan 2002 04:42:05
files touched by this commit
will search for other commits by this committer
Mail to the maintainer bounces.    
07 Jan 2002 04:38:10
files touched by this commit
will search for other commits by this committer
If XFREE86_VERSION=4, we need mkfontdir from x11/XFree86-4-clients.    
06 Dec 2001 12:44:11
files touched by this commit
kevlo search for other commits by this committer
Fix Makefile    
20 Oct 2001 11:48:57
files touched by this commit
kevlo search for other commits by this committer
Update to version 1.2.1    
30 Aug 2001 05:58:35
files touched by this commit
lioux search for other commits by this committer
Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net    
09 Jun 2001 14:59:34
files touched by this commit
roam search for other commits by this committer
Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to 
  
09 Jun 2001 02:20:38
files touched by this commit
sobomax search for other commits by this committer
Update to 1.2.    
02 Jun 2001 18:42:57
files touched by this commit
sobomax search for other commits by this committer
Update to 1.1.2.    
14 Feb 2001 05:43:01
files touched by this commit
lioux search for other commits by this committer
typo clean up police: \s -> \t    
05 Feb 2001 14:49:05
files touched by this commit
olgeni search for other commits by this committer
Style police on editors category.    
22 Dec 2000 09:56:31
files touched by this commit
roam search for other commits by this committer
Updated MASTER_SITES.    
11 Nov 2000 06:10:25
files touched by this commit
obrien search for other commits by this committer
Drop maintainership.  I haven't used bochs for a long time now.    
08 Oct 2000 03:02:29
files touched by this commit
asami search for other commits by this committer
Convert category emulators to new layout.  
17 Jul 2000 15:40:10
files touched by this commit
sobomax search for other commits by this committer
Update to 2000.0325    
06 Jun 2000 09:14:26
files touched by this commit
sobomax search for other commits by this committer
Add several missed from the PLIST files.    

Number of commits found: 60

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days19
new fortnight53
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.955 seconds.