aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* emulators/yuzu: update to s20210728Jan Beich2021-07-292-14/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/ab206d637...124e3b481
* emulators/rpcs3: update to 0.0.17.12538Jan Beich2021-07-292-5/+13
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/6a9d1edee...0a7a12bbf
* emulators/wine-devel: Fix up pkg-plistGerald Pfeifer2021-07-281-0/+8
| | | | | This is the update for Wine 6.13 which was missing from the original commit.
* emulators/yuzu: update to s20210727Jan Beich2021-07-274-65/+47
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/f85bbf3a8...ab206d637
* emulators/yuzu: unbreak on FreeBSD < 12 after c8b56ee72403Jan Beich2021-07-271-2/+14
| | | | | | | | | | externals/./cpp-httplib/httplib.h: In constructor 'httplib::SSLServer::SSLServer(const char*, const char*, const char*, const char*)': externals/./cpp-httplib/httplib.h:6728:22: error: 'TLS_method' was not declared in this scope; did you mean 'DTLS_method'? 6728 | ctx_ = SSL_CTX_new(TLS_method()); | ^~~~~~~~~~ | DTLS_method Reported by: pkg-fallout
* emulators/yuzu: unbreak with pkgconf after 72cb3d2eba79Jan Beich2021-07-272-0/+3
| | | | | | | | | | | | | | | | CMake Error at externals/libusb/CMakeLists.txt:109 (add_library): Cannot find source file: libusb/libusb/core.c Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispc CMake Error at externals/libusb/CMakeLists.txt:109 (add_library): No SOURCES given to target: usb PR: 256912 Submitted by: jkim (based on)
* emulators/rpcs3: update to 0.0.17.12527Jan Beich2021-07-272-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/867f0e1f0...6a9d1edee
* emulators/wine: Move the new scripts into files/Gerald Pfeifer2021-07-263-0/+0
|
* emulators/wine: Fix up pkg32.shGerald Pfeifer2021-07-262-0/+3
| | | | | | | | In my original commit I missed the last line actually invoking pkg. Fix this up and add a comment above. PR: 257284 Reported by: Alex S <iwtcex@gmail.com>
* emulators/wine: Invoke with LD_BIND_NOW and revampe WoWAlex S2021-07-265-2/+85
| | | | | | | | | | | | | | Wine 6.0 and later need LD_BIND_NOW / LD_32_BIND_NOW on FreeBSD, cf. https://bugs.winehq.org/show_bug.cgi?id=50257 and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252307 so move the actual binaries to wine64.bin / wine.bin and invoke them via a script that does those settings. Also revamp the WoW handling/packging which combines 32-bit/i386 Wine into 64-bit/amd64 Wine. Submitted by: Alex S <iwtcex@gmail.com> PR: 257284, 252307
* emulators/wine: Update to Wine 6.0.1Gerald Pfeifer2021-07-268-49/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move from the Wine 5.0 release serious to the Wine 6.0 series and specifically Wine 6.0.1. This represents another year of development effort and over 8,300 individual changes. It contains a large number of improvements. Areas of major changes are: - Core modules in PE format. - Vulkan backend for WineD3D. - DirectShow and Media Foundation support. - Text console redesign. In terms of packaging changes are moderate this time: - As in case of 8c03aa8bb14df712154cfb84506b6501b58caee6 which has sat with wine-devel for eight months remove files/patch-dlls_kernel32_Makefile.in which is not needed any longer. - Our special dependency emulators/wine-gecko goes to version 2.47.2 and emulators/wine-mono to version 5.1.1. - The GLU library is not used any longer. Extensive release notes are at https://www.winehq.org/announce/6.0 and https://www.winehq.org/announce/6.0.1 . PR: 257284
* emulators/wine: Update to Wine 5.0.5Gerald Pfeifer2021-07-263-18/+4
| | | | | This (only) fixes the regression I found and reported against Wine 5.0.4, obsoleting our temporary patch files/patch-dlls_qcap_v4l.c.
* emulators/wine-proton: Vulkan 32-bit Mesa fixesAlex S2021-07-252-11/+22
| | | | | | Point Vulkan loader at 32-bit Mesa libs PR: 257399
* emulators/qemu-user-static: fix build on powerpcPiotr Kubaj2021-07-241-0/+1
| | | | /wrkdirs/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-6ffee39fe2e4/tcg/ppc/tcg-target.inc.c:1922:3: error: "Unhandled abi"
* emulators/qemu31: fix build on powerpcPiotr Kubaj2021-07-241-0/+1
| | | | /wrkdirs/usr/ports/emulators/qemu31/work/qemu-3.1.1.1/tcg/ppc/tcg-target.inc.c:1922:3: error: "Unhandled abi"
* emulators/qemu41: fix build on powerpcPiotr Kubaj2021-07-241-0/+1
| | | | /wrkdirs/usr/ports/emulators/qemu41/work/qemu-4.1.1/tcg/ppc/tcg-target.inc.c:1915:3: error: "Unhandled abi"
* emulators/rpcs3: update to 0.0.17.12521Jan Beich2021-07-242-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/737b0dfd4...867f0e1f0
* emulators/wine-devel: Update to Wine 6.13Gerald Pfeifer2021-07-223-21/+20
| | | | | | | | | | | | | | | This includes the following changes: - Proper scrollbar theming. - More work towards WinSock PE conversion. - Preparation work for the GDI syscall interface. - Some progress on the IPHLPAPI PE conversion. - Various bug fixes. My patch from files/patch-nsiproxy.sys has been included upstream, alas new breakage has been introduced in dlls/nsiproxy.sys, so "refresh" that with another patch. The STAGING option now patches again; no longer mark it as broken.
* emulators/rpcs3: switch to system faudioJan Beich2021-07-222-26/+2
|
* emulators/rpcs3: update to 0.0.17.12518Jan Beich2021-07-222-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/c84e5489f...737b0dfd4
* devel/libfmt: Update to 8.0.0Po-Chuan Hsieh2021-07-211-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/fmtlib/fmt/releases PR: 257026 Exp-run by: antoine
* emulators/citra: update to s20210719Jan Beich2021-07-202-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/62236b725...647a6f8d8
* emulators/yuzu: update to s20210719Jan Beich2021-07-202-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/046de2cc4...f85bbf3a8
* emulators/rpcs3: update to 0.0.17.12509Jan Beich2021-07-202-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/66368debf...c84e5489f
* emulators/i386-wine: Update to 6.0.1Alexander Vereeken2021-07-196-16/+294
| | | | | | | | | | | | | | | | | | | | | | This release represents a year of development effort and over 8,300 individual changes. It contains a large number of improvements that are listed in the release notes below. The areas of major changes are: - Core modules in PE format. - Vulkan backend for WineD3D. - DirectShow and Media Foundation support. - Text console redesign. Changes from 6.0.1 - Various bug fixes - Add support for wine64 on Apple M1 - Translation updates - Documentation updates Announce: https://www.winehq.org/announce/6.0.1 PR: 257252
* emulators/yaze-ag: update to version 2.51.0Stefan Eßer2021-07-194-86/+36
|
* emulators/mgba: Update to 0.9.2James Wright2021-07-184-23/+12
| | | | | | | Changelog: https://mgba.io/2021/07/10/mgba-0.9.2/ PR: 257166 Approved by: lwhsu (mentor, implicit), Greg V (maintainer)
* emulators/vice: add harfbuzz, fix wwwDirk Meyer2021-07-182-4/+5
|
* emulators/advancemame: fix build on powerpcPiotr Kubaj2021-07-181-0/+6
| | | | Build with GCC, clang hangs.
* emulators/dosbox-staging: Update to 0.77.0Max Brazhnikov2021-07-175-34/+39
| | | | | | | Upstream switched from autotools to meson. Ajust port accordingly and drop custom install target. Release notes: https://dosbox-staging.github.io/v0-77-0/
* emulators/yuzu: update to s20210716Jan Beich2021-07-172-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/f2599534f...046de2cc4
* emulators/rpcs3: update to 0.0.17.12476Jan Beich2021-07-172-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/15ae06a7c...66368debf
* emulators/qemu: fix build on powerpcPiotr Kubaj2021-07-151-1/+3
| | | | | | | | Define _CALL_SYSV to fix error: In file included from /wrkdirs/usr/ports/emulators/qemu/work/qemu-5.0.1/tcg/tcg.c:344: /wrkdirs/usr/ports/emulators/qemu/work/qemu-5.0.1/tcg/ppc/tcg-target.inc.c:2290:3: error: "Unhandled abi" Use gcc because clang hangs.
* emulators/higan: enable on powerpcPiotr Kubaj2021-07-151-1/+1
|
* emulators/yuzu: update to s20210713Jan Beich2021-07-152-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/776f391ff...f2599534f
* emulators/citra: update to s20210711Jan Beich2021-07-152-8/+8
| | | | Changes: https://github.com/citra-emu/citra/compare/afed4953b...62236b725
* emulators/rpcs3: update to 0.0.17.12457Jan Beich2021-07-152-11/+11
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/6a7324ab3...15ae06a7c
* emulators/emu64: update to 5.0.19Felix Palmen2021-07-147-40/+29
| | | | | | | Release notes (in german): https://github.com/ThKattanek/emu64/releases/tag/5.0.19 PR: 257097
* emulators/yuzu: update to s20210712Jan Beich2021-07-132-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/7dca756f3...776f391ff
* emulators/rpcs3: update to 0.0.17.12446Jan Beich2021-07-132-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/fcbacf8af...6a7324ab3
* emulators/yuzu: update to s20210709Jan Beich2021-07-102-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/8542f2f3f...7dca756f3
* emulators/rpcs3: update to 0.0.17.12443Jan Beich2021-07-102-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/770a607ba...fcbacf8af
* emulators/i386-wine-devel: Update to 6.12Alexander Vereeken2021-07-085-11/+33
| | | | | | ChangeLog: https://www.winehq.org/announce/6.12 PR: 257039
* emulators/yuzu: update to s20210707Jan Beich2021-07-082-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/3d03a6ae0...8542f2f3f
* emulators/citra: update to s20210706Jan Beich2021-07-082-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/5241032fc...afed4953b
* emulators/wine-devel: Update to Wine 6.12Gerald Pfeifer2021-07-064-6/+44
| | | | | | | | | | | | | | | This includes the following changes: - Builtin "Blue" and "Classic Blue" themes. - More work towards WinSock PE conversion. - Beginnings of the NSI (Network Store Interface) implementation. - Support for 32/64-bit registry views in reg.exe. - Various bug fixes. The Staging patch set is broken for this snapshot; mark the STAGING option broken accordingly. Add files/patch-nsiproxy.sys which addresses a build issue on non-Linux platforms that I pushed upstream in the meantime.
* emulators/yuzu: update to s20210705Jan Beich2021-07-062-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/39be4c302...3d03a6ae0
* emulators/yuzu: update to s20210703Jan Beich2021-07-042-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/39be4c302...2fc0a760f
* emulators/rpcs3: update to 0.0.17.12437Jan Beich2021-07-042-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/020fdcc78...770a607ba
* emulators/yuzu: update to s20210629Jan Beich2021-07-012-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/ec68cba44...39be4c302