Commit Graph

539 Commits

Author SHA1 Message Date
fgsch
57c10f880e Update to 3.6.0. 2006-07-08 11:19:41 +00:00
brad
7ad30a37d7 upgrade to gxemul 0.4.0.1
ok maintainer
2006-06-26 12:32:51 +00:00
todd
4e159a33aa update to 0.8.1, see http://qemu.org/changelog.html for details 2006-06-08 14:33:38 +00:00
aanriot
62c47185f8 update MASTER_SITES*, atlantilde.com is now reachable with HTTP . 2006-06-06 09:23:16 +00:00
sturm
b1ed785f57 remove ftp.erisiandiscord.de from MASTER_SITES, it is dead 2006-05-31 01:41:55 +00:00
jolan
169b620fbb +generator 2006-05-03 00:03:21 +00:00
jolan
083a812d64 generator-0.35r2, sega genesis emulator 2006-05-03 00:01:44 +00:00
sturm
dbdfe6a5b8 build with systrace 2006-04-16 16:59:47 +00:00
todd
88e760d1a6 fix problematic patch, found by Marc Espie
pkgname not bumped because it did not cleanly patch with the last commit
2006-04-11 14:10:53 +00:00
todd
c661dd96ac permit vmware to compile since bpf changes
from Frank Dennis
bump pkgname
2006-04-10 21:33:36 +00:00
todd
b4a6cd584d fixes from various
o permit auto tun# allocation
o do not destroy trunk# to permit multiple qemu sessions to use the same trunk#
  in the sample qemu-ifup script
o fix building on zaurus
o detect case where no tun# is available, Nicholas Marriott
o bump pkgname
2006-04-10 21:10:05 +00:00
jsg
74e7d969d3 Update to 0.104
Remove $MAINTAINER due to lack response to mail.

"seems good" niallo@ ok sturm@
2006-04-01 07:20:33 +00:00
sturm
2af62e003d remove dead MASTER_SITES
from Jim Razmus <jim at bonetruck.org>
2006-03-31 16:50:44 +00:00
jsg
7eb1060cc2 Update to 0.65 2006-03-31 13:56:51 +00:00
brad
3084d8722c upgrade to gxemul 0.3.8 2006-03-23 01:40:03 +00:00
todd
6a94487385 qemu-ifup should be executable, reported by djm@, thanks
bump PKGNAME
2006-02-17 12:43:32 +00:00
todd
ef52fdb368 from Andrew Dalgleish openbsd at ajd dot net dot au
o sample qemu-ifup
o permit -net tap,ifname=/dev/tun1 to actually use tun1
from Reyk Floeter reyk at openbsd dot org
o re-enable pcnet

bump PKGNAME
2006-02-16 16:27:44 +00:00
brad
267c14dfec upgrade freebsd_lib to libraries from FreeBSD 4.11.
with this upgrade FreeBSD 1.x, 2.0.x and 2.1.x
libraries were removed.

Resolves PR # 4949

ok aanriot@ nikolay@
2006-02-12 21:34:45 +00:00
fgsch
bcfa2d78b3 Update to 3.5.2; see http://simh.trailing-edge.com/changes35.html
for changelog.
2006-02-09 11:31:11 +00:00
todd
4dbc6a7738 o from the qemu mailing list, prompted by brad@, improve userland
networking througput since otherwise the emulated NICs didn't
  have a way of indicating the receive queue is full and would
  drop packets.
o bump PKGNAME
o inttypes.h made irrelevent a few chunks of patches, so use it instead
2006-02-08 13:44:17 +00:00
niallo
524cfe0b61 - update to latest version (2.1).
for changes see http://stella.sourceforge.net/stellanews.html

ok jolan@
2006-02-07 17:38:41 +00:00
steven
c1a71c1d64 fix MASTER_SITES and HOMEPAGE, bump PKGNAME 2006-02-04 10:12:53 +00:00
sturm
8610665b0f XXX
this is a workaround to let linux applications work with new Xorg,
there's one tester whom it didn't help
the real problem looks like some fontconfig incompatibility, I'll
do further research in that direction
2006-01-25 07:08:53 +00:00
steven
18272988cb Redhat moved distfiles to another server.
from Jim Razmus <jim at bonetruck.org>, thanks!
2006-01-18 05:15:48 +00:00
espie
91caf3e245 fix pkgname according to packages-specs(7) 2006-01-12 11:40:13 +00:00
brad
bd9f2a1628 bump the PKGNAME 2006-01-08 02:20:30 +00:00
aaron
0eb7a63083 Workaround a new security restriction in the kernel that won't allow the
/dev/fd/# mechanism to be used by setugid processes.  The vmmon and vmnet
kernel modules have hacks which use this feature to implement "poor man's
device cloning".  Since vmware setgid's itself (even when run as root),
this broke.  Deal with this in {vmmon,hub}_fake_clonedev() by fooling
dupfdopen() into thinking vmware is a setuid script.

Now vmware will work again in -current.  Tested by myself.  Diff was
eyeballed by deraadt@ and tedu@.
2006-01-08 01:44:38 +00:00
brad
c907f232aa in ONLY_FOR_ARCHS change macppc & zaurus to powerpc & arm. 2006-01-04 21:47:39 +00:00
sturm
fe5d08e7bc mirror distfiles on my server (requested by aanriot@)
and use xmame's historic/ directory
2005-12-31 15:56:09 +00:00
todd
9993d5d566 update to 0.8.0, see qemu.org for full ChangeLog
for OpenBSD, amd64 simulation on i386 appars to work ok now
2005-12-27 07:56:14 +00:00
fgsch
3e00bf7f72 and make this backwards compatible regarding interface names; found the
hard way by matthieu@.
2005-12-21 02:24:55 +00:00
fgsch
1eba0ca93b remove unneeded patches; pcap now includes these functions. 2005-12-21 01:32:28 +00:00
pvalchev
c5aee0f679 correct bugfix, i was on drugs; spotted by author Anders Gavare 2005-12-20 18:57:40 +00:00
pvalchev
48b3d1a034 gcc2: move vars in beginning of block 2005-12-20 08:06:02 +00:00
grange
53d4dd432f Update to gxemul-0.3.7. PowerPC emulation mostly works and ARM
speed-ups.
2005-11-27 10:15:26 +00:00
jsg
c816698af7 No need to patch out lround now it is in libm. 2005-11-26 04:42:38 +00:00
bernd
2429479bed Fix file modes. Bump PKGNAME.
"ack" sturm@
2005-11-25 23:04:21 +00:00
todd
305ca8493e back out a couple #define'd c99 math functions now that OpenBSD
implements them natively
bump PKGNAME, reminded by naddy@
2005-11-25 04:12:54 +00:00
naddy
afda511826 #include <sys/time.h> before <sys/resource.h> 2005-11-13 01:10:12 +00:00
kurt
85bb81a68e remove RTLD_GLOBAL work-around. also fix some warnings from rc file
entries from mantainer Claudio Castiglia <ccastiglia@gmail.com>.
2005-11-12 04:25:22 +00:00
fgsch
9c58aa321f aaron@ drops maintainership for these. 2005-11-09 20:09:56 +00:00
todd
19525d803e permit -nographic to work instead of crash on parallel devices
investigation/suggested fix by Thomas Dettbarn, dettus at dettus dot net
bump PKGNAME
2005-11-05 12:11:05 +00:00
aanriot
9ed511cc54 mirror the other distfiles as they have gone away.
spotted by and ok kurt@
2005-11-03 22:04:41 +00:00
fgsch
11f007dd2c workaround to make qemu happy on amd64 until a better and more correct
fix is applied.
sturm@ ok, maintainer ok a previous more generic approach.
2005-11-03 18:41:55 +00:00
naddy
bfd5225608 Always explicitly set the AUTOCONF_VERSION to use. In some cases
the default was not appropriate.
2005-11-03 18:28:55 +00:00
naddy
41b7f88353 don't use historic autoconf version 2005-11-03 16:14:47 +00:00
bernd
3a06ae9451 Add '@sysctl kern.emul.linux=1' to make sure that linux emulation is
enabled at install stage.

Bump PKGNAMEs accordingly.

"go ahead" espie@
2005-11-02 01:20:18 +00:00
niallo
5959c94650 - update to version 2.0.1. changes include faster rendering and some little
bugfixes for zippped rom file handling.

ok cathcart@
2005-10-31 23:46:38 +00:00
grange
c939acf470 Minor update to gxemul-0.3.6.2. 2005-10-29 19:33:43 +00:00
todd
6662259396 update to qemu 0.7.2 2005-10-25 03:25:44 +00:00
fgsch
fa6670bee7 update to simh 3.5-1. mentioned by pedro@. 2005-10-24 15:53:26 +00:00
aanriot
29be0ed7d0 don't overwrite redhat_base BUILD_DEPENDS.
ok sturm@
2005-10-24 10:36:02 +00:00
sturm
8fcb3cd0b1 use gcpio to correctly extract hardlinks
from Dimitry Andric <dimitry at andric.com> via ports/4536
2005-10-22 19:07:42 +00:00
naddy
cd0e277061 update to 1.42 by new maintainer Jonathan Schleifer <js@h3c.de> 2005-10-21 18:07:10 +00:00
niallo
59c2b2b63a link in stella/ 2005-10-18 19:53:00 +00:00
niallo
e6a49ff077 import emulators/stella
DESCR:
Stella is a multi-platform Atari 2600 VCS emulator.

ok jolan@, tested by aanriot@ and steven mestdagh
<steven.mestdagh at esat.kuleuven.be>
2005-10-18 19:51:58 +00:00
aanriot
c9199cbd23 - reorder includes (problem spotted by naddy)
- mirror a distfile which has gone away
- add a version number to cheat.zip
- cleanings

no binary change;
discussed with fgsch@ and Claudio Castiglia, ok naddy@
2005-10-18 19:08:00 +00:00
sturm
f6f8bc9943 distfiles w/o version numbers belong into DIST_SUBDIR 2005-10-16 18:04:18 +00:00
kevlo
7455beb56b update to spim 7.2.1 2005-10-13 09:06:54 +00:00
grange
650e1acc6f Minor update to gxemul-0.3.6.1, some ARM fixes. 2005-10-12 19:24:28 +00:00
grange
6ece97f07c Update to gxemul-0.3.6.
Small fix for the recent OpenBSD ATA security changes and (tadam!)
ARM support, OpenBSD/cats now runs in gxemul.
2005-10-08 03:54:25 +00:00
fgsch
89ab923bae enable DGA on amd64 as well; bump package. 2005-10-04 02:21:41 +00:00
espie
88eaea7c4f YES, a license change affects the generated packages, since it changes
the extrainfo line from ftp=no to ftp=yes.
So bump the names.
2005-10-02 20:56:38 +00:00
aanriot
d5ce2fc491 fix a license part issue spotted by naddy.
"go ahead" fgsch@ naddy@
2005-10-02 20:36:49 +00:00
fgsch
82b2205b2f Update to xmame/mess 0.100; from maintainer.
add amd64 support.  aanrio@ ok.
2005-10-02 01:39:37 +00:00
espie
664a0a074f +libc5 2005-10-01 14:39:31 +00:00
espie
520aa9aefd I need this, I don't have access to a newer maple version ;( 2005-10-01 14:37:52 +00:00
todd
8619338c33 add the patch mentioned in the previous commit 2005-09-26 20:48:33 +00:00
todd
d14e8f5d83 o add patch to permit osx x86 guest to run
o fix Makefile.target to add -fno-stack-protector for op.o for all archs,
  noted, debugged, and tested by Antoine Jacoutot on macppc, thanks!
o bump PKGNAME
2005-09-26 20:47:56 +00:00
espie
3b16d29858 fix all owners. who's 37 ?
use xargs -r.
2005-09-20 20:43:56 +00:00
grange
19e2c192c9 Update to gxemul-0.3.5. 2005-09-06 19:06:37 +00:00
grange
2dcd5d3f21 -mips64emul
+gxemul
2005-09-06 18:54:46 +00:00
grange
6e995f51c7 mips64emul project was renamed to gxemul because now
it emulates not only MIPS CPU.

ok sturm@ a while ago.
2005-09-06 18:53:24 +00:00
grange
9982af4977 Import gxemul-0.3.4.
gxemul (former mips64emul) is a MIPS (and other) CPU emulator.
The main goal is to emulate MIPS-like CPUs and enough surrounding hardware to
fake real machines, capable of running real (unmodified)
operating systems (such as NetBSD, Linux, FreeBSD,
or OpenBSD), and to assist in experimenting with MIPS in general.

In addition to emulating MIPS-like CPUs an experimental
support for other CPU types (like PPC or HPPA) also exists.

ok sturm@ a while ago.
2005-09-06 18:50:38 +00:00
espie
f1e7eab840 those packages have not changed names since 3.6, even though their
packing-lists was changes in significant ways, and they do not have
enough dependencies that pkg_add can detect they changed through their
signature.

Bump the pkgname, so that pkg_add -r will choose to update them.

okay pvalchev@
2005-08-17 16:10:02 +00:00
todd
fc1ebc4565 update to 0.7.1 (http://qemu.org/changelog.html)
add pcnet nic support
2005-08-11 01:15:17 +00:00
aanriot
ce9a490bce fix MASTER_SITES.
ok brad@
2005-07-14 06:56:24 +00:00
david
ffa7adc015 update to simh-3.4-0; ok fgsch@ kettenis@
adds extended memory support for VAX allowing up to 512MB of memory
2005-06-19 03:47:25 +00:00
naddy
a2b90c1c7f Fix WRKDIST.
Referencing PKGNAME in other variables is dangerous, avoid!
2005-05-14 12:10:48 +00:00
espie
ec9ae0aa27 remove i18n work-around now that the isw* functions exist. 2005-05-11 19:21:06 +00:00
espie
7a797c9e94 tell those packages they can't use wchar yet. 2005-04-14 21:29:28 +00:00
sturm
f163797487 add gtk+2 related rpms, needed for upcomming acroread7 update
ok ish@
2005-04-12 18:28:12 +00:00
db
0925c3a284 typo and wording fixes; approved by pval
ok mbalmer@ "that diff was fun to read"
2005-03-15 01:57:02 +00:00
todd
014dafba61 texi2html is a build depends 2005-03-08 16:29:43 +00:00
espie
61bf8b879f not surprisingly, todd fucks up again... ;-) 2005-03-08 00:05:06 +00:00
todd
28126406d2 I screwed up. This was not ok to remove, perhaps another time, but not now,
and not without ok's and the proper process.
2005-03-07 18:15:09 +00:00
todd
16374d3989 Now that qemu is in, and is comparable to vmware, good bye vmware.
A free license is preferred to a non-native no-source-available binary
requiring license keys, kernel lkm's, and root.
2005-03-07 17:54:49 +00:00
todd
d959f6e91f connect qemu 2005-03-07 17:10:47 +00:00
todd
202b6aaad6 Import qemu snapshot from 2005-02-27
QEMU is a generic and open source processor emulator 
which achieves a good emulation speed by using dynamic translation.

QEMU has two operating modes:

* Full system emulation. In this mode, QEMU emulates 
a full system (for example a PC), including a processor and 
various peripherials. It can be used to launch different
Operating Systems without rebooting the PC or to debug system code.

* User mode emulation (Linux host only). In this mode, 

.. many thanks for feedback from many people, and for Lars Hansson and 
   Michael Schmidt for posting early work on the port of qemu to ports@

For now, only for macppc and i386, as these are currently the only archs
that have reported success building qemu.
QEMU can launch Linux processes compiled for one CPU on another CPU.
2005-03-07 16:41:28 +00:00
grange
5f5d35760b Update to mips64emul-0.3. 2005-02-20 16:07:36 +00:00
alek
9389fdf74d - Adjust devel/gettext dependency
- Bump PKGNAME

ok grange@
2005-02-19 11:20:35 +00:00
alek
15f66b3baf - Use MODULES=devel/gettext
- One dependency per line
- Bump PKGNAME

ok grange@
2005-02-19 11:13:27 +00:00
sturm
0a62b71b49 make some PLISTs "make plist" compliant, all further @dirrm are in broken
ports
2005-02-13 10:56:23 +00:00
sturm
3a51ccb48b add $OpenBSD$ tag 2005-02-09 20:36:29 +00:00
kevlo
a9ca5a103e upgrade to spim 7.1 2005-01-31 06:18:23 +00:00
grange
b9bcda09c3 Minor update to mips64emul-0.2.4.1, contains gcc workaround for alpha. 2005-01-14 08:21:38 +00:00
grange
190b681d1e Update to mips64emul-0.2.4.
Besides other changes it now includes an experimental support for
emulating Casio Cassiopeia BE-300 ;-)
2005-01-13 08:18:33 +00:00
todd
7a77f495ab Makefile 2005-01-07 17:28:20 +00:00
naddy
c4192ad706 SIZE 2005-01-05 16:28:20 +00:00
grange
490b5c5121 Update MASTER_SITES as well. 2004-12-17 08:00:34 +00:00