pkgsrc/emulators
adam 4f22bc63cc qemu: updated to 4.2.0
4.2.0:

System emulation
----------------
Incompatible changes
On s390x, using KVM now explicitly requires a host kernel version of at least 3.15 (which includes the 'flic' KVM device). This had been broken since QEMU 2.10 already.
On s390x, migration of KVM guests with >8TB of memory from pre-4.2 QEMUs will no longer work. Migration of KVM guests with up to 8TB of memory continues to work, as will migration of >8TB guests from QEMU 4.2 on.
The "autoload" parameter of the "block-dirty-bitmap-add" QMP command has been removed (it's no longer needed).

New deprecated options and features
The "ide-drive" device is deprecated. Users should use 'ide-hd' or "ide-cd" as appropriate to get an IDE hard disk or CD-ROM as needed.
The "change" QMP command has been deprecated. Use "blockdev-change-medium" or "change-vnc-password" instead.
The "migrate_set_downtime", "migrate_set_speed" and "migrate-set-cache-size" QMP commands have been deprecated. Use "migrate-set-parameters" instead.
The "query-migrate-cache-size" QMP command has been deprecated. Use "query-migrate-parameters" instead.
The "scsi-disk" device is deprecated. Users should use 'scsi-hd' or "scsi-cd" as appropriate to get a SCSI hard disk or CD-ROM as needed.
Consult the "Deprecated Features" appendix for the full list of historically deprecated features/options.

68k
Added new "next-cube" machine for emulating a classic NeXTcube (still incomplete, can only boot to the firmware prompt)
Added new "q800" machine for emulating Macintosh Quadra 800 (can only boot Linux, MacOS ROM is not yet supported)

Arm
Added Aspeed AST2600 SoC and evaluation board model support
QEMU's Arm semihosting implementation now supports v2.0 of the specification, including the "STDOUT_STDERR" and "EXIT_EXTENDED" extensions
We now correctly support more than 256 CPUs when using KVM
The virt board now supports memory hotplugging, when used with a UEFI guest BIOS and ACPI.
The raspberry PI models now implement the bcm2835 system timer device and a dummy thermal sensor.
Performance of the TCG emulation of ARM cores has been improved.
SVE is supported in KVM guests (requires SVE hardware and kernel support)

MIPS
Fixed bug involving emulation of ST.W instruction in system mode only (there was no bug in Linux user mode).

PowerPC
Behavior for unplug of multifunction PCI devices has been changed to match x86. Attempting to unplug any function will cause an unplug of the whole slot.
There are now separate machine types for POWER8 based and POWER9 based non-virtualized machines (powernv8 & powernv9).
Default RAM size for powernv machines has been increased to 1.75G which should allow more things to work with the default parameters.
RTAS (runtime firmware) code is now supplied by SLOF (boot time firmware) instead of by qemu itself. This won't affect users in most cases, but will affect users of -bios which bypasses SLOF, which includes kvm-unit-tests. You'll need a sufficiently recent version of kvm-unit-tests to handle this.
mffsce, mffscrn and mffscrni POWER9 instructions now supported in TCG
powernv machine now includes models for the Homer and OCC SRAM system devices
"info pic" HMP command now reports whether the irq chip is emulated in kernel or in qemu
pseries machine type no longer permits NUMA nodes with no CPU and no memory - this was already unlikely to work due to problems expressing this configuration to the guest
On pseries-4.2 and later machine types, "vsmt" is set to be equal to smp_threads by default (previously it was different in some circumstances for compatibility with old KVM versions)
New defaults mean that with the pseries machine type and host kernels prior to 4.13 you may get errors about VSMT mode. You can either update your host kernel or work around this by setting -machine vsmt=8.

RISC-V
The `-initrd` argument is now supported.
The debugger can now see all architectural state regardless of the currently executing privilege mode on each hart.
The sifive_u board now contains additional memory regions that more closely match the board.

s390
TCG now implements IEP (Instruction Execution Protection), a CPU feature introduced with the z14. Until the "qemu" CPU model is lifted to a z14, it can be enabled using the "max" CPU model ("-cpu max").

SPARC
The sun4u IOMMU now support the "invert endianness" bit

x86
VMX features can be enabled/disabled via the "-cpu" flag.
When nested virtualization is enabled with an option like "-cpu Haswell,+vmx", the set of VMX features will also be constrained to what was available on the corresponding CPU model.
New "microvm" machine type that has virtio-mmio instead of PCI, and no ACPI support (so no hotplug too). The new machine type is meant as a baseline for performance optimizations of QEMU, firmware and guests. While inspired by Firecracker it is not entirely compatible with it (for example it does not have Firecracker's userspace IP stack and MicroVM Metadata Service).
Support for AVX512 BFloat16 extensions.
New CPU models: Denverton (a server-class Atom-based SoC), Snowridge, Dhyana
New CPU features clzero and xsaveerptr
Latest version of all CPU models now have TSX (HLE and RTM) disabled by default
Support for new IA32_ARCH_CAPABILITIES flags: MDS_NO, TSX_NO, TSX_CTRL
macOS Hypervisor.framework support ("-accel hvf") is now considered stable

Xtensa
Add new "virt" machine.


Device emulation and assignment

ACPI
ARM machines can use the ACPI generic event device for the system powerdown event

Audio
Audio devices support an "audiodev" property that can be used to choose a specific backend to connect to the device.

Block devices
Unmap operations are now accounted and visible in the output of "query-blockstats"/"info blockstats"

Graphics
Support for more ati-vga registers

IPMI
UUID handling for the built-in IPMI BMC has changed. Before the UUID was set from the qemu UUID, if that was set. However, in a real system, the UUID of a BMC will be independent of the system UUID. So now the UUID must be explicitly set for a BMC if you want one. Otherwise the BMC will not have a UUID. To set the UUID of a BMC, use the new property guid=11223344-5566-7788-99aa-bbccddeeff00 for the ipmi-bmc-sim device.
New PCI interfaces for IPMI KCS and BT devices are available. The devices pci-ipmi-kcs and pci-ipmi-bt are used to choose these devices.

Network devices
Support for network failover for easier migration of VFIO devices.

VFIO
vfio-pci supports the "failover_pair_id" property for easier migration of VFIO devices.

virtio
virtio-mmio now supports the virtio standard compatible v2 personality (still defaulting to the legacy v1 personality for compatibility reasons)
Support for virtio 1.1 packed virtqueues.

9pfs
the "local" backend now has a new 'multidevs' option to deal with cross-device setups (ie. when the shared directory spans over multiple devices on the host)


Character devices
Any backend that supports connection as a socket client (NBD, chardev, network device, monitor...) can now request to use TCP keep-alive with the server.

Crypto subsystem
With new enough gcrypt or nettle libraries, QEMU can now use the library's own XTS cipher mode code. This provides a potentially huge performance boost for AES-XTS encryption, which benefits the LUKS disk encryption block driver I/O performance.

Monitor
Fix not to leave the monitor wedged when the client disconnects while the queue is full, and the event timing is unlucky.

QMP
query-machines now report the default CPU type for each machine

Migration
The 'validate-uuid' migration compatibility checks the UUID matches on migration, preventing accidental migration of the wrong VM to the wrong destination. (Yury Kotov)

Network
The user mode host network backend now allows to set a guest-visible DNS address which is not in the virtual network, unless restrict mode is enabled.

Block device backends and tools
Block drivers can now support BDRV_REQ_PREFETCH for more efficient handling of copy-on-read requests; the NBD driver has wired this up to NBD_CMD_CACHE.
The LUKS block driver supports falloc/full preallocation.
The NBD server now advertises NBD_FLAG_CAN_MULTI_CONN on shared readonly connections.
The NBD server and client support the new NBD_CMD_FLAG_FAST_ZERO as an optimization during the copying of sparse images.
The backup block job now creates a filter node, just like mirror and commit do. Clients that care about the structure of the block graph need to take this into account.
Several assertion failures relating to the use of an NBD server with iothreads have been fixed.
Creation of an NBD client now allows an optional 'reconnect-delay' parameter, which can be used to reconnect rather than permanently fail in the face of a transient server hiccup.
NBD client and server now permit export names up to 4k in length (rather than 256 bytes), while at the same time being more careful to avoid over-long strings in violation of the NBD protocol.

Miscellaneous
bugs in gdbstub handling of F and ! packets have been fixed
The arguments to -kernel and -initrd are now mmap-ed for some targets. This allows sharing memory when many VMs are loaded with the same arguments.
User-mode emulation

Xtensa
call0 ABI may be selected for the user emulation with command line option -xtensa-abi-call0 (or with QEMU_XTENSA_ABI_CALL0 environment variable).

TCG
---
tcg tests are now in $BUILDDIR/tests/tcg/$TARGET/ (rather than $BUILDDIR/$TARGET/tests/)
new TCG Plugins feature allows instrumentation experiments to be written

Build Information
-----------------
Python
The minimum supported version of Python is now 3.5.

Container Based Builds
The docker.py tooling now supports podman containers [1] as an alternative to docker
the docker.py now requires python3 to run
a number of the cross compiler containers have been updated to Buster

Build Dependencies
The minimum version of the glib library is now 2.48
2019-12-15 18:35:25 +00:00
..
8086tiny Update HOMEPAGE, remove nonworking MASTER_SITE. 2017-07-30 22:39:05 +00:00
aliados Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
applyppf Honor LDFLAGS. Fixes RELRO build. 2017-07-12 12:17:02 +00:00
aranym aranym: Remove obsolete patches 2019-10-01 14:56:22 +00:00
arcem Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
arnold arnold: Line accidentally lost in last commit 2019-07-06 09:48:43 +00:00
atari800 atari800: updated to 4.1.0 2019-05-05 10:12:59 +00:00
b-em b-em: Needs zlib. 2019-07-02 06:06:48 +00:00
BasiliskII BasiliskII: Update to git snapshot 20190405 2019-07-30 08:08:22 +00:00
blastem blastem: Add emulators/blastem version 0.6.2 2019-06-09 13:58:08 +00:00
blinkensim *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
bochs emulators: align variable assignments 2019-11-03 19:24:31 +00:00
cannonball emulators/cannonball: Removes the patch (missed in the last commit). 2019-10-24 00:36:07 +00:00
ckmame emulators: align variable assignments 2019-11-03 19:24:31 +00:00
cmdpack Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
compat12 emulators/compat12: add missing SHA512 sums to distinfo 2019-02-24 02:31:13 +00:00
compat13 compat13: add SH512 checksums 2019-04-27 13:14:41 +00:00
compat14 compat14: add SHA512 checksums 2019-04-27 13:17:04 +00:00
compat15 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
compat15-extras compat15-extras: no point checking RELRO on these binaries 2019-09-26 09:43:50 +00:00
compat16 compat16: add SHA512 checksums 2019-04-27 13:21:09 +00:00
compat16-extras compat16-extras: add SHA512 checksums 2019-04-27 13:21:38 +00:00
compat20 compat20: add SHA512 checksums 2019-04-27 13:23:10 +00:00
compat20-extras compat20-extras: add SHA512 checksums 2019-04-27 13:23:40 +00:00
compat30 compat30: add one more SHA512 2019-04-27 13:46:28 +00:00
compat30-extras compat30-extras: add SHA512 checksums 2019-04-27 13:26:20 +00:00
compat40 compat40: add SHA512 checksums 2019-04-27 13:30:25 +00:00
compat40-extras compat40-extras: add SHA512 checksums 2019-04-27 13:30:55 +00:00
compat50 compat50: add SHA512 checksums 2019-04-27 13:34:34 +00:00
compat50-x11 compat50-x11: add SHA512 checksum. Fix whitespace. 2019-04-27 13:36:37 +00:00
compat51 compat51: add SHA512 checksums 2019-04-27 13:48:22 +00:00
compat51-x11 compat51-x11: add SHA512 checksums 2019-04-27 13:49:32 +00:00
compat60 compat60: add SHA512 checksums 2019-04-27 13:39:20 +00:00
compat61 compat61: add SHA512 checksums 2019-04-27 13:42:08 +00:00
compat61-x11 compat61-x11: add SHA512 checksums 2019-04-27 13:44:12 +00:00
compat80 Add the 20191014/ directory to the distinfo entries. 2019-10-15 12:40:46 +00:00
compat_netbsd Various changes to produce the compat80 package: 2019-10-15 12:10:19 +00:00
Cygne-SDL Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
cygwin_esound Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
cygwin_lib Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
darwin_lib Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
DatLib Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
DatUtil Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
dega Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
dgen dgen-sdl: Update to 1.33 2019-06-20 12:13:19 +00:00
dolphin-emu dolphin-emu: Fix build on NetBSD 9.99.17 2019-10-25 09:56:51 +00:00
dosbox dosbox: convert imagemagick to icotool 2019-11-30 11:16:17 +00:00
dosbox-x dosbox-x: Update to 0.82.24 2019-12-05 22:56:23 +00:00
dynagen emulators: align variable assignments 2019-11-03 19:24:31 +00:00
dynamips *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
e-uae *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
emulationstation emulationstation: Update to 2.7.6 2019-09-08 12:34:38 +00:00
fceu *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
fmsx Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
free42 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
freebsd_lib Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
fs-uae fs-uae: updated to 3.0.2 2019-11-18 20:01:03 +00:00
fs-uae-arcade fs-uae: updated to 3.0.2 2019-11-18 20:01:03 +00:00
fs-uae-launcher fs-uae: updated to 3.0.2 2019-11-18 20:01:03 +00:00
fuse-emulator Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
fuse-emulator-utils fuse-emulator-utils: updated to 1.4.3 2018-07-03 14:37:16 +00:00
gcube needs -lm on Linux too 2016-03-09 22:10:13 +00:00
generator-cbiere generator-cbiere: use an existing site as HOMEPAGE 2017-12-24 09:51:50 +00:00
gens emulators: align variable assignments 2019-11-03 19:24:31 +00:00
gns3-gui gns3-gui: add versiom 2.2.1 2019-11-03 01:33:51 +00:00
gns3-server gns3-server: add version 2.2.1 2019-11-03 01:31:38 +00:00
gnuboy Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gnuboy-sdl Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
gpsim *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gpsim-devel *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gpsim-oscilloscope *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gpsim-ptyusart *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
gpsp-rpi Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
gxemul Update to 0.6.2 2019-08-23 13:13:49 +00:00
handy_sdl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
hatari Rename audio/portaudio-devel to audio/portaudio 2019-10-20 11:10:47 +00:00
haxm haxm: Upgrade to 7.5.4 2019-10-29 03:28:22 +00:00
hercules emulators: align variable assignments 2019-11-03 19:24:31 +00:00
hercules-images Sort PLIST files. 2018-01-01 22:29:15 +00:00
ia64sim Comment out dead sites. 2017-08-16 20:45:30 +00:00
kegs emulators: align variable assignments 2019-11-03 19:24:31 +00:00
keystone PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
klh10 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libdsk Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
libretro-beetle-ngp emulators/libretro-beetle-ngp: Update to 20190203 2019-02-25 21:37:41 +00:00
libretro-beetle-pce-fast emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-beetle-psx libretro-beetle-psx: Update to 20190203 2019-04-29 12:00:16 +00:00
libretro-beetle-psx-hw emulators/libretro-beetle-psx*: Update HOMEPAGE. 2018-12-18 16:12:13 +00:00
libretro-beetle-saturn emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-beetle-sgx emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-beetle-vb emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-beetle-wswan libretro-beetle-wswan: Update to 20190402 2019-05-09 16:27:55 +00:00
libretro-bluemsx emulators/libretro-bluemsx: Update to 20190420 2019-04-25 13:46:11 +00:00
libretro-bsnes-mercury libretro-bsnes-mercury: Don't break on aarch64. 2019-05-18 09:42:03 +00:00
libretro-bsnes-mercury-accuracy libretro-bsnes-mercury{,-accuracy,-performance}: add version 20180803 2018-08-13 14:37:25 +00:00
libretro-bsnes-mercury-performance libretro-bsnes-mercury{,-accuracy,-performance}: add version 20180803 2018-08-13 14:37:25 +00:00
libretro-cap32 libretro-cap32: Update to 20190128 2019-02-01 10:11:03 +00:00
libretro-core-info emulators/retroarch: Update to 1.7.7. 2019-05-08 12:40:05 +00:00
libretro-database Simplify retroarch packagaing by removing retroarch-assets. 2018-09-06 09:33:38 +00:00
libretro-desmume libretro-desmume: Don't define __STDC_FORMAT_MACROS, this uses C++11. 2019-05-20 10:32:32 +00:00
libretro-dolphin libretro-dolphin: Fix build on NetBSD 9.99.17 2019-10-25 11:04:04 +00:00
libretro-fbalpha libretro-fbalpha: Attempt to fix the big endian build 2018-11-13 17:16:25 +00:00
libretro-fceumm libretro-fceumm: Update to 20190106 2019-02-01 09:53:20 +00:00
libretro-freeintv emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-fuse emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-gambatte libretro-gambatte: Update to 20190412 2019-04-25 13:50:19 +00:00
libretro-genesis-plus-gx emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-mame2010 emulators/libretro-mame2010: Import version libretro-mame2010-20180417 2019-01-02 13:24:28 +00:00
libretro-mgba libretro-mgba: Update PLIST 2019-09-22 15:19:29 +00:00
libretro-mupen64plus libretro-mupen64plus: Needs zlib. 2019-07-05 07:43:42 +00:00
libretro-nestopia libretro-nestopia: Append to CXXFLAGS instead of CFLAGS. 2019-06-28 19:14:08 +00:00
libretro-np2kai libretro-np2kai: Update to 0.86.18 2019-02-24 15:26:50 +00:00
libretro-o2em emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-pcsx-rearmed Adjust some dlopen handling in the emulators category. 2019-07-05 08:38:36 +00:00
libretro-picodrive libretro-picodrive: Update COMMENT for consistency since this is annoying me 2019-01-02 13:56:32 +00:00
libretro-ppsspp emulators: align variable assignments 2019-11-03 19:24:31 +00:00
libretro-prosystem emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-reicast libretro-reicast: Update to 20190508 2019-05-09 23:24:17 +00:00
libretro-sameboy sameboy: Update to 0.12.1. Add the SDL version. 2019-07-18 10:44:57 +00:00
libretro-snes9x emulators/snes9x: Update to 1.60 2019-04-25 13:06:58 +00:00
libretro-snes9x2005 libretro-snes9x2005: Set LICENSE to snes9x-license. 2018-08-10 20:34:01 +00:00
libretro-snes9x2010 emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-stella emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-vba-next emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-vecx emulators/libretro-*: SunOS linker fixes. 2018-10-02 21:09:28 +00:00
libretro-virtualjaguar libretro-virtualjaguar: import version 20180812 2018-10-13 16:19:31 +00:00
libspectrum Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
lrmi Follow some http redirects. 2017-08-16 20:21:03 +00:00
m1 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
makeppf Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
mame mame: requires gcc 7.2 2019-12-01 11:05:34 +00:00
MAMEDiff Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
mednafen Accept blame for a handful of packages. 2019-10-01 19:37:50 +00:00
mednaffe *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
melonds melonds: Needs libpcap 2019-09-15 14:47:43 +00:00
mgba mgba: Work around bulk build problems by temporarily avoiding HTML docs. 2019-09-25 08:48:43 +00:00
minivmac emulators: align variable assignments 2019-11-03 19:24:31 +00:00
mmix mmix: follow redirect 2018-02-11 15:47:44 +00:00
nestopia *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
netbsd32_compat15
netbsd32_compat15-extras
netbsd32_compat16
netbsd32_compat16-extras
netbsd32_compat20
netbsd32_compat20-extras
netbsd32_compat30
netbsd32_compat30-extras
netbsd32_compat40
netbsd32_compat40-extras
openmsx emulators: align variable assignments 2019-11-03 19:24:31 +00:00
or1ksim emulators: align variable assignments 2019-11-03 19:24:31 +00:00
osf1_lib osf1_lib: add SHA512 checksum 2019-04-27 13:52:02 +00:00
p11 Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
palmosemulator emulators: align variable assignments 2019-11-03 19:24:31 +00:00
PC6001VX PC6001VX: update to 3.3.1. 2019-11-02 11:07:40 +00:00
pcemu Sort PLIST files. 2018-01-01 22:29:15 +00:00
pearpc *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
py-keystone keystone: py-keystone: Update to 0.9.1 2018-02-19 00:52:28 +00:00
py-unicorn Don't rebuild unicorn locally for the Python binding. 2018-03-24 17:09:33 +00:00
qemu qemu: updated to 4.2.0 2019-12-15 18:35:25 +00:00
raine emulators: align variable assignments 2019-11-03 19:24:31 +00:00
realboy emulators: align variable assignments 2019-11-03 19:24:31 +00:00
retroarch Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
ROMBuild Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
ROMInfo Use INSTALLTION_DIRS instead of AUTO_MKDIRS= yes, thanks wiz@ 2016-09-12 13:49:46 +00:00
sameboy sameboy: Needs c99 2019-10-03 12:08:51 +00:00
shoebill emulators: align variable assignments 2019-11-03 19:24:31 +00:00
simh simh: needs -lrt on linux (for shm_open) 2019-09-03 09:35:18 +00:00
simulavr emulators: align variable assignments 2019-11-03 19:24:31 +00:00
ski Fix crash on amd64 and probably other 64 bit archs, bump PKGREVISION 2019-11-17 23:05:19 +00:00
sms_sdl Comment out dead sites. 2017-09-04 18:00:49 +00:00
snes9x emulators/snes9x: Update to 1.60 2019-04-25 13:06:58 +00:00
snes9x-gtk Rename py-meson to meson. 2019-10-07 09:28:09 +00:00
softvms emulators/softvms: Update to 1.10 2018-07-20 09:00:07 +00:00
spim *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
stella stella: Update to 6.0.2 2019-11-10 21:54:58 +00:00
suse100_32_alsa
suse100_32_aspell
suse100_32_base
suse100_32_compat
suse100_32_expat
suse100_32_fontconfig
suse100_32_freetype2
suse100_32_glx
suse100_32_gtk2
suse100_32_krb5
suse100_32_libcups
suse100_32_libidn Import suse32_libidn-10.0 as emulators/suse100_32_libidn. 2014-04-08 10:03:53 +00:00
suse100_32_libjpeg
suse100_32_libpng
suse100_32_libsigc++2
suse100_32_libtiff
suse100_32_libxml2
suse100_32_locale
suse100_32_openmotif
suse100_32_openssl
suse100_32_resmgr
suse100_32_slang
suse100_32_x11
suse100_alsa Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_aspell Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
suse100_compat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_expat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_fontconfig Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_freetype2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_glx Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_gtk2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_krb5 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libcups Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libidn Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libjpeg Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libpng Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libsigc++2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libtiff Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_libxml2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_linux *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
suse100_locale Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_openmotif Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_openssl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_resmgr Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_slang Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse100_x11 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_32_alsa
suse121_32_aspell
suse121_32_base
suse121_32_compat
suse121_32_expat
suse121_32_fontconfig
suse121_32_freetype2
suse121_32_glx
suse121_32_gstreamer Import suse32_gstreamer-12.1 as emulators/suse121_32_gstreamer. 2014-12-04 19:54:12 +00:00
suse121_32_gtk2
suse121_32_krb5
suse121_32_libcups
suse121_32_libcurl
suse121_32_libdrm
suse121_32_libgc Import libgc1-7.1.9.6-143.1.2 as emulators/suse121_32_libgc 2015-09-26 00:17:13 +00:00
suse121_32_libjpeg
suse121_32_libpng
suse121_32_libsigc++2
suse121_32_libtiff
suse121_32_libxml2
suse121_32_locale
suse121_32_openmotif
suse121_32_openssl
suse121_32_qt4
suse121_32_slang
suse121_32_sqlite3 Import suse32_sqlite3-12.1 as emulators/suse121_32_sqlite3. 2014-12-04 19:49:20 +00:00
suse121_32_x11
suse121_alsa Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_aspell Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
suse121_compat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_expat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_fontconfig Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_freetype2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_glx Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_gstreamer Reset maintainer 2017-09-16 19:26:41 +00:00
suse121_gtk2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_krb5 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libcups Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libcurl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libdrm Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libgc Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libjpeg Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libpng Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libsigc++2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libtiff Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_libxml2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_linux Follow some redirects. 2017-09-04 18:08:18 +00:00
suse121_locale Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_openmotif Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_openssl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_qt4 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_slang Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse121_sqlite3 Reset maintainer 2017-09-16 19:26:41 +00:00
suse121_x11 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_32_alsa Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_aspell Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_base Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_compat Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_cyrus-sasl Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_dbus-glib Import suse32_dbus-glib-13.1 as emulators/suse131_32_dbus-glib. 2014-01-22 12:31:16 +00:00
suse131_32_expat Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_fontconfig Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_freetype2 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_glib2 Import suse32_glib2-13.1 as emulators/suse131_32_glib2. 2014-01-22 12:28:39 +00:00
suse131_32_glx Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_gstreamer Import suse32_gstreamer-13.1 as emulators/suse131_32_gstreamer. 2014-12-17 01:32:54 +00:00
suse131_32_gtk2 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_krb5 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libaudiofile Add libSDL and two dependencies. 2014-04-17 00:08:34 +00:00
suse131_32_libcups Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libcurl Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libdbus Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libdrm Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libesd Add libSDL and two dependencies. 2014-04-17 00:08:34 +00:00
suse131_32_libffi Import suse32_libffi-13.1 as emulators/suse131_32_libffi. 2014-01-22 12:26:40 +00:00
suse131_32_libgc Import libgc1-7.2d-2.1.2 as emulators/suse131_32_libgc 2015-09-26 00:19:53 +00:00
suse131_32_libidn Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libjpeg Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libjson Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libpng Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libSDL Add libSDL and two dependencies. 2014-04-17 00:08:34 +00:00
suse131_32_libsigc++2 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libsndfile Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libssh Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libtiff Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libwebp Import suse32_libwebp-13.1 as emulators/suse131_32_libwebp. 2015-03-02 19:18:37 +00:00
suse131_32_libwrap Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libxml2 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_libxslt Import suse32_libxslt-13.1 as emulators/suse131_32_libxslt. 2015-03-02 16:55:39 +00:00
suse131_32_locale Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_lsb Import suse32_lsb-13.1 as emulators/suse131_32_lsb. 2015-03-02 19:14:36 +00:00
suse131_32_motif Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_mozilla-nspr Added suse131_mozilla-{nspr,nss} package to support nspr and nss linux module. 2013-12-12 02:34:28 +00:00
suse131_32_mozilla-nss Added suse131_mozilla-{nspr,nss} package to support nspr and nss linux module. 2013-12-12 02:34:28 +00:00
suse131_32_openldap Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_openssl Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_pulseaudio Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_qt4 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_slang Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_32_sqlite3 Import suse32_sqlite3-13.1 as emulators/suse131_32_sqlite3. 2014-12-17 01:37:14 +00:00
suse131_32_x11 Added openSUSE 13.1 packages, provides a number of components for a 2013-12-05 11:42:12 +00:00
suse131_alsa Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_aspell Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_avahi emulators/suse131_avahi: import suse_avahi-13.1. 2019-03-17 01:10:58 +00:00
suse131_base Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
suse131_binutils Add opensuse 13.1 binutils, since wip/suse131_fpc will not do much 2017-03-06 11:53:54 +00:00
suse131_compat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_cyrus-sasl Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_dbus-glib Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
suse131_expat Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_fontconfig Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_freetype2 Update to latest RPMs from Suse 13.1. 2016-05-28 13:04:27 +00:00
suse131_glib2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_glx Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_gstreamer suse131_gstreamer: add more packages required by recent libreoffice. 2019-02-21 04:44:39 +00:00
suse131_gtk2 suse131_gtk2: add gtk2-immodule-xim. It has been separated since suse113. 2019-02-21 01:54:56 +00:00
suse131_krb5 Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_libaudiofile Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libcups Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libcurl Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_libdbus suse131_libdbus: add SHA512 checksum 2019-04-27 13:53:55 +00:00
suse131_libdrm suse131_libdrm: install the hardware-specific libdrm bits. 2019-07-08 17:48:21 +00:00
suse131_libesd Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libffi Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libgc Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libidn Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libjpeg Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libjson Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libpng Update to latest RPMs from Suse 13.1. 2016-05-28 13:04:27 +00:00
suse131_libSDL suse131_libSDL: add SHA512 checksum 2019-04-27 13:53:25 +00:00
suse131_libsigc++2 Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libsndfile Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_libssh Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libtiff Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_libwebp Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libwrap Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_libxml2 Bump PKGREVISION (missed in the previous). 2016-06-17 17:29:44 +00:00
suse131_libxslt Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_linux emulators/suse131_avahi: import suse_avahi-13.1. 2019-03-17 01:10:58 +00:00
suse131_locale Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_lsb Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_motif Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_mozilla-nspr Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_mozilla-nss Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_openldap Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_openssl Update more RPMs from Suse 13.1. 2016-06-17 17:21:38 +00:00
suse131_pulseaudio Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_qt4 suse131_qt4: add SHA512 checksum 2019-04-27 13:54:26 +00:00
suse131_slang Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
suse131_sqlite3 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
suse131_x11 Update to latest RPMs from Suse 13.1. 2016-05-28 13:04:27 +00:00
swarm Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
sys161 Update to 2.0.8. 2016-03-07 05:53:29 +00:00
tcl-hp-15c emulators: align variable assignments 2019-11-03 19:24:31 +00:00
tme don't --disable-debug if CFLAGS contains -g. 2019-12-06 05:38:02 +00:00
tuxnes *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
twin Sort. 2015-12-29 06:12:53 +00:00
uae *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
ucon64 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
unicorn emulators: align variable assignments 2019-11-03 19:24:31 +00:00
vba Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
vice Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
vmips vmips: update to 1.5.1. 2018-08-27 07:15:47 +00:00
wine Switch packages using GLUT to FreeGLUT. 2019-08-30 17:01:32 +00:00
wine-devel Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
x48 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
xbeeb emulators: align variable assignments 2019-11-03 19:24:31 +00:00
xcopilot Comment out dead sites. 2017-09-06 10:40:25 +00:00
xhomer xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xm7 xm7: avoid narrowing conversion. 2019-09-30 10:05:19 +00:00
xm8 xm8: fails with newer C++ standard, force c++03 2019-09-13 13:13:31 +00:00
xnp2 *: recursive bump for gdk-pixbuf2-2.38.1 2019-07-21 22:23:57 +00:00
xtrs Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
xyame Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
yabause emulators: align variable assignments 2019-11-03 19:24:31 +00:00
z26 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ZIPIdent Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
zsnes Add SHA512 digests for distfiles for emulators category 2015-11-03 20:30:54 +00:00
Makefile emulators: add gns3-gui gns3-server remove gns3 2019-11-03 01:41:38 +00:00