aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* - Deprecate: no recent builds; use linux_dist-gentoo-stage3 insteadGabor Kovesdan2010-02-101-0/+3
| | | | | | | - Set EXPIRATION_DATE Notes: svn path=/head/; revision=249524
* - Update to 20100126Gabor Kovesdan2010-02-105-25774/+21113
| | | | | | | | | | - Add warning about installing i686 version [1] PR: ports/143652 [1] Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (via private mail) Notes: svn path=/head/; revision=249523
* - Welcome emulators/qemu-devel ppc host support! :) [1]Juergen Lock2010-02-089-278/+514
| | | | | | | | | | | - Attempt to make the pkg-message.s a little more readable. [2] - Bump PORTREVISIONs. Submitted by: Andreas Tobler <andreast@fgznet.ch> [1] Submitted by: wkoszek [2] (with modifications) Notes: svn path=/head/; revision=249464
* Update to Wine 1.1.38. Among others, this includes the following changes:Gerald Pfeifer2010-02-076-10/+16
| | | | | | | | | | | | - Better support for memory allocations debugging. - Improved MIDI support. - A wide range of Direct3D fixes. - OLEDB fixes (should fix Clipart in Office). - Many MSI fixes. - Various bug fixes. Notes: svn path=/head/; revision=249369
* - update to jpeg-8Dirk Meyer2010-02-0543-39/+49
| | | | Notes: svn path=/head/; revision=249285
* - Welcome usable qemu pcap networking! :)Juergen Lock2010-02-046-111/+185
| | | | | | | | | | | | | | | | | 1. Fix packet delays. [1] 2. Truncate oversize packets according to host interface's MTU to avoid e.g. Linux guests panic'ing. Note: This is only necessary as a stopgap measure for cases like host inferfaces using TSO (it still causes retransmissions), the better workaround is to disable the feature on the host interface while using qemu's pcap code. - Add note about pcap to pkg-message.s - Bump PORTREVISIONs. Submitted by: jkim [1] Notes: svn path=/head/; revision=249241
* Add workaround for Linux guest startup hangs seen with -kernel-kqemuJuergen Lock2010-01-302-1/+26
| | | | | | | on stable/8 amd64. Notes: svn path=/head/; revision=248850
* The KDE FreeBSD team is proud to announce the release of SIP-4.10 andDima Panov2010-01-301-0/+1
| | | | | | | | | | PyQt-4.7 for FreeBSD. The official update notes can be found at http://www.riverbankcomputing.com We'd like to say thanks to all helpers, testers and submitters. Notes: svn path=/head/; revision=248842
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-304-4/+4
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835
* Super Nintendo Entertainment System(SNES) Emulator with GTK GUIMartin Wilke2010-01-275-0/+133
| | | | | | | | | | WWW: http://code.google.com/p/snes9x-gtk/ PR: ports/141418 Submitted by: okeeblow <root at cooltrainer.org> Notes: svn path=/head/; revision=248720
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-251-1/+2
| | | | | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat) Notes: svn path=/head/; revision=248567
* - Add CONFLICT with virtualbox-ose.Beat Gaetzi2010-01-243-1/+31
| | | | | | | | | | | | | | | | | | - Removed inclusion of utmp.h to fix build on recent CURRENT. [1] - Add OPTION to install HAL policy file. [2] - Add kldxref to plist. [3] - Bump PORTREVISION. PR: ports/142855 [1] Submitted by: YAMAMOTO Shigeru <shigeru AT iij.ad.jp> [1], ed@ [1] Reported by: Alexander Kabaev <kabaev AT gmail.com> [2], Rainer Hurling <rhurlin AT gwdg.de> [3], Nakata Maho <chat95 AT mac.com> [3], Andrzej Tobola <ato AT iem.pw.edu.pl> [3] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Notes: svn path=/head/; revision=248492
* - Add CONFLICT with virtualbox-ose-additions.Beat Gaetzi2010-01-248-4/+52
| | | | | | | | | | | | | | | - Re-apply fix for ports/140171: Disable testcases to fix possible breakage with non default options set. [1] - Removed inclusion of utmp.h to fix build on recent CURRENT. [2] - Bump PORTREVISION. PR: ports/142855 [2] Reported by: Lanny Baron <lbaron AT servaris.com> [1] Submitted by: YAMAMOTO Shigeru <shigeru AT iij.ad.jp> [2], ed@ [2] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Notes: svn path=/head/; revision=248491
* - Add kldxref to pkg-plist.Beat Gaetzi2010-01-244-0/+6
| | | | | | | | | | | | | - Bump PORTREVISION. Reported by: Alexander Kabaev <kabaev AT gmail.com>, Rainer Hurling <rhurlin AT gwdg.de>, Nakata Maho <chat95 AT mac.com>, Andrzej Tobola <ato AT iem.pw.edu.pl> On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Notes: svn path=/head/; revision=248490
* Update to Wine 1.1.37. Among others, this includes the following changes:Gerald Pfeifer2010-01-226-10/+14
| | | | | | | | | | | - A number of fixes in AVI file support. - Several MSXML improvements. - A few MSI fixes. - Various bug fixes. Adjust the sorting of the package list along the way. Notes: svn path=/head/; revision=248363
* - fix build for amd64Dirk Meyer2010-01-222-5/+16
| | | | | | | Approved by: (implizit by mainatiner) Notes: svn path=/head/; revision=248353
* - Update to 8.0Martin Wilke2010-01-214-22/+22
| | | | | | | | PR: 142980 Submitted by: Ports Fury Notes: svn path=/head/; revision=248312
* Use SUB_FILES for pkg-message instead of sed.Roman Bogorodskiy2010-01-212-2/+3
| | | | | | | | PR: 142457 (based on) Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=248282
* - Fix sorting and minor cleanups in category MakefilesDmitry Marakasov2010-01-201-4/+4
| | | | Notes: svn path=/head/; revision=248188
* Update to 0.12.2, announce message is here:Juergen Lock2010-01-192-4/+4
| | | | | | | http://lists.gnu.org/archive/html/qemu-devel/2010-01/msg01227.html Notes: svn path=/head/; revision=248171
* - Update to 0.136Philip M. Gollucci2010-01-186-12/+16
| | | | | | | | | | - Remove official repository as you can't fetch from it anymore. PR: ports/142778 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer) Notes: svn path=/head/; revision=248068
* Finally bring qemu 0.12.1 into ports as the new emulators/qemu-devel,Juergen Lock2010-01-1742-2042/+1049
| | | | | | | | | | | | | | | | | | | | release announcement is here: http://lists.gnu.org/archive/html/qemu-devel/2009-12/msg02151.html Quoting from pkg-message: - kqemu is no longer supported in qemu upstream after the 0.11 branch was created, which means also not in this version. (Linux has moved on to kvm now for qemu(-like) virtualization needs, so if you want qemu to go faster and don't want to switch to virtualbox or stick to the older emulators/qemu port which is at 0.11.1 atm and as such still supports kqemu you should help getting the FreeBSD kvm port updated and completed: http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD ) Notes: svn path=/head/; revision=248018
* These additions are for installation inside a FreeBSD guest.Beat Gaetzi2010-01-137-0/+230
| | | | | | | | | | | | | | | | | | | | | VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License. WWW: http://www.virtualbox.org/ Please see http://wiki.freebsd.org/VirtualBox for installation instructions. Many thanks to the VirtualBox developers, all tester, patch submitter and the whole vbox@ team. On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Notes: svn path=/head/; revision=247789
* emulators/virtualbox:Beat Gaetzi2010-01-1397-6208/+1418
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove emulators/virtualbox port. Renamed to emulators/virtualbox-ose and seperate port for the kernel modules created: emulators/virtualbox-ose-kmod. emulators/virtualbox-ose: - Update to 3.1.2 - Update guest additions to 3.1.2 - Port has been renamed to virtualbox-ose to reflect that we are using the OSE version. [1] - Added proper PulseAudio support for FreeBSD [2] - procfs is not required anymore because vbox uses sysctl(3) now [3] - Update pkg-message to reflect recent changes - Add nox's FreeBSD host networking patches that are now also in the upstream vbox svn (modulo vbox variable naming style adjustments:) http://lists.freebsd.org/pipermail/freebsd-emulation/2010-January/007260.html http://www.virtualbox.org/changeset/25698 1. Allow direct tap networking again (for users that need the best network performance and/or need more complex network setups, like when they want to use routing instead of bridging to e.g. protect from guests messing with the lan's arp tables; a tap + routing + proxy arp example is in the above freebsd-emulation posting.) 2. Enable vbox' shared mac feature when using bridged mode on a wifi interface, together with the virtualbox-ose-kmod change this should fix bridged mode for wifi users. [4] emulators/virtualbox-ose-kmod: - Update to 3.1.2 - Add rc.d script to load kernel modules - Fix build with a non-standard location for the system source [5] - Merge aeichner's vboxnetflt fix committed to upstream vbox svn (thanks!) that makes the shared mac feature enabled above actually work on FreeBSD hosts. [6] Please see http://wiki.freebsd.org/VirtualBox for update instructions. Many thanks to the VirtualBox developers, all tester, patch submitter and the whole vbox@ team. PR: ports/141630 [2] Noticed by: mm@ [1] Submitted by: Noriyoshi Kawano <bowie AT nrik.jp> [2], Baptiste Daroussin <baptiste.daroussin AT gmail.com> [3] and Bernhard Froehlich <decke AT bluelife.at> [3], nox@ [4], scf@ [5] Obtained from: http://www.virtualbox.org/changeset/25699 [6] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Notes: svn path=/head/; revision=247788
* Upgrade to open-vm-tools-2009.12.16 build 217847Martin Blapp2010-01-103-9/+6
| | | | Notes: svn path=/head/; revision=247526
* SUBFILES += pkg-messagePhilip M. Gollucci2010-01-102-4/+5
| | | | | | | | PR: ports/142514 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=247496
* Fix build INDEX for 6.x.Sergey A. Osokin2010-01-092-2/+2
| | | | | | | | | Report by: Portsnap buildbox Approved by: portmrg (pav@) Pointy hat to: gerald@ Notes: svn path=/head/; revision=247464
* Force the use of flex from the Ports Collection and make it a buildGerald Pfeifer2010-01-092-2/+6
| | | | | | | | | dependency over the old version in the base. Reported by: Andrew Lankford <lankfordandrew@charter.net> Notes: svn path=/head/; revision=247455
* Update to Wine 1.1.36. Among others, this includes the following changes:Gerald Pfeifer2010-01-096-18/+22
| | | | | | | | | | | - Completion of the 16-bit separation. - Improved Shader Model 4 support. - A ton of memory leak fixes. - A number of MSHTML fixes. - Various bug fixes. Notes: svn path=/head/; revision=247446
* - Update to 0.136Martin Wilke2010-01-046-16/+10
| | | | | | | | PR: 142309 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer) Notes: svn path=/head/; revision=247171
* Check should be <= 900000Martin Blapp2010-01-021-3/+3
| | | | Notes: svn path=/head/; revision=247005
* Upgrade open-vm-tools to build 210370 (PR 142112)Martin Blapp2010-01-0218-221/+77
| | | | | | | | | | | Fix complile on FreeBSD 9 Add missing pkg-plist files PR: ports/142112 (partly) Submitted by: Steve Wills <steve@mouf.net> Notes: svn path=/head/; revision=247004
* Mark BROKEN on 9.x: does not build.Erwin Lansing2010-01-021-0/+2
| | | | Notes: svn path=/head/; revision=246998
* Upgrade to version 7.0.1 (or 6.6 if "WITHOUT_GPLv3" is defined).David E. O'Brien2009-12-292-6/+13
| | | | | | | | PR: 140181 Submitted by: ehaupt (v6.6) Notes: svn path=/head/; revision=246836
* - fix option WITH_NLSDirk Meyer2009-12-261-0/+2
| | | | | | | reported by: QAT Notes: svn path=/head/; revision=246695
* - update to 2.2Dirk Meyer2009-12-257-69/+51
| | | | Notes: svn path=/head/; revision=246617
* - Update to 0.58Dmitry Marakasov2009-12-222-16/+15
| | | | | | | | PR: 141884 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer Notes: svn path=/head/; revision=246470
* - Update to 0.135u3Dmitry Marakasov2009-12-226-10/+10
| | | | | | | | PR: 141883 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer) Notes: svn path=/head/; revision=246469
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-2116-42/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Update to Wine 1.1.35. Among others, this includes the following changes:Gerald Pfeifer2009-12-196-10/+28
| | | | | | | | | | | | - Support for OLE transacted storage. - Better certificate checking on secure connections. - More progress on the 16-bit separation. - Left 4 Dead 2 DRM really supported now. - MSI performance improvements. - Various bug fixes. Notes: svn path=/head/; revision=246224
* Reset maintainer at his request.Mark Linimon2009-12-151-1/+1
| | | | | | | PR: ports/141647 Notes: svn path=/head/; revision=245897
* Over to submitter of last update.Mark Linimon2009-12-101-1/+1
| | | | Notes: svn path=/head/; revision=245517
* - Fix loading of vboxnetadp.ko kernel module without loading vboxnetflt.koBeat Gaetzi2009-12-0915-5/+105
| | | | | | | | | | | | kernel module first. - Bump PORTREVISION. PR: ports/141013 Reported / tested by: Scot Hetzel <swhetzel AT gmail.com> Submitted by: Fredrik Lindberg <fli AT shapeshifter.se> Notes: svn path=/head/; revision=245451
* - Drop maintainershipPav Lucistnik2009-12-081-1/+1
| | | | | | | Submitted by: des (maintainer) Notes: svn path=/head/; revision=245418
* - Unbreak on 8.x (untested)Pav Lucistnik2009-12-082-7/+630
| | | | | | | | | PR: ports/138864 Submitted by: Stephen Hurd <shurd@sasktel.net> Approved by: maintainer timeout (des; 2 months) Notes: svn path=/head/; revision=245411
* Fix NOPORTDOCS.Juergen Lock2009-12-061-4/+8
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=245305
* - Update to 0.11.1 - from the official announcement:Juergen Lock2009-12-0622-583/+425
| | | | | | | | | | | | | | | | | | | | | | | | - fix I2C slave addressing (Juha Riihimaki) - Revert "vga: do not resize the screen on hw_invalidate" (Aurelien Jarno) - slirp: fix use-after-free (Mark McLoughlin) - Fix sparc.ld (Blue Swirl) - ELF codedump build failures (Laurent Desnogues) - kvm: Move KVM mp_state accessors to i386-specific code (Hollis Blanchard) - fix configure script with armv4l cpu (Laurent Desnogues) - net: disable draining tap queue in one go (Mark McLoughlin) - pcnet: Restart poll timer on pcnet_start (Jan Kiszka) - Sparc32: Fix lance (Blue Swirl) - mac99: fix segmentation fault on startup (Aurelien Jarno) - usb-linux.c: fix buffer overflow (Jim Paris) - ARM host: fix generated blocks linking (Laurent Desnogues) - qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver) (Juergen Lock) - exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64 (Aurelien Jarno) - Added a cherry picked commit from stable branch that fixes qcow2. Notes: svn path=/head/; revision=245296
* Update to Wine 1.1.34. Among others, this includes the following changes:Gerald Pfeifer2009-12-056-8/+24
| | | | | | | | | | | | - Many fixes for crypto certificates support. - A lot of MSHTML improvements. - Various fixes to support the Left 4 Dead 2 DRM. - A number of OLE marshalling fixes. - More Listview improvements. - Various bug fixes. Notes: svn path=/head/; revision=245248
* Reinstate maintainer at his request.Mark Linimon2009-12-041-1/+1
| | | | Notes: svn path=/head/; revision=245177
* - Fix buildMartin Wilke2009-11-303-14/+1
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=245025