aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Update to Wine 1.1.19. Among others, this includes the following changes:Gerald Pfeifer2009-04-216-10/+20
| | | | | | | | | | | | | - Support for Visual C++ project files in winemaker. - Improvements to the Esound driver. - Many Direct3D code cleanups. - Fixes to OLE clipboard handling. - Various bug fixes. Also set MAKE_JOBS_SAFE to allow for parallel builds. Notes: svn path=/head/; revision=232419
* Fix shutdown problems with ESX 3.5Martin Blapp2009-04-142-1/+21
| | | | | | | | | PR: ports/133717 Approved by: portsmgr Submitted by: Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp> Notes: svn path=/head/; revision=232323
* - Update to 0.130u3Dmitry Marakasov2009-04-106-10/+10
| | | | | | | | PR: 133559 Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer) Notes: svn path=/head/; revision=232019
* Make FreeBSD 6.3 the minimum requirement, based on missing fixes inGerald Pfeifer2009-04-094-8/+8
| | | | | | | older versions. Notes: svn path=/head/; revision=231960
* Fix locking in vmmemctlMartin Blapp2009-04-092-0/+43
| | | | | | | Submitted by: kan Notes: svn path=/head/; revision=231954
* Update to 0.10.2 - from the official changelog:Juergen Lock2009-04-073-5/+6
| | | | | | | | | | | | | | | | | | | - fix savevm/loadvm (Anthony Liguori) - live migration: fix dirty tracking windows (Glauber Costa) - live migration: improve error propogation (Glauber Costa) - qcow2: fix image creation for > ~2TB images (Chris Wright) - hotplug: fix error handling for if= parameter (Eduardo Habkost) - qcow2: fix data corruption (Nolan Leake) - virtio: fix guest oops with 2.6.25 kernels (Rusty Russell) - SH4: add support for -kernel (Takashi Yoshii, Aurelien Jarno) - hotplug: fix closing of char devices (Jan Kiszka) - hotplug: remove incorrect check for device name (Eduardo Habkost) - enable -k on win32 (Herve Poussineau) - configure: use LANG=C for grep (Andreas Faerber) - fix VGA regression (malc) Notes: svn path=/head/; revision=231816
* Handle FAT partitions bigger then 4GBytesSteven Kreuzer2009-04-071-0/+4
| | | | | | | | | PR: ports/133123 Submitted by: Dmitry <hanabana@mail.ru> Approved by: wxs (mentor) Notes: svn path=/head/; revision=231801
* Fix plist, this port needs always to install PORTDATA files.Ion-Mihai Tetcu2009-04-071-1/+1
| | | | Notes: svn path=/head/; revision=231794
* - fix typo in MASTER_SITESIon-Mihai Tetcu2009-04-071-3/+1
| | | | | | | | | | - remove commented code and blank line - note that :rom MASTER_SITES seems to be AWOL Prompted by: QAT QAT run Notes: svn path=/head/; revision=231791
* Fix other polution of the base system.Martin Blapp2009-04-072-0/+30
| | | | | | | Submitted by: kan Notes: svn path=/head/; revision=231786
* - Update to 0.130u2Dmitry Marakasov2009-04-076-10/+10
| | | | | | | | PR: 133446 Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer) Notes: svn path=/head/; revision=231769
* Try to fix the remaining dependencies andMartin Blapp2009-04-063-3/+27
| | | | | | | | | | | back out previous commit. Also add a FUSE dependency to fix a soft error. Submitted by: kan Notes: svn path=/head/; revision=231753
* Add another X11 dependency, xextprotoMartin Blapp2009-04-061-1/+1
| | | | Notes: svn path=/head/; revision=231749
* Add missing dependencies on Xrender and Xext.Alexander Kabaev2009-04-061-1/+1
| | | | | | | Poity hat to: kan Notes: svn path=/head/; revision=231719
* Upgrade to 2009.03.18Martin Blapp2009-04-065-47/+30
| | | | | | | | | Various fixes for X11 Submitted by: Alexander Kabaev <kabaev@gmail.com> Notes: svn path=/head/; revision=231705
* Add new port emulators/linux_base-f9.Boris Samorodov2009-04-065-450/+1385
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The port should be used by adding to /etc/make.conf file: ----- OVERRIDE_LINUX_BASE_PORT=f9 OVERRIDE_LINUX_NONBASE_PORTS=f8 ----- For those who want to migrate from linux_base-f8 to this port portupgrade may be useful: ----- # portupgrade -o emulators/linux_base-f9 linux_base-f8 ----- The port was tested to build/run with linux -f8- infrastructure ports at 8-CURRENT: . linux-opera; . linux-seamonkey; . linux-realplayer; . acroread8. Skype works but for russian locale it shows squares for cyrillic letters (just like with linux_base-f8). Seems to be a configuration fault. Someone with apropriate knowledge should look at the case. Please, report any regressions/success to emulation@ ML. Thanks. Enjoy. PR: ports/128940 (based on) Submitted by: Steven Hartland <steven.hartland at multiplay.co.uk> Notes: svn path=/head/; revision=231700
* Remove remnants of recursive repocopy.Boris Samorodov2009-04-059-6993/+0
| | | | Notes: svn path=/head/; revision=231665
* - Finish repocopy of sdlmame-devel and update to version 0.130u1Alejandro Pulver2009-04-0519-112/+143
| | | | | | | | PR: ports/128558 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> Notes: svn path=/head/; revision=231627
* fuse-utils is an utility package for handling ZX Spectrum files. It can beRene Ladan2009-03-315-0/+71
| | | | | | | | | | | | | used to list and convert tape, hard disk, snapshot, and audio files. WWW: http://fuse-emulator.sourceforge.net/ PR: ports/115096 Submitted by: rene Approved by: pav Notes: svn path=/head/; revision=231401
* Strongly recommed FreeBSD 7.0 or later; rewrite the entire paragraph a bit.Gerald Pfeifer2009-03-292-4/+6
| | | | Notes: svn path=/head/; revision=231268
* Update to Wine 1.1.18. Among others, this includes the following changes:Gerald Pfeifer2009-03-288-36/+86
| | | | | | | | | | | | | | | | - RPC over HTTP support. - Improved support for upgrades in MSI. - Many Direct3D code cleanups. - Various bug fixes. Apply a patch to address some FreeBSD-specific issues and un-IGNORE this port. [1] Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1] PR: 133157 Notes: svn path=/head/; revision=231208
* - Only add the tss fixup code on OSVERSIONs where its still needed.Juergen Lock2009-03-282-2/+16
| | | | | | | | (It _should_ do nothing elsewhere but still would be unnecessary cycles...) - Bump PORTREVISIONs. Notes: svn path=/head/; revision=231206
* Change MAINTAINER on my ports to my FreeBSD email addressSteven Kreuzer2009-03-281-1/+1
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=231170
* Add missing patches for X11 buildMartin Blapp2009-03-253-0/+35
| | | | Notes: svn path=/head/; revision=231004
* Unbreak the portsMartin Blapp2009-03-253-54/+51
| | | | | | | | | | | | Fix PLIST for both with and without X11. Fix some configure/build errors with WITH_UNITY option. Eliminate use of LIB32DIR because no i386 binary is included in the distfile. PR: ports/132999 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Notes: svn path=/head/; revision=231003
* - Update to 0.9.1Martin Wilke2009-03-253-7/+14
| | | | | | | | PR: 132919 Submitted by: Barbara <barbara.xxx1975@libero.it> Notes: svn path=/head/; revision=230986
* - Mark MAKE_JOBS_SAFEDmitry Marakasov2009-03-252-0/+4
| | | | | | | | PR: 133043 Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer) Notes: svn path=/head/; revision=230953
* - Mark MAKE_JOBS_SAFEDmitry Marakasov2009-03-254-0/+8
| | | | | | | | PR: 133042 Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer) Notes: svn path=/head/; revision=230952
* Mark as broken on sparc64.Mark Linimon2009-03-256-0/+18
| | | | Notes: svn path=/head/; revision=230949
* - Update pkg-message, adding a note about this currently being at an olderJuergen Lock2009-03-243-10/+39
| | | | | | | | | version than the main port among other things - Add MAKE_JOBS_SAFE fix and mark as such - Bump PORTREVISION Notes: svn path=/head/; revision=230901
* - pkg-message updates:Juergen Lock2009-03-242-8/+4
| | | | | | | | | - remove obsolete note about slirp on 64 bit hosts (this should work now.) - clarify the note about kern.maxdsiz on i386 (only affects 6.x) - Bump PORTREVISION Notes: svn path=/head/; revision=230894
* - Update to 4.0.10.Wesley Shields2009-03-243-46/+10
| | | | | | | | | | | - Use new MASTER_SITES. - Fix up pkg-descr. PR: ports/132759 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer) Notes: svn path=/head/; revision=230854
* - Update to 0.10.1 - from the official changelog:Juergen Lock2009-03-235-6/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - virtio-net: allow masking of notifications on empty queue (Alex Williamson) - e1000: fix rx descriptor low threshold logic (Alex Willaimson) - x86 tcg: add NULL checks to lsl instruction (Jan Kiszka) - kvm vga: fix screen corruption with -std-vga and Windows (Avi Kivity) - kvm vga: fix screen corruption with Ubuntu installations (Glauber Costa) - virtio-net: check right return size on sg list (Alex Williamson) - Make qemu_announce_self handle holes (live migration after hotplug) (Marcelo Tosatti) - Revert r6804-r6808 (qcow2 allocation info). This series of changes added a high cost to startup for large qcow2 images (Anthony Liguori) - qemu-img: fix help message (Aurelien Jarno) - Fix build for non-default installs of SDL (Anthony Liguori) - Fix race condition in env->interrupt_request. When using TCG and a dynticks host timer, this condition could cause TCG to get stuck in an infinite loop (Aurelien Jarno) - Fix reading encrypted hard disk passwords during early startup (Jan Kiszka) - Fix encrypted disk reporting in 'info block' (Jan Kiszka) - Fix console size with tiny displays (MusicPal) (Jan Kiszka) - Improve error handling in bdrv_open2 (Jan Kiszka) - Avoid leaking data in mux'ed character devices (Jan Kiszka) - Fix initial character device reset (no banner in monitor) (Jan Kiszka) - Fix cpuid KVM crash on i386 host (Lubomir Rintel) - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation (Ryan Harper) - Add physical CDROM fixes (still not perfect tho, see pkg-message) - Add MAKE_JOBS_SAFE fix and mark as such Notes: svn path=/head/; revision=230794
* 2009-03-22 emulators/dlx: unmaintained, does not work with current versions ↵Martin Wilke2009-03-2317-412/+0
| | | | | | | | | | | | | | | | | | | | | | | | of GCC, needs gcc295 which has been failing to build for months 2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped 2009-03-17 irc/blackened: Broken and abandonware 2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months 2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped 2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this Notes: svn path=/head/; revision=230793
* - Fix build on CURRENT: rename dprintf macro to not conflict with one from ↵Dmitry Marakasov2009-03-221-0/+2
| | | | | | | | | | stdio.h PR: 132931 Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer) Notes: svn path=/head/; revision=230710
* - Mark BROKEN in two different waysPav Lucistnik2009-03-221-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=230633
* - Update to version 0.4.2Martin Wilke2009-03-202-5/+4
| | | | | | | | PR: 132745 Submitted by: Ports Fury Notes: svn path=/head/; revision=230532
* - Add missing dependenciesDmitry Marakasov2009-03-201-1/+2
| | | | | | | | PR: 132822 Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer) Notes: svn path=/head/; revision=230525
* - Add missing GL dependency.Alejandro Pulver2009-03-191-0/+1
| | | | Notes: svn path=/head/; revision=230442
* - Install sdlmame tools:Dmitry Marakasov2009-03-198-0/+48
| | | | | | | | | | | | - chdman (for dealing with chd disk images) - ldresample/ldverify (for dealing with laserdisk images) - testkeys (for test sdl key configuration) PR: 132814 Submitted by: Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer) Notes: svn path=/head/; revision=230424
* Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-1912-30/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | both current (fc4) and future linux (f8) distributions at one ports tree. The patch contains full changes to ports/Mk files and all ports involved. But only infrastructure is changed. The resulting packages are the same as before. Hence no need to bump PORTREVISIONs. The idea was taken from bsd.gnome.mk and others. More than 130 ports are switched to follow a new linux infrastructure introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new bsd.linux-apps.mk. Thanks for all who was involved and helped me with this work. And help from Alexander Leidinger was incredible. Other changes are coming. Stay tuned! PR: ports/132510 Submitted by: bsam (me) Exp-run by: portmgr (pav) Notes: svn path=/head/; revision=230420
* Update removing any reference to FreeBSD 4.x and 5.x [1], refer to kernelGerald Pfeifer2009-03-182-18/+12
| | | | | | | | | patch for FreeBSD 6.x [2], and consolidate the part on documentation. Suggested by: Alex Kozlov <spam@rm-rf.kiev.ua> [1][2] Notes: svn path=/head/; revision=230380
* - Add missing SDL dependency.Alejandro Pulver2009-03-181-0/+1
| | | | Notes: svn path=/head/; revision=230333
* - Update the port to version 0.2.b7.Alejandro Pulver2009-03-188-330/+423
| | | | | | | | | | | - Add SDLMAME and SDLMESS support. - Pass maintainership to submitter. PR: ports/132685 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> Notes: svn path=/head/; revision=230330
* - Add missing @dirrm entry.Alejandro Pulver2009-03-182-0/+2
| | | | Notes: svn path=/head/; revision=230329
* - Update to 0.130.Alejandro Pulver2009-03-1818-278/+814
| | | | | | | | | | | - Remove useless wrapper script, sdlmess uses ~/.mess by default. - Submitter takes maintainership. PR: ports/128559 Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> Notes: svn path=/head/; revision=230326
* - Add project homepage as a mirror.Alejandro Pulver2009-03-188-16/+24
| | | | | | | | | PR: ports/132592 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=230325
* Graphical Cisco network simulator using Dynapips, Dynagen and Pemu.Martin Wilke2009-03-166-0/+446
| | | | | | | | | | | | Important notice: users have to provide their own Cisco IOS to use with GNS3. WWW: http://www.gns3.net PR: ports/132689 Submitted by: Olivier Cochard-Labbe <olivier at cochard.me> Notes: svn path=/head/; revision=230253
* Update to 0.7Max Brazhnikov2009-03-153-10/+13
| | | | Notes: svn path=/head/; revision=230153
* Mark this IGNORE, since I missed a big regression this update brought.Gerald Pfeifer2009-03-142-0/+4
| | | | Notes: svn path=/head/; revision=230018