Pav Lucistnik
b7798a0c80
- 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>
2006-11-19 15:09:53 +00:00
Alejandro Pulver
78aa7cac7d
- Use SF macro in MASTER_SITES.
...
- Add more OPTIONS and knobs.
2006-10-31 18:48:16 +00:00
Rong-En Fan
e178c0a05c
- Update to 2.3
...
PR: ports/103635
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
2006-09-26 12:33:18 +00:00
Volker Stolz
7025930de5
Enable --port-e9-hack option
...
PR: ports/95057
Submitted by: Matthieu Michaud
2006-05-17 13:08:24 +00:00
Sam Lawrance
0f5c92dc22
Use SUB_FILES instead of pre-patch commands.
...
PR: port/97217
Submitted by: Ports Fury
2006-05-14 11:06:40 +00:00
Marcus Alves Grando
8ad4c6ed54
- Fix build on 4.x
...
- Minor reoganize in Makefile
PR: 94596
Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net>
2006-03-18 12:40:47 +00:00
Pav Lucistnik
281971ae95
- 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>
2006-03-16 19:44:01 +00:00
Mark Linimon
739e564b8c
Replace the dangerous .error with IGNORE.
2006-01-27 09:38:34 +00:00
Pav Lucistnik
02828448df
- Add SHA256
2005-11-24 16:07:52 +00:00
Sam Lawrance
ea56cc0ee2
Update to 2.2.1
...
PR: ports/89067
Submitted by: Jan Rochel <jannisan@t-online.de>
2005-11-15 13:17:04 +00:00
Dirk Meyer
b3c2104167
- update to 2.2
2005-06-23 17:49:55 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
e8991860cc
Fix build with gcc-3.4
...
PR: ports/71055
Submitted by: Ports Fury
2004-08-28 06:06:17 +00:00
Pav Lucistnik
bac833972e
- 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>
2004-07-29 18:13:28 +00:00
Eric Anholt
4eb209da7d
- 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)
2004-07-23 19:10:32 +00:00
Alexander Leidinger
2232eddad7
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>
2004-03-27 13:25:40 +00:00
Trevor Johnson
33fdc4cde2
SIZEify.
2004-03-17 18:29:46 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Kris Kennaway
ba79046356
Fix plist and bump PORTREVISION
2004-01-30 22:03:04 +00:00
Eric Anholt
180220fd33
Return to ports@ because I won't be working on FreeBSD for 3 months minimum.
2004-01-28 09:16:05 +00:00
Eric Anholt
9dfc919e10
Remove some obsolete messages, and apply some punctuation fixes from
...
ports/61549.
PR: ports/61549
Submitted by: Ken Stailey <kstailey@yahoo.com>
2004-01-22 00:10:11 +00:00
Eric Anholt
e0c097a049
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.
2004-01-17 23:22:07 +00:00
Eric Anholt
d0e21923ea
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>
2003-07-15 19:22:40 +00:00
Eric Anholt
a1a5a06bec
Fix compilation on -current.
...
PR: ports/54440
Submitted by: Erik Greenwald <erik@smluc.org>
2003-07-15 19:11:57 +00:00
Eric Anholt
6990a60695
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)
2003-05-20 18:02:52 +00:00
David E. O'Brien
b86fda0dd0
Add support for configuring for a AMD64.
2003-04-14 01:52:50 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Eric Anholt
9938e488de
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>
2003-02-13 20:05:02 +00:00
Eric Anholt
e4c6407ef2
Update to 2.0.2
...
PR: ports/48143
Submitted by: Ports Fury
2003-02-11 00:57:06 +00:00
Eric Anholt
fcdc2cd7c1
Missed slash in MASTER_SITE_SUBDIR prevented fetching.
2003-01-11 00:07:24 +00:00
Eric Anholt
e5a833e15c
Update bochs port to 2.0.1, take maintainership.
...
PR: 46937
Submitted by: Ports Fury (PR), Keith Jones (patch-cdrom.cc)
2003-01-10 23:59:22 +00:00
Edwin Groothuis
d987d9cf9a
Fix emulators/bochs WITH_BOCHS_PROCESSORS
...
PR: ports/45827
Submitted by: Ceri Davies <ceri@FreeBSD.org>
2002-12-12 07:52:00 +00:00
Christian Weisgerber
3e66c8a1fe
Rename patch-message, which is already a bsd.port.mk target.
2002-11-03 14:41:52 +00:00
Patrick Li
fc858b8a85
Update to 1.4.1
...
PR: ports/40495
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-07-12 19:56:55 +00:00
Patrick Li
e60efd8dfc
- 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
2002-06-19 01:07:13 +00:00
Patrick Li
7f4c820157
Update to 1.4
...
PR: 38041
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-05-14 21:48:12 +00:00
Maxim Sobolev
6ee210658b
Unbroke on recent -current: we now need <arpa/inet.h> to get proto for
...
ntohl(3).
2002-03-11 23:21:06 +00:00
Martin Blapp
15dc45e856
Upgrade to version 1.3. Bochs works now wonderfull
...
in CURRENT, while 1.21 did panic.
Approved by: demon
2002-01-09 00:58:16 +00:00
FUJISHIMA Satsuki
bfe0973b6c
include pre.mk for XFREE86_VERSION usage.
...
Noticed by: Dan Langille <dan@langille.org>
2002-01-07 14:08:24 +00:00
Will Andrews
dade9e1891
Mail to the maintainer bounces.
2002-01-07 04:42:05 +00:00
Will Andrews
96570b8ae4
If XFREE86_VERSION=4, we need mkfontdir from x11/XFree86-4-clients.
...
Submitted by: bento
2002-01-07 04:38:10 +00:00
Kevin Lo
b95323dbb1
Fix Makefile
...
Submitted by: Jeroen Ruigrok/Asmodai <asmodai@malbolge.dnsalias.net>
2001-12-06 12:44:11 +00:00
Kevin Lo
5d0029e416
Update to version 1.2.1
...
PR: 31382
Submitted by: MAINTAINER
2001-10-20 09:48:57 +00:00
Mario Sergio Fujikawa Ferreira
96f3a37ff1
Update MAINTAINER email: clefevre@redirect.to -> clefevre@citeweb.net
...
Approved by: MAINTAINER
2001-08-30 03:58:35 +00:00
Peter Pentchev
9c0a071864
Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to
...
PR: 27867
Submitted by: maintainer
2001-06-09 12:59:34 +00:00
Maxim Sobolev
48b8ff83f4
Update to 1.2.
...
No response from: brand new maintainer
2001-06-09 00:20:37 +00:00
Maxim Sobolev
43d340e831
Update to 1.1.2.
...
PR: 27467
Submitted by: Cyrille Lefevre <clefevre@poboxes.com>, sobomax
2001-06-02 16:42:57 +00:00
Mario Sergio Fujikawa Ferreira
2275ee0bcf
typo clean up police: \s -> \t
2001-02-14 05:43:00 +00:00
Jimmy Olgeni
f91f1f3109
Style police on editors category.
2001-02-05 14:49:05 +00:00