aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* emulators/ppsspp: update to 1.12.1Jan Beich2021-10-092-4/+4
| | | | | Changes: https://github.com/hrydgard/ppsspp/compare/v1.12...v1.12.1 Reported by: GitHub (watch releases)
* emulators/yuzu: update to s20211008Jan Beich2021-10-092-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/f84328934...39cd6306e
* multimedia/libvpx: update 1.11.0Jan Beich2021-10-092-2/+2
| | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0 Reported by: portscout, Repology
* emulators/ppsspp: drop unused GL deps after 34a5259f5126Jan Beich2021-10-081-1/+1
| | | | | | | | | | =>> Checking shared library dependencies - 0x0000000000000001 NEEDED Shared library: [libGL.so.1] 0x0000000000000001 NEEDED Shared library: [libGLEW.so.2] - 0x0000000000000001 NEEDED Shared library: [libGLU.so.1] + 0x0000000000000001 NEEDED Shared library: [libOpenGL.so.0] 0x0000000000000001 NEEDED Shared library: [libSDL2-2.0.so.0] [...]
* emulators/frodo: fix build on powerpc and powerpc64Piotr Kubaj2021-10-081-1/+1
| | | | Same issue as on powerpc64le.
* emulators/frodo: fix build on powerpc64lePiotr Kubaj2021-10-081-0/+4
| | | | | | | | | | | | | | | While base GCC can build this port on 12.2, clang can't: VIC.cpp:1407:8: error: expected unqualified-id static asm void fastcopy(register uchar *dst, register uchar *src); ^ VIC.cpp:1408:8: error: expected unqualified-id static asm void fastcopy(register uchar *dst, register uchar *src) ^ VIC.cpp:1838:3: error: use of undeclared identifier 'fastcopy' fastcopy(chunky_line_start, (uint8 *)chunky_tmp); It also can't build with USES=compiler:gcc-c++11-lib. Since this port doesn't have reverse dependencies, use USE_GCC=yes.
* emulators/i386-wine-devel: Add CPE informationBernhard Froehlich2021-10-081-1/+3
| | | | Approved by: portmgr (blanket)
* emulators/yuzu: update to s20211006Jan Beich2021-10-062-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/b86943996...f84328934
* emulators/ppsspp: update to 1.12Jan Beich2021-10-064-60/+22
| | | | | | Changes: https://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.11.3...v1.12 Reported by: GitHub (watch releases)
* graphics/mesa-devel: update to 21.2.b.3167Jan Beich2021-10-051-0/+9
| | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/2aa705ec87c...85e428f1e01
* emulators/yuzu: update to s20211004Jan Beich2021-10-052-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/21ed944ff...b86943996
* emulators/openmsx: Update to 17.0Daniel Menelkir2021-10-046-133/+679
| | | | | | | | Changelog: https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_17_0/doc/release-notes.txt PR: 256194 Approved by: port maintainer, arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32289
* emulators/i386-wine-devel: unbreak build after 620968a43a5fJan Beich2021-10-041-1/+0
| | | | | | | | ===> Building package for i386-wine-devel-6.12,1 pkg-static: Unable to access file /wrkdirs/usr/ports/emulators/i386-wine-devel/work/stage/usr/local/%%OSREL11%%lib32/libunwind.so.8:No such file or directory *** Error code 1 Reported by: pkg-fallout
* audio/fluidsynth: Update to upstream version 2.2.3Thomas Zander2021-10-041-0/+1
| | | | MFH: 2021Q4
* emulators/wine: Enable OPENAL by defaultGerald Pfeifer2021-10-031-1/+1
| | | | | | | This mirrors commit 78468490119038048dd220377e1bed1771fe46a6 to emulators/wine-devel. PR: 258375
* emulators/yuzu: update to s20211002Jan Beich2021-10-032-6/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/36d45b4a7...21ed944ff
* emulators/elliott: fix unused but set variableDimitry Andric2021-10-021-0/+11
| | | | | | | | | | | | | | | | | | During an exp-run for llvm 13 (see bug 258209), it turned out that emulators/elliott fails to build with clang 13: emulator.c:536:20: error: variable 'y' set but not used [-Werror,-Wunused-but-set-variable] int x, x1, y; ^ 1 error generated. This is because x, x1 and y are used in ncurses getyx() macros, but in this case the program is not interested in the y result. Mark it as __unused to get rid of the warning. PR: 258471 Approved by: maintainer timeout (2 weeks) MFH: 2021Q4
* emulators/wine: Merge the VULKAN option into VKD3DGerald Pfeifer2021-10-021-9/+10
| | | | | | | | | | | | | | | | | | | | This back ports 3d5484b928571899d48e10ffa0e539042b63cedc and 5a1f2db45736cb70dc556090ba6c929c51d1eb28 from emulators/wine-devel: When Wine gained support for the Vulkan API and D3D support via Vulkan we added two options (both off by default): VULKAN and VKD3D. Simplify things, in particular also from a user perspective, by only keeping the VKD3D option which now subsumes the former VULKAN option (and hence Vulkan API support). No change in defaults - yet. On the way adjust CONFIGURE_ARGS to only feature on option per line, which was mostly the case already anyway. PR: 258375
* emulators/yuzu: update to s20211001Jan Beich2021-10-022-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/b9251155f...36d45b4a7
* emulators/qemu31: UNBREAK for 13.X and laterMuhammad Moinur Rahman2021-10-013-23/+30
| | | | | | | - Mark DEPRECATED as there are more recent versions in the tree - Update pkg-descr as https://oszoo.org no longer hosts qemu images and is totally an irrelevent site - Do some housekeeping to remove stage-qa errors
* emulators/wine-devel: Pass maintainership to Damjan JovanovicGerald Pfeifer2021-10-013-3/+3
| | | | | | | Usually assuming maintainership goes along with a patch to update or fix something. The former will come soon, with next week's snapshot, and Damjan has been active upstream and in direct conversations with me, and I will be supporting and mentoring him.
* emulators/wine-gecko-devel: Relinquish maintainershipGerald Pfeifer2021-10-011-1/+1
| | | | Cf. ee9b8284d0c0ca049900d8d812b039d34aef9082 for the wine-devel port.
* emulators/sameboy: drop obsolete comment after 620968a43a5fJan Beich2021-10-011-1/+0
|
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-3016-143/+11
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* emulators/open-vm-tools: Update to 11.3.5Renato Botelho2021-09-302-4/+4
| | | | | | PR: 258754 Reported by: John Wolfe <jwolfe@vmware.com> Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/wine-mono-devel: Relinquish maintainershipGerald Pfeifer2021-09-301-1/+1
| | | | Cf. ee9b8284d0c0ca049900d8d812b039d34aef9082 for the wine-devel port.
* emulators/wine-mono-devel: Update to version 6.3.0Gerald Pfeifer2021-09-302-4/+4
|
* emulators/yuzu: update to s20210929Jan Beich2021-09-302-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/90014ada8...b9251155f
* emulators/wine-devel: Relinquish maintainershipGerald Pfeifer2021-09-291-1/+1
| | | | | | | | | | After working on our Wine ports for more than 21 years, maintaining for more than 19 years, time has come to hand over the baton. Sadly despite multiple requests to committers as well as some non-committers nobody stepped up yet, so return to the pool. Still happy to provide guidance and help on working with upstream or operating the (crucial) nightly testers I have been running.
* emulators/wine-devel: Update to Wine 6.18Gerald Pfeifer2021-09-294-24/+14
| | | | | | | | | | | | | This includes the following changes: - Shell32 and WineBus libraries converted to PE. - Unicode data updated to Unicode version 14. - More work towards Dwarf 3/4 debug support. - HID joystick enabled by default. - Various bug fixes. files/patch-amd64-vs-x86-64, which I submitted upstream, is obsolete now and the issue has been addressed upstream even more thoroughly, so drop our local patch.
* emulators/qemu-devel: Update version 5.1.0.20201019=>6.1.0.20210928Muhammad Moinur Rahman2021-09-288-171/+49
| | | | | | - Move upstream site to GITLAB Relnotes: https://gitlab.com/qemu-project/qemu/-/commits/master/
* emulators/wine-devel: Unconditionally use SDLGerald Pfeifer2021-09-281-7/+5
| | | | | | | | SDL2 is indirectly pulled in via our (unconditional) FAudio dependency anyway, so always use it, remove the SDL option, and simplify the port accordingly. PR: 258375
* emulators/yuzu: update to s20210927Jan Beich2021-09-282-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/9a53173e4...90014ada8
* emulators/vpcs: Mark DEPRECATEDMuhammad Moinur Rahman2021-09-271-2/+4
| | | | | | | - Upstream unmaintained - Requires a complete rewrite to build on modern compilers - There are other alternatives like booting up nanobsd images instead of using an emulator
* emulators/wine-devel: Make GECKO_RUN_DEPENDS more flexibleGerald Pfeifer2021-09-271-1/+1
| | | | | | | | | Simplify GECKO_RUN_DEPENDS along the lines of what we did with MONO_RUN_DEPENDS in 996345a04d856fdc863ddce257b8d98da8074d6c some months ago. That way updates of that other port won't require adjustments here any longer while the system becomes more resilient.
* emulators/wine-devel: Bump PORTREVISIONGerald Pfeifer2021-09-261-0/+1
| | | | | | The previous two commits changed default options, explicitly in the case of OPENAL, implicitly in the case of VKD3D, so we need to bump PORTREVISION.
* emulators/wine-devel: Enable OPENAL by defaultGerald Pfeifer2021-09-261-1/+1
| | | | PR: 258375
* emulators/wine-devel: Merge the VKD3D option into X11Gerald Pfeifer2021-09-262-11/+8
| | | | | | | | | Vulkan and vkd3d have few additional dependencies on top of OpenGL (via Mesa) so fold them into the general X11 switch. This further reduces the number of options in this port. PR: 258375
* emulators/yuzu: update to s20210924Jan Beich2021-09-252-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/7b22d61fb...9a53173e4
* emulators/qemu31: Mark as broken on aarch64.Mikael Urankar2021-09-241-0/+2
|
* emulators/wine-devel: Refine VKD3D_DESCGerald Pfeifer2021-09-241-1/+1
| | | | | PR: 258375 Suggested by: Alex S <iwtcex@gmail.com>
* emulators/winetricks: Mark only for archs amd64/i386Alexander Vereeken2021-09-222-11/+3
| | | | | PR: 258582 Reported by: Graham Perrin <grahamperrin@gmail.com>
* emulators/wine-devel: Merge the VULKAN option into VKD3DGerald Pfeifer2021-09-211-8/+9
| | | | | | | | | | | | | | | | | When Wine gained support for the Vulkan API and D3D support via Vulkan we added two options (both off by default): VULKAN and VKD3D. Simplify things, in particular also from a user perspective, by only keeping the VKD3D option which now subsumes the former VULKAN option (and hence Vulkan API support). No change in defaults - yet. On the way adjust CONFIGURE_ARGS to only feature on option per line, which was mostly the case already anyway. PR: 258375
* */*: Reset MAINTAINER due to repeat fatal email bouncesRyan Steinmetz2021-09-211-1/+1
|
* emulators/citra: update to s20210920Jan Beich2021-09-212-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/4817b0084...19617f7ed
* emulators/yuzu: update to s20210920Jan Beich2021-09-212-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/6d7801deb...7b22d61fb
* emulators/yuzu: update to s20210917Jan Beich2021-09-183-14/+25
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/e4d9814ec...6d7801deb
* emulators/wine-devel: Translate amd64 to x86_64Gerald Pfeifer2021-09-172-3/+3
| | | | | | | In a02e3c6686d68350132a88379fc3d99445b9b80d we translated amd64 to x86-64, which is the marketing name, alas we need to use x86_64, the technical name used on the GNU universe (and by Wine). What a difference underscore vs dash makes.
* emulators/wine-devel: Update to Wine 6.17Gerald Pfeifer2021-09-165-39/+35
| | | | | | | | | | | | | | | | | | | | This includes the following changes: - WineCfg program converted to PE. - Better high-DPI support in builtin applications. - More preparation work for the GDI syscall interface. - Improved debugger support in Wow64 mode. - Various bug fixes. My patch files/patch-dlls-nsiproxy.sys has been accepted upstream, so remove it on our end. Work around FreeBSD calling x86-64 by the name of amd64 and the Ports Collection using this in a variable ARCH, which interferes with Wine's variable of the same name and messes things up badly. I have hope to be able to upstream files/patch-amd64-vs-x86-64. [1] PR: 257020 [1] Inspired by: Ivan Rozhuk <rozhuk.im@gmail.com> [1]
* emulators/yuzu: update to s20210915Jan Beich2021-09-162-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/d86a9b9a4...e4d9814ec