Commit graph

3386 commits

Author SHA1 Message Date
Juergen Lock
634591c0bc - Update to 0.10.4 - from the official announcement:
N.B. This release contains a qcow2 corruption fix.  If you use qcow2
  disk images, it's strongly advised that you upgrade to 0.10.4.

   - Improve block range checks to remove integer overflow (Kevin Wolf)
   - e1000: do not re-init PCI config space 0 (Amit Shah)
   - fix AIO deletion race (Alex Graf)
   - reset option roms on reboot (Glauber Costa)
   - fix qcow2 corruption in cluster freeing (Gleb Natapov)
   - Enable power button event generation (Gleb Natapov)

- Added a cherry picked commit from stable branch that fixes -kernel.
2009-05-13 20:41:48 +00:00
Dennis Herrmann
d38080391a - Update to 0.32.5
- Fix build on 64-bit archs

PR:		ports/134306
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Tested by:	gahr
Approved by:	miwi (mentor implicit)
2009-05-11 19:24:41 +00:00
Dmitry Marakasov
8006488985 - Update to 0131u1
PR:		134417
Submitted by:	Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
2009-05-10 16:23:52 +00:00
Dennis Herrmann
b7a34f73cc - Update to 0.131
PR:		ports/134370
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Approved by:	miwi (mentor implicit)
2009-05-09 12:08:41 +00:00
Gerald Pfeifer
97766fe8ec Update to Wine 1.1.21. Among others, this includes the following changes:
- Beginnings of shader model 4 support.
 - Support for copying/pasting images from X11 applications.
 - A number of GDIPlus improvements.
 - Various listview fixes.
 - Various bug fixes.
2009-05-09 09:36:11 +00:00
Wesley Shields
bf2f509f9b - Update to 0.131
PR:		ports/133953
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2009-05-01 23:46:55 +00:00
Max Brazhnikov
d38a7e2577 Update to 0.7.1 2009-05-01 19:32:52 +00:00
Juergen Lock
356555b4a9 Update to 0.10.3 - from the official changelog:
- fix AIO cancellations (Avi Kivity)
  - fix live migration error path on incoming
  - avoid SEGV on pci hotplug failure (Chris Wright)
  - fix serial option in -drive
  - support DDIM for option roms (Glauber Costa)
  - avoid fork/exec on pre-2.6.27 kernels with KVM (Jan Kiszka)
  - block-vpc: don't silently create smaller images than requested (Kevin Wolf)
  - Fix non-ACPI timer interrupt routing (Beth Kon)
  - hpet: fix emulation of HPET_TN_SETVAL (Jan Kiszka)
  - kvm: fix cpuid initialization (Jan Kiszka)
  - qcow2: fix corruption on little endian hosts (Kevin Wolf)
  - avoid leaing memory on hot unplug (Mark McLoughlin)
  - fix savevm/migration after hot unplug (Mark McLoughlin)
  - Fix keyboard mapping on newer Xords with non-default keymaps (balrog)
  - Make PCI config status register read-only (Anthony Liguori)
  - Fix crash on resolution change -> screen dump -> vga redraw (Avi Kivity)
2009-05-01 18:47:10 +00:00
Jose Alonso Cardenas Marquez
d0ad966477 - Update to 0.8.B
- Update WWW
2009-04-27 20:45:13 +00:00
Jose Alonso Cardenas Marquez
93d5f1ecfc - Update to 2.7.6 2009-04-27 00:44:41 +00:00
Gerald Pfeifer
4504a5f6d2 Refer to http://www.winehq.org/ instead of http://www.winehq.com/.
Reported by:	Detlef Riekenberg <wine.dev@web.de>
2009-04-26 15:34:51 +00:00
Gerald Pfeifer
2543006224 Add a note on KVA_PAGES settings (as recommended by some ZFS tuning
guides) being incompatible with Wine.

PR:		123526
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2009-04-25 20:35:52 +00:00
Max Brazhnikov
313fc7c227 Delete emulators/cpmtools27 2009-04-25 20:34:36 +00:00
Max Brazhnikov
f387e5adc9 Move emulators/cpmtools27 to emulators/cpmtools2 2009-04-25 20:32:23 +00:00
Max Brazhnikov
b4c21e2fa0 Update to 2.8.
Change maintainer's email.

PR:		ports/131256
Submitted by:	Sven Klose (maintainer)
2009-04-25 20:30:34 +00:00
Gerald Pfeifer
4683a5297f Update to Wine 1.1.20. Among others, this includes the following changes:
- Show a dialog on application crashes.
 - Much improved OLE copy/paste support.
 - Various listview improvements.
 - More Direct3D code cleanups.
 - Various bug fixes.
2009-04-25 05:50:31 +00:00
Gerald Pfeifer
90f23327c2 Update to Wine 1.1.19. Among others, this includes the following changes:
- 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.
2009-04-21 11:44:03 +00:00
Martin Blapp
7a31c1b335 Fix shutdown problems with ESX 3.5
PR:             ports/133717
Approved by:	portsmgr
Submitted by:   Tatsumi Hosokawa <hosokawa@itc.keio.ac.jp>
2009-04-14 07:32:46 +00:00
Dmitry Marakasov
6d4f4b8fff - Update to 0.130u3
PR:		133559
Submitted by:	Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
2009-04-10 16:01:52 +00:00
Gerald Pfeifer
c605e70d09 Make FreeBSD 6.3 the minimum requirement, based on missing fixes in
older versions.
2009-04-09 22:48:38 +00:00
Martin Blapp
d2ae6a2f47 Fix locking in vmmemctl
Submitted by:	kan
2009-04-09 21:19:03 +00:00
Juergen Lock
8899c2d0a9 Update to 0.10.2 - from the official changelog:
- 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)
2009-04-07 21:02:09 +00:00
Steven Kreuzer
ef029c2de0 Handle FAT partitions bigger then 4GBytes
PR:		ports/133123
Submitted by:	Dmitry <hanabana@mail.ru>
Approved by:	wxs (mentor)
2009-04-07 17:28:52 +00:00
Ion-Mihai Tetcu
3ede472045 Fix plist, this port needs always to install PORTDATA files. 2009-04-07 16:04:51 +00:00
Ion-Mihai Tetcu
64144eca2f - fix typo in MASTER_SITES
- remove commented code and blank line
- note that :rom MASTER_SITES seems to be AWOL

Prompted by:	QAT QAT run
2009-04-07 15:57:21 +00:00
Martin Blapp
ff7b1f4a76 Fix other polution of the base system.
Submitted by:	kan
2009-04-07 13:34:56 +00:00
Dmitry Marakasov
2e4b118f40 - Update to 0.130u2
PR:		133446
Submitted by:	Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
2009-04-07 11:32:02 +00:00
Martin Blapp
a29d378944 Try to fix the remaining dependencies and
back out previous commit.

Also add a FUSE dependency to fix a soft error.

Submitted by:	kan
2009-04-06 22:56:31 +00:00
Martin Blapp
ca1e015228 Add another X11 dependency, xextproto 2009-04-06 21:55:29 +00:00
Alexander Kabaev
c095ff47d3 Add missing dependencies on Xrender and Xext.
Poity hat to:	kan
2009-04-06 17:29:27 +00:00
Martin Blapp
b83bf751da Upgrade to 2009.03.18
Various fixes for X11

Submitted by:	Alexander Kabaev <kabaev@gmail.com>
2009-04-06 14:57:03 +00:00
Boris Samorodov
e122eb1792 Add new port emulators/linux_base-f9.
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>
2009-04-06 13:22:27 +00:00
Boris Samorodov
fd47ff4bcc Remove remnants of recursive repocopy. 2009-04-05 20:18:15 +00:00
Alejandro Pulver
b3d56bad89 - Finish repocopy of sdlmame-devel and update to version 0.130u1
PR:		ports/128558
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org>
2009-04-05 06:04:39 +00:00
Rene Ladan
c757881513 fuse-utils is an utility package for handling ZX Spectrum files. It can be
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
2009-03-31 18:23:45 +00:00
Gerald Pfeifer
31c98de926 Strongly recommed FreeBSD 7.0 or later; rewrite the entire paragraph a bit. 2009-03-29 17:34:48 +00:00
Gerald Pfeifer
a075163ee4 Update to Wine 1.1.18. Among others, this includes the following changes:
- 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
2009-03-28 19:57:00 +00:00
Juergen Lock
9b8261add1 - Only add the tss fixup code on OSVERSIONs where its still needed.
(It _should_ do nothing elsewhere but still would be unnecessary cycles...)
- Bump PORTREVISIONs.
2009-03-28 18:12:38 +00:00
Steven Kreuzer
58e59f78c6 Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	wxs (mentor)
2009-03-28 01:16:37 +00:00
Martin Blapp
ade9d6cd22 Add missing patches for X11 build 2009-03-25 18:19:46 +00:00
Martin Blapp
6d68a1b1f6 Unbreak the ports
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>
2009-03-25 18:18:11 +00:00
Martin Wilke
c933ea3d40 - Update to 0.9.1
PR:		132919
Submitted by:	Barbara <barbara.xxx1975@libero.it>
2009-03-25 16:27:44 +00:00
Dmitry Marakasov
4bc7f29f30 - Mark MAKE_JOBS_SAFE
PR:		133043
Submitted by:	Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
2009-03-25 11:46:22 +00:00
Dmitry Marakasov
1546ab30d6 - Mark MAKE_JOBS_SAFE
PR:		133042
Submitted by:	Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
2009-03-25 11:46:06 +00:00
Mark Linimon
eac489a734 Mark as broken on sparc64. 2009-03-25 11:36:32 +00:00
Juergen Lock
1f349f20c2 - Update pkg-message, adding a note about this currently being at an older
version than the main port among other things
- Add MAKE_JOBS_SAFE fix and mark as such
- Bump PORTREVISION
2009-03-24 19:39:02 +00:00
Juergen Lock
b33c98dd75 - pkg-message updates:
- 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
2009-03-24 18:54:18 +00:00
Wesley Shields
0d6e8f6bb8 - Update to 4.0.10.
- Use new MASTER_SITES.
- Fix up pkg-descr.

PR:		ports/132759
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
2009-03-24 14:45:55 +00:00
Juergen Lock
5c6fe2453b - Update to 0.10.1 - from the official changelog:
- 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
2009-03-23 20:54:07 +00:00
Martin Wilke
5e535e7822 2009-03-22 emulators/dlx: unmaintained, does not work with current versions 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
2009-03-23 20:53:42 +00:00