aboutsummaryrefslogtreecommitdiff
path: root/emulators/bochs
Commit message (Collapse)AuthorAgeFilesLines
* - update to 2.2Dirk Meyer2005-06-235-35/+20
| | | | Notes: svn path=/head/; revision=137941
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix build with gcc-3.4Kirill Ponomarev2004-08-281-0/+11
| | | | | | | | PR: ports/71055 Submitted by: Ports Fury Notes: svn path=/head/; revision=117480
* - Fix WITH_BOCHS_GUI_TERM to work as documentedPav Lucistnik2004-07-291-2/+11
| | | | | | | | | | - Add new knob WITH_BOCHS_GUI_NOGUI PR: ports/69736 Submitted by: Dryice Liu <dryice@liu.com.cn> Notes: svn path=/head/; revision=115016
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-8/+4
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=114511
* Update to 2.1.1, changes since 2.1 are:Alexander Leidinger2004-03-275-33/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=105415
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix plist and bump PORTREVISIONKris Kennaway2004-01-301-1/+2
| | | | Notes: svn path=/head/; revision=99542
* Return to ports@ because I won't be working on FreeBSD for 3 months minimum.Eric Anholt2004-01-281-1/+1
| | | | Notes: svn path=/head/; revision=99311
* Remove some obsolete messages, and apply some punctuation fixes fromEric Anholt2004-01-221-15/+4
| | | | | | | | | | ports/61549. PR: ports/61549 Submitted by: Ken Stailey <kstailey@yahoo.com> Notes: svn path=/head/; revision=98743
* Update to 2.1. Try to provide a better set of default options and a betterEric Anholt2004-01-177-236/+111
| | | | | | | | | 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. Notes: svn path=/head/; revision=98428
* Add in PCI bridge support. It's a run-time option, too, and is required forEric Anholt2003-07-151-2/+3
| | | | | | | | | | some guest OSes. PR: ports/52631 Submitted by: Bruce M Simpson <bms@spc.org> Notes: svn path=/head/; revision=84936
* Fix compilation on -current.Eric Anholt2003-07-151-0/+76
| | | | | | | | PR: ports/54440 Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=84935
* Add WITH_BOCHS_TERM and WITH_BOCHS_VESA options and explicitly disable MMX onEric Anholt2003-05-201-5/+26
| | | | | | | | | | emulated processor versions that can't support it. PR: ports/52347 Submitted by: keramida (mostly) Notes: svn path=/head/; revision=81556
* Add support for configuring for a AMD64.David E. O'Brien2003-04-141-0/+9
| | | | Notes: svn path=/head/; revision=78925
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove attempt at installing the 1.4.1 BIOS, which was no longer needed withEric Anholt2003-02-131-5/+0
| | | | | | | | | the 2.0.2 update (fetching of the distfile was removed in the last commit). Noticed by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=75474
* Update to 2.0.2Eric Anholt2003-02-116-63/+5
| | | | | | | | PR: ports/48143 Submitted by: Ports Fury Notes: svn path=/head/; revision=75273
* Missed slash in MASTER_SITE_SUBDIR prevented fetching.Eric Anholt2003-01-111-1/+1
| | | | Notes: svn path=/head/; revision=72866
* Update bochs port to 2.0.1, take maintainership.Eric Anholt2003-01-108-70/+75
| | | | | | | | PR: 46937 Submitted by: Ports Fury (PR), Keith Jones (patch-cdrom.cc) Notes: svn path=/head/; revision=72865
* Fix emulators/bochs WITH_BOCHS_PROCESSORSEdwin Groothuis2002-12-121-2/+2
| | | | | | | | PR: ports/45827 Submitted by: Ceri Davies <ceri@FreeBSD.org> Notes: svn path=/head/; revision=71561
* Rename patch-message, which is already a bsd.port.mk target.Christian Weisgerber2002-11-031-2/+2
| | | | Notes: svn path=/head/; revision=69345
* Update to 1.4.1Patrick Li2002-07-123-33/+20
| | | | | | | | PR: ports/40495 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=62879
* - Add patch which fixes build under certain configurationsPatrick Li2002-06-193-1/+42
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=61536
* Update to 1.4Patrick Li2002-05-143-8/+10
| | | | | | | | PR: 38041 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=59111
* Unbroke on recent -current: we now need <arpa/inet.h> to get proto forMaxim Sobolev2002-03-111-0/+13
| | | | | | | ntohl(3). Notes: svn path=/head/; revision=55897
* Upgrade to version 1.3. Bochs works now wonderfullMartin Blapp2002-01-093-4/+8
| | | | | | | | | in CURRENT, while 1.21 did panic. Approved by: demon Notes: svn path=/head/; revision=52780
* include pre.mk for XFREE86_VERSION usage.FUJISHIMA Satsuki2002-01-071-1/+3
| | | | | | | Noticed by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=52714
* Mail to the maintainer bounces.Will Andrews2002-01-071-1/+1
| | | | Notes: svn path=/head/; revision=52687
* If XFREE86_VERSION=4, we need mkfontdir from x11/XFree86-4-clients.Will Andrews2002-01-071-0/+6
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=52686
* Fix MakefileKevin Lo2001-12-061-2/+2
| | | | | | | Submitted by: Jeroen Ruigrok/Asmodai <asmodai@malbolge.dnsalias.net> Notes: svn path=/head/; revision=51137
* Update to version 1.2.1Kevin Lo2001-10-205-73/+219
| | | | | | | | PR: 31382 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48971
* Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.netMario Sergio Fujikawa Ferreira2001-08-301-1/+1
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=47131
* Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.toPeter Pentchev2001-06-091-1/+1
| | | | | | | | PR: 27867 Submitted by: maintainer Notes: svn path=/head/; revision=43703
* Update to 1.2.Maxim Sobolev2001-06-096-110/+25
| | | | | | | No response from: brand new maintainer Notes: svn path=/head/; revision=43668
* Update to 1.1.2.Maxim Sobolev2001-06-0211-87/+162
| | | | | | | | PR: 27467 Submitted by: Cyrille Lefevre <clefevre@poboxes.com>, sobomax Notes: svn path=/head/; revision=43435
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-1/+1
| | | | Notes: svn path=/head/; revision=38323
* Style police on editors category.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37978
* Updated MASTER_SITES.Peter Pentchev2000-12-221-1/+1
| | | | | | | | PR: 23729 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org> Notes: svn path=/head/; revision=36223
* Drop maintainership. I haven't used bochs for a long time now.David E. O'Brien2000-11-111-1/+1
| | | | Notes: svn path=/head/; revision=34980
* Update to 2000.0325Maxim Sobolev2000-07-174-17/+10
| | | | | | | | PR: 18488 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Notes: svn path=/head/; revision=30749
* Add several missed from the PLIST files.Maxim Sobolev2000-06-061-0/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29245
* PORTNAME/VERSION stuffMichael Haro2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27455
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Fix paths in .bochsrc file.David E. O'Brien2000-02-291-2/+2
| | | | | | | | PR: 16511 Submitted by: Dann Lunsford <dann@greycat.com> Notes: svn path=/head/; revision=26440
* Update to the 4-Jan-2000 offering.David E. O'Brien2000-02-132-7/+5
| | | | | | | Tested by: jhb Notes: svn path=/head/; revision=25754
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-9/+9
| | | | Notes: svn path=/head/; revision=25734