aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* - Add glew to the list of supported USE_GL variablesPietro Cerutti2010-04-271-1/+1
| | | | | | | | | - Patch ports depending on GLEW directly Approved by: portmgr (pav) Notes: svn path=/head/; revision=253358
* Update to Wine 1.1.43. Among others, this includes the following changes:Gerald Pfeifer2010-04-256-8/+18
| | | | | | | | | | | - A number of new icons. - Improved support for alpha channel in bitmaps. - Many Direct3D fixes and optimizations. - More complete msvcr80/90 implementations. - Various bug fixes. Notes: svn path=/head/; revision=253245
* Use ${GMAKE} instead of gmake directly.Gerald Pfeifer2010-04-252-2/+2
| | | | Notes: svn path=/head/; revision=253238
* - These only need perl as build dep so change them to USE_PERL5_BUILD.Juergen Lock2010-04-192-11/+11
| | | | | | | | | | | - Some whitespace fixes. - Bump PORTREVISION. PR: ports/145838 ports/145839 Submitted by: Bapt <baptiste.daroussin@gmail.com> Notes: svn path=/head/; revision=252929
* Mark BROKEN on 9.x: does not buildErwin Lansing2010-04-182-1/+9
| | | | Notes: svn path=/head/; revision=252878
* - Fix VBoxManage after recent png updateBeat Gaetzi2010-04-182-2/+6
| | | | | | | | | | | | - Bump PORTREVISION PR: ports/145457 Submitted by: Daisuke Aoyama <aoyama AT peach.ne.jp> on freebsd-emulation@ Tested by: Stacy Millions <stacy AT Millions.Ca>, Regis A. Despres <regis.despres AT businessinteractif.fr> Notes: svn path=/head/; revision=252862
* - Fix libcurl probe for emulators/qemu and add proper dependencies and knobs.Juergen Lock2010-04-114-1/+44
| | | | | | | | | | - Bump PORTREVISIONs. PR: ports/145591 Submitted by: gcooper Notes: svn path=/head/; revision=252553
* BROKEN, size mismatch.Ion-Mihai Tetcu2010-04-071-1/+3
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=252396
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-032-4/+4
| | | | Notes: svn path=/head/; revision=252125
* - Update to 0.7.Alberto Villa2010-04-033-55/+72
| | | | | | | | | | | - Make portlint happy. PR: ports/144353 Submitted by: Olivier Cochard-Labbé <olivier@cochard.me> (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=252104
* Update to Wine 1.1.42. Among others, this includes the following changes:Gerald Pfeifer2010-04-036-14/+14
| | | | | | | | | | | | | | - Dwarf debug info support for better backtraces. - More standard actions supported in MSI. - Support for TIFF image format in WinCodecs. - A number of Direct3D improvements. - Shell fixes for better Internet Explorer support. - Various bug fixes. Also, use GNU make to build the first stage, this is now required. Notes: svn path=/head/; revision=252096
* - update to 1.4.1Dirk Meyer2010-03-2853-59/+68
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 3.1.6Beat Gaetzi2010-03-2714-32/+90
| | | | | | | | | | | | - Fix ioctl warnings in /var/log/messages [1] - Fix build with QT4 support disabled [2] Obtained from: http://www.virtualbox.org/changeset/25953 [1] Reported by: William DiNoia <william.dinoia AT gmail.com> [2] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Notes: svn path=/head/; revision=251573
* Mark as broken on powerpc: fails to install.Mark Linimon2010-03-271-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251568
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-278-8/+8
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update to Wine 1.1.40. Among others, this includes the following changes:Gerald Pfeifer2010-03-206-8/+42
| | | | | | | | | | | | | - A wide range of Direct3D improvements. - Support for SHA-256, SHA-384, and SHA-512 algorithms. - A number of MSHTML fixes. - Various widl improvements. - More typelib fixes. - OLE storage improvements. - Various bug fixes. Notes: svn path=/head/; revision=251258
* Presenting VirtualBox 3.1.4 for FreeBSDMartin Wilke2010-03-1540-517/+1918
| | | | | | | | | | | | | | | | | | | | | | | Changelog from VirtualBox is available here: http://www.virtualbox.org/wiki/Changelog Changes in the port: - VirtualBox and Guest Additions iso updated to 3.1.4 - Add UNIQUENAME to fix options file clashes between the virtualbox ports [0] - Fixed vtophys problems on CURRENT and STABLE kernes newer than January 23th [1] - Fixed page double wiring issue in rtR0MemObjNativeAllocPage [2] PR: ports/143361 [0] Submitted by: Martin Birgmeier <martin.birgmeier AT aon.at> [0] Alexander Eichner <Alexander.Eichner AT Sun.COM> [1] Thanks To: All testers on emulation@ and current@ [1] Giovanni Trematerra <giovanni.trematerra AT gmail.com> [1] Ian Freislich <ianf AT clue.co.za> [1] Reported by: Alan Cox <alc AT cs dot rice dot edu> [2] Notes: svn path=/head/; revision=251101
* - Pass maintainership to new volunteerWen Heping2010-03-151-1/+1
| | | | | | | | PR: ports/144748 Submitted by: Chris Petrik <chris@officialunix.com> Notes: svn path=/head/; revision=251052
* Remove ${DATADIR}/applications during installation; it is always empty.Gerald Pfeifer2010-03-072-2/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250661
* Update to Wine 1.1.40. Among others, this includes the following changes:Gerald Pfeifer2010-03-066-8/+16
| | | | | | | | | | | | | | | - Support for Wow64 registry redirection. - Increased coverage of MSI standard actions. - Various Wordpad improvements. - Many shell fixes for better IE support. - Improved support for typelibs. - Better GL card detection. - Various bug fixes. Feature safe: yes Notes: svn path=/head/; revision=250623
* - Update to 1.52r79Sylvio Cesar Teixeira2010-03-013-7/+16
| | | | | | | | | | PR: ports/144249 Submitted by: okeeblow <root@cooltrainer.org> (maintainer) Approved by: itetcu (mentor) Feature safe: yes Notes: svn path=/head/; revision=250474
* Update to 0.12.3, announce message is here:Juergen Lock2010-03-013-9/+6
| | | | | | | | | | http://lists.gnu.org/archive/html/qemu-devel/2010-02/msg01594.html (Subject says 0.12.2, but in fact the message is about 0.12.3.) Feature safe: yes Notes: svn path=/head/; revision=250466
* Add a GNUTLS knob (off by default for now) that controls our use of theGerald Pfeifer2010-03-012-2/+18
| | | | | | | | | | | | | | | | | GNU Transport Layer Security library, aka the security/gnutls port. Before 2009-09-26/revision 1.311 we had used this opportunistically, then it was disabled across the board to guarantee consistent builds and packages, and now it's a proper option that is needed for the game of Warcraft III and possibly others. PR: 144166 Submitted by: Jan Henrik Sylvester <me@janh.de> Adjusted by: gerald Feature safe: yes Notes: svn path=/head/; revision=250438
* Handle share/applications properly in pkg-plist; it's not under DATADIR.Gerald Pfeifer2010-02-282-10/+10
| | | | | | | | Reported by: pointyhat (via erwin) Feature safe: yes Notes: svn path=/head/; revision=250418
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250234
* Fix a typo which prevents the arch test actually work.Xin LI2010-02-222-2/+2
| | | | | | | | | | Submitted by: Andrius Morkunas <hinokind gmail com> PR: ports/144158 Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=250214
* - Fix typo in MakefileWen Heping2010-02-222-2/+2
| | | | | | | | | | PR: ports/144160 Submitted by: Andrius Morkunas <hinokind@gmail.com> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=250136
* - Fix typo in MakefileWen Heping2010-02-222-2/+2
| | | | | | | | | | PR: ports/14461 Submitted by: Andrius Morkunas <hinokind@gmail.com> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=250135
* Update to Wine 1.1.39. Among others, this includes the following changes:Gerald Pfeifer2010-02-196-12/+16
| | | | | | | | | | | | | | - Support for registry symbolic links. - Many MSI fixes. - Build process improvements. - MSXML cleanups and fixes. - A number of MSHTML improvements. - Various bug fixes. Feature safe: yes Notes: svn path=/head/; revision=250079
* - 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