aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Update to Wine 1.1.31. Among others, this includes the following changes:Gerald Pfeifer2009-10-108-22/+102
| | | | | | | | | | | | | | | | | | | | | - Vastly improved monthcal control. - Performance improvements for DIB sections. - Several sound driver fixes. - Beginning of ActiveX support in JScript. - More Direct3D 10 work. - More 16-bit dlls split off to separate modules. - Support for attachments in MAPI. - Various bug fixes. Equally importantly, this finally fixes tools/winebuild for FreeBSD. After my general recognition of FreeBSD has been accepted upstream, this is now only one local patch. [1] PR: 137999 [1] Inspired by: Edward Tomasz Napierala <trasz@FreeBSD.org> [1] Notes: svn path=/head/; revision=242627
* - Fix build with custom LOCALBASEBeat Gaetzi2009-10-085-5/+10
| | | | | | | | | Reported by: QATty Submitted by: Bernhard Froehlich <decke AT bluelife.at> On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Notes: svn path=/head/; revision=242570
* - Fix privilege escalationMartin Wilke2009-10-0710-5/+1040
| | | | | | | | | | - Bump PORTREVISION Security: http://www.vuxml.org/freebsd/ebeed063-b328-11de-b6a5-0030843d3802.html On behalf of: vbox@ (decke, dhn, itetcu, beat, nox) Notes: svn path=/head/; revision=242551
* Fix build on 7/amd64.Juergen Lock2009-09-295-5/+5
| | | | | | | | Approved by: vbox@ (miwi, beat) Feature safe: yes Notes: svn path=/head/; revision=242240
* - Improve error message if /usr/lib32 is not installed on amd64. [1]Beat Gaetzi2009-09-2920-20/+2070
| | | | | | | | | | | | | | | | | | - Fix pkg-plist. Additions directory is only created with WITH_GUESTADDITIONS option. [2] - Add patch to fix panic with vboxnet driver. [3] - Bump PORTREVISION. PR: ports/138935 [1] (based on) Reported by: scf@ [3] Submitted by: Julian H. Stacey <jhs AT berklix.com> [1], Bernhard Froehlich <decke AT bluelife.at> [2], Fredrik Lindberg <fli AT shapeshifter.se> [3] On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox) Feature safe: yes Notes: svn path=/head/; revision=242234
* Update to Wine 1.1.30. Among others, this includes the following changes:Gerald Pfeifer2009-09-266-12/+20
| | | | | | | | | | | | | | | | - Support for OpenAL (disabled for now). - Many improvements in HTML and JavaScript support. - Many common controls fixes and improvements. - More Direct3D 10 work. - Better MAPI support. - Various bug fixes. Explicitly disable OpenAL (new with this version of Wine) and GnuTLS (already older) to guarantee consistent builds. Feature safe: yes Notes: svn path=/head/; revision=242140
* - Fix -m flag bugMartin Wilke2009-09-262-2/+12
| | | | | | | | | | | - Update maintainer mail adress PR: 137297 Submitted by: Pavel I Volkov <pol@opk.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=242122
* - Fix building with recent nasm.Alejandro Pulver2009-09-222-0/+8
| | | | | | | Feature safe: yes (miwi) Notes: svn path=/head/; revision=241926
* Mark IGNORE while its at an older snapshot than emulators/qemu.Juergen Lock2009-09-201-0/+3
| | | | | | | | Suggested by: miwi Feature safe: yes Notes: svn path=/head/; revision=241837
* Fix fetch after one mirror disappeared (MASTER_SITE_SUBDIR was missing.)Juergen Lock2009-09-201-1/+1
| | | | | | | | Submitted by: pointyhat via miwi Feature safe: yes Notes: svn path=/head/; revision=241809
* - Update to 0.4.7.2Pav Lucistnik2009-09-193-16/+4
| | | | | | | | | | PR: ports/138364 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (imp; 19 days) Feature safe: yes Notes: svn path=/head/; revision=241788
* - Update to 0.134Dmitry Marakasov2009-09-194-8/+8
| | | | | | | | | PR: 138838 Submitted by: Emmanuel Vadot <elbarto@ArcadeBSD.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241736
* - Pass maintainership to submitterWesley Shields2009-09-192-2/+2
| | | | | | | | | PR: ports/138955 ports/138956 Submitted by: Chris Petrik <chris@officialunix.com> Feature safe: yes Notes: svn path=/head/; revision=241706
* - Fix a serial emulation bug affecting (at least) FreeBSD 8's newJuergen Lock2009-09-182-1/+19
| | | | | | | | | | | uart(4) driver. - Bump PORTREVISION. Reported by: Olivier Cochard-Labbé <olivier@cochard.me> Feature safe: yes Notes: svn path=/head/; revision=241667
* Over to new volunteer.Mark Linimon2009-09-171-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241622
* Reset ports@mcdermottroe.com at his request due to lack of time at theMark Linimon2009-09-161-1/+1
| | | | | | | | | | moment. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=241546
* - Update to 3.0.51r22902. This version enables host serial supportMartin Wilke2009-09-1335-775/+500
| | | | | | | | | | | | | | and support for bridged and hostonly networking contributed by Fredrik Lindberg <fli AT shapeshifter.se>. - Install GuestAdditions in designated directory. [1] - Install NLS files in designated directory. - Add workaround for directory permission problem. Reported by: Jonathan Chen <jonc AT chen.org.nz> [1] On behalf of: vbox@ (decke, dhn, beat, nox) Notes: svn path=/head/; revision=241356
* - Update to 3.0.51r22683. This version adds support for tap interfaceBeat Gaetzi2009-09-1045-445/+1040
| | | | | | | | | | | | | | | | | | | networking done by nox@, working VT-x, ACPI and Host DVD/CD access support and several FreeBSD related bugfixes. - Update Guest Additions to 3.0.6. - Respect CC and CXX variables. [1] - Add support for WITHOUT_X11 build. [2] - Fix pkg-plist for WITHOUT_NLS. [2] - Use LocalConfig.kmk to simplify configuration. [2] - Install vboxapi module and fix xpcom.vboxxpcom python api. [2] PR: ports/138063 [1] Submitted by: Anonymous <swell dot k at gmail dot com> [1], Bernhard Froehlich <decke AT bluelife.at> [2] On behalf of: vbox@ (decke, dhn, miwi, nox) Notes: svn path=/head/; revision=241188
* At the previous commit to emulators/linux_base-f7 andBoris Samorodov2009-09-092-2/+6
| | | | | | | | | | | | emulators/linux_base-f9 PORTREVISIONs should have been bumped but actually PORTVERSIONs had been, so: . restore PORTVERSIONs; . bump PORTREVISION and PORTEPOCH. Reported by: pointyhat (miwi) Notes: svn path=/head/; revision=241094
* - Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to beWesley Shields2009-09-081-2/+2
| | | | | | | | | | | "unzip -v" or similar which would break. Instead rely upon the unzip binary. http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html Noticed by: Dag-Erling Smørgrav <des@des.no> Notes: svn path=/head/; revision=241055
* Remove /compat/linux/media from linux_base ports since the nativeBoris Samorodov2009-09-0816-28/+14
| | | | | | | | | | FreeBSD /media can not be accessed by a linux application. PR: ports/138169 Submitted by: Martin Laabs <info at martinlaabs.de> Notes: svn path=/head/; revision=241031
* - Remove the dynticks patch for now, it seems to cause even worse timingJuergen Lock2009-09-054-198/+107
| | | | | | | | | | | | | | | | | behavoiur than the default -clock unix, see this post: http://lists.gnu.org/archive/html/qemu-devel/2009-09/msg00049.html - Add a patch to close the tap fd before invoking the ifdown script instead of after, this avoids triggering a KASSERT when doing things like `ifconfig tap0 destroy' from in there. Inspired by this post: http://lists.freebsd.org/pipermail/freebsd-emulation/2009-August/006700.html [1] - Updated version of the pcap patch. [2] - Bump PORTREVISION. Submitted by: gamato@users.sf.net (martinko) [1] Submitted by: jkim [2] Notes: svn path=/head/; revision=240923
* The --without-libgsm configure option is (now) called --without-gsm.Gerald Pfeifer2009-09-032-4/+4
| | | | | | | | Also add --without-mpg123 and --without-xcursor to guarantee consistent builds, regardless of the build environment. Notes: svn path=/head/; revision=240767
* Update to Wine 1.1.29. Among others, this includes the following changes:Gerald Pfeifer2009-09-036-12/+22
| | | | | | | | | | | - Improved Gecko integration by using Wine's network layers. - Use of external libmpg123 for mp3 decoding (unused for now). - Support for JPEG and PNG formats in WindowsCodecs. - Many regression test fixes for Win64 and Windows 7. - Various bug fixes. Notes: svn path=/head/; revision=240765
* - Update to 7.5Martin Wilke2009-09-022-4/+4
| | | | | | | | PR: 138451 Submitted by: Ports Fury Notes: svn path=/head/; revision=240720
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-022-4/+2
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* . update to version 3.1.25;Boris Samorodov2009-08-313-36/+47
| | | | | | | | | | | | | . add an additional MASTER_SITES; . add a new dependency: x11-toolkits/linux-f10-blt; . add a note to UPDATING (the port now can be used only with linux-f10 infrastructure ports). PR: ports/137412 Submitted by: Stas Timokhin <stast at bsdportal.ru> (maintainer) Notes: svn path=/head/; revision=240604
* - Update to v50Martin Wilke2009-08-282-4/+4
| | | | | | | | PR: 138260 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer) Notes: svn path=/head/; revision=240466
* Add ports with kernel modules to 'kld' virtual category.Alexander Nedotsukov2009-08-263-3/+3
| | | | | | | PR: 137823 Notes: svn path=/head/; revision=240333
* - Fix build for FreeBSD 8Dirk Meyer2009-08-241-5/+4
| | | | | | | | | no Joystick-Support for 8 yet. PR: 137971 Submitted by: Ulrich Spoerlein Notes: svn path=/head/; revision=240268
* Update to Wine 1.1.28. Among others, this includes the following changes:Gerald Pfeifer2009-08-226-10/+774
| | | | | | | | | | | | - Support for IRDA protocol. - Faster initial wineprefix creation. - Axis remapping with evdev joysticks. - More image formats in WindowsCodecs. - Various bug fixes. And lots of entries in the new lib/wine/fakedlls directory. Notes: svn path=/head/; revision=240116
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-2236-57/+37
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-162-1/+2
| | | | Notes: svn path=/head/; revision=239670
* Mark as only for amd64 and i386.Mark Linimon2009-08-151-0/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239589
* - Update to 0.133u2Martin Wilke2009-08-1410-32/+34
| | | | | | | | PR: 137771 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer) Notes: svn path=/head/; revision=239546
* - Update to 3.0.51r22226Beat Gaetzi2009-08-1445-175/+3045
| | | | | | | | | | | | | | | | | | - Update Guest Additions to 3.0.4 - Add wiki page link to pkg-message - Add missing libxslt dependency [1] - Add NLS support [2] - Installing C and Python bindings [3] - Add patch to pass a physical disk to vbox [4] Submitted by: Guido Falsi <mad AT madpilot.net> [1], nork [2], Bernhard Froehlich <decke AT bluelife.at> [3], nox [4] Thanks to: All testers and patch submitters their patch already included upstream On behalf of: vbox@ (decke, dhn, miwi, nox) Notes: svn path=/head/; revision=239531
* Configure --without-libgsm which avoids a warning message.Gerald Pfeifer2009-08-112-2/+4
| | | | Notes: svn path=/head/; revision=239351
* - Add option for libao supportDmitry Marakasov2009-08-101-17/+22
| | | | | | | | | | - Minor port cleanup PR: 137562 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=239268
* . update packages to the most recent:Boris Samorodov2009-08-086-62/+64
| | | | | | | | | | | - e2fsprogs-1.41.4-6.fc10; - e2fsprogs-libs-1.41.4-6.fc10; - elfutils-0.141-1.fc10; - glib-1.2.10-32.fc10. . bump PORTREVISION. Notes: svn path=/head/; revision=239166
* Update to Wine 1.1.27. Among others, this includes the following changes:Gerald Pfeifer2009-08-076-8/+26
| | | | | | | | | | | - New version of the Gecko engine. - New GSM 06.10 codec support (not activated by default) - Improved support for the disk volume APIs. - Support for XShm pixmaps for better performance. - Various bug fixes. Notes: svn path=/head/; revision=239122
* A full-system simulation infrastructure and toolsBoris Samorodov2009-08-035-0/+413
| | | | | | | | | | | | | | for the Cell Broadband Engine processor. WWW: http://www.alphaworks.ibm.com/tech/cellsystemsim/ - Stas Timokhin stast@bsdportal.ru PR: ports/131802 Submitted by: Stas Timokhin <stast at bsdportal.ru> Notes: svn path=/head/; revision=238847
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-026-6/+86
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Reset maintainer and remove old MASTER_SITES.Wesley Shields2009-08-021-1/+1
| | | | | | | | PR: ports/137224 Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer) Notes: svn path=/head/; revision=238752
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-3127-21/+27
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* bsnes is an emulator that began development on 2004-10-14.Dmitry Marakasov2009-07-287-0/+193
| | | | | | | | | | | | | | | | | | | | | The purpose of this emulator is a bit different from others: it focuses on accuracy, debugging functionality, and clean code. The emulator does not focus on things that would hinder accuracy. This includes speed and game-specific hacks for compatibility. As a result, the minimum system requirements for bsnes are very high. The emulator itself was not derived from any existing emulator source code, such as SNES9x. It was written from scratch by myself. Any similarities to other emulators are merely coincidental. WWW: http://byuu.org/bsnes/ PR: 135592 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> Notes: svn path=/head/; revision=238545
* - Mark BROKEN on 6.XPav Lucistnik2009-07-271-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=238453
* - Update to 0.133Martin Wilke2009-07-268-18/+40
| | | | | | | | PR: 137022 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer) Notes: svn path=/head/; revision=238405
* - Update to 0.1333Martin Wilke2009-07-268-30/+32
| | | | | | | | PR: 137019 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer) Notes: svn path=/head/; revision=238404
* - Update to 0.28Philip M. Gollucci2009-07-222-5/+4
| | | | Notes: svn path=/head/; revision=238222
* - Update to 3.0.0Philip M. Gollucci2009-07-212-8/+8
| | | | Notes: svn path=/head/; revision=238142