aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* framework: convert bsd.gstreamer.mk to Uses/gstreamer.mkTobias C. Berner2022-04-301-2/+2
| | | | | | | | - convert bsd.gstreamer.mk to Uses/gstreamer.mk - convert ports tree to make use of USES=gstreamer - remove duplicate dependency lines from the tree Differential Revision: https://reviews.freebsd.org/D35097
* emulators/yuzu: update to s20220429Jan Beich2022-04-302-8/+14
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/9ed0b5c5f...b50e1596c
* emulators/rpcs3: update to 0.0.21.13532Jan Beich2022-04-302-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/7a434d19a...8316469cf
* emulators/wine-devel: update to version 7.7Damjan Jovanovic2022-04-283-6/+19
| | | | | | | Relevant changes: - More progress on the PE conversion of the X11 and OSS drivers. - Support for UTF-8 as default Ansi codepage. - Theming support for control panel applets.
* emulators/yuzu: update to s20220427Jan Beich2022-04-282-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/5295a925d...9ed0b5c5f
* emulators/rpcs3: update to 0.0.21.13531Jan Beich2022-04-282-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/e0d3a3b0e...7a434d19a
* emulators/cingb: powerpc64 is also big-endianPiotr Kubaj2022-04-271-1/+2
|
* emulators/qemu: fix build on powerpc64Piotr Kubaj2022-04-272-5/+9
| | | | bsd-user disabled because of no bsd-user/host/ppc64.
* emulators/qemu: Fix plist for NO_X86_TARGETSMuhammad Moinur Rahman2022-04-262-1/+2
| | | | Reported by: kib
* emulators/citra: update to s20220423Jan Beich2022-04-262-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/593b0b2d8...1382035d4
* emulators/yuzu: update to s20220425Jan Beich2022-04-262-11/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/7f77aafe4...5295a925d
* emulators/rpcs3: update to 0.0.21.13526Jan Beich2022-04-262-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/43d26fa6b...e0d3a3b0e
* emulators/rpcs3: unbreak build after 953b849066b7Jan Beich2022-04-252-1/+532
| | | | | | | | | | | | | | | | | | | | | | | | In file included from rpcs3/Emu/Cell/lv2/sys_net.cpp:34: In file included from rpcs3/Emu/NP/np_handler.h:11: In file included from rpcs3/Emu/NP/rpcn_client.h:29: rpcs3/Emu/NP/generated/np2_structs_generated.h:128:12: error: no matching member function for call to 'VerifyField' VerifyField<uint16_t>(verifier, VT_ID, 2) && ^~~~~~~~~~~~~~~~~~~~~ rpcs3/Emu/NP/generated/np2_structs_generated.h:192:12: error: no matching member function for call to 'VerifyField' VerifyField<uint32_t>(verifier, VT_NUM, 4) && ^~~~~~~~~~~~~~~~~~~~~ rpcs3/Emu/NP/generated/np2_structs_generated.h:242:12: error: no matching member function for call to 'VerifyField' VerifyField<uint64_t>(verifier, VT_UPDATEDATE, 8) && ^~~~~~~~~~~~~~~~~~~~~ rpcs3/Emu/NP/generated/np2_structs_generated.h:360:12: error: no matching member function for call to 'VerifyField' VerifyField<uint8_t>(verifier, VT_TYPE, 1) && ^~~~~~~~~~~~~~~~~~~~ [...] /usr/local/include/flatbuffers/table.h:115:8: note: candidate function template not viable: requires 2 arguments, but 3 were provided bool VerifyField(const Verifier &verifier, voffset_t field) const { ^ PR: 263552
* emulators/vice: fix build on most archsDirk Meyer2022-04-252-4/+8
|
* emulators/rpcs3: update to 0.0.21.13504Jan Beich2022-04-252-17/+12
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/8acb62f6e...43d26fa6b
* emulators/yuzu: mark BROKEN on FreeBSD < 13 after 58fc503a0c85Jan Beich2022-04-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/core/hle/service/sockets/sfdnsres.cpp: In function 'std::vector<unsigned char> Service::Sockets::SerializeAddrInfo(const addrinfo*, s32, std::string_view)': src/core/hle/service/sockets/sfdnsres.cpp:109:25: error: conversion from '__uint32_t' {aka 'unsigned int'} to '__uint16_t' {aka 'short unsigned int'} may change value [-Werror=conversion] 109 | header.family = htonl(current->ai_family); | ^~~~~ src/core/hle/service/sockets/sfdnsres.cpp:110:24: error: conversion from '__uint32_t' {aka 'unsigned int'} to '__uint16_t' {aka 'short unsigned int'} may change value [-Werror=conversion] 110 | header.flags = htonl(current->ai_flags); | ^~~~~ src/core/hle/service/sockets/sfdnsres.cpp:111:30: error: conversion from '__uint32_t' {aka 'unsigned int'} to '__uint16_t' {aka 'short unsigned int'} may change value [-Werror=conversion] 111 | header.socket_type = htonl(current->ai_socktype); | ^~~~~ src/core/hle/service/sockets/sfdnsres.cpp:112:27: error: conversion from '__uint32_t' {aka 'unsigned int'} to '__uint16_t' {aka 'short unsigned int'} may change value [-Werror=conversion] 112 | header.protocol = htonl(current->ai_protocol); | ^~~~~ src/core/hle/service/sockets/sfdnsres.cpp:113:52: error: conversion from '__uint32_t' {aka 'unsigned int'} to '__uint16_t' {aka 'short unsigned int'} may change value [-Werror=conversion] 113 | header.address_length = current->ai_addr ? htonl((u32)current->ai_addrlen) : 0; | ^~~~~ src/core/hle/service/sockets/sfdnsres.cpp:134:44: error: conversion from 'in_addr_t' {aka 'unsigned int'} to '__uint16_t' {aka 'short unsigned int'} may change value [-Werror=conversion] 134 | serialized_addr.sin_addr = htonl(addr.sin_addr.s_addr); | ^~~~~ src/core/hle/service/sockets/sfdnsres.cpp:155:49: error: conversion from 'uint32_t' {aka 'unsigned int'} to '__uint16_t' {aka 'short unsigned int'} may change value [-Werror=conversion] 155 | serialized_addr.sin6_flowinfo = htonl(addr.sin6_flowinfo); | ^~~~~ src/core/hle/service/sockets/sfdnsres.cpp:156:49: error: conversion from 'uint32_t' {aka 'unsigned int'} to '__uint16_t' {aka 'short unsigned int'} may change value [-Werror=conversion] 156 | serialized_addr.sin6_scope_id = htonl(addr.sin6_scope_id); | ^~~~~ Reported by: pkg-fallout
* emulators/rpcs3: unbreak on aarch64 after 66e5089f6d0dJan Beich2022-04-242-0/+5
| | | | | | | | | | | | | | | | | Utilities/Thread.cpp:1794:51: error: no member named 'pc' in '__mcontext' const bool is_executing = uptr(info->si_addr) == RIP(context); ^~~~~~~~~~~~ Utilities/Thread.cpp:1795:62: error: no member named 'pc' in '__mcontext' const u32 insn = is_executing ? 0 : *reinterpret_cast<u32*>(RIP(context)); ^~~~~~~~~~~~ Utilities/Thread.cpp:1831:90: error: no member named 'pc' in '__mcontext' std::string msg = fmt::format("Segfault %s location %p at %p.\n", cause, info->si_addr, RIP(context)); ^~~~~~~~~~~~ Utilities/Thread.cpp:1225:46: note: expanded from macro 'RIP' #define RIP(context) ((context)->uc_mcontext.pc) ~~~~~~~~~~~~~~~~~~~~~~ ^ Reported by: pkg-fallout
* emulators/citra: mark BROKEN on aarch64 after 2627d61105adJan Beich2022-04-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | externals/cryptopp/cryptopp/crc_simd.cpp:100:13: error: use of undeclared identifier '__crc32w' w = __crc32w(w,x); ^ externals/cryptopp/cryptopp/crc_simd.cpp:101:13: error: use of undeclared identifier '__crc32h' w = __crc32h(w,y); ^ externals/cryptopp/cryptopp/crc_simd.cpp:102:13: error: use of undeclared identifier '__crc32b' w = __crc32b(w,z); ^ externals/cryptopp/cryptopp/crc_simd.cpp:103:13: error: use of undeclared identifier '__crc32cw' w = __crc32cw(w,x); ^ externals/cryptopp/cryptopp/crc_simd.cpp:104:13: error: use of undeclared identifier '__crc32ch' w = __crc32ch(w,y); ^ externals/cryptopp/cryptopp/crc_simd.cpp:105:13: error: use of undeclared identifier '__crc32cb' w = __crc32cb(w,z); ^ externals/cryptopp/cryptopp/crc_simd.cpp:125:13: error: use of undeclared identifier '__crc32b' c = __crc32b(c, *s); ^ externals/cryptopp/cryptopp/crc_simd.cpp:128:13: error: use of undeclared identifier '__crc32w' c = __crc32w(c, *(const word32 *)(void*)s); ^ externals/cryptopp/cryptopp/crc_simd.cpp:131:13: error: use of undeclared identifier '__crc32b' c = __crc32b(c, *s); ^ externals/cryptopp/cryptopp/crc_simd.cpp:137:13: error: use of undeclared identifier '__crc32cb' c = __crc32cb(c, *s); ^ externals/cryptopp/cryptopp/crc_simd.cpp:140:13: error: use of undeclared identifier '__crc32cw' c = __crc32cw(c, *(const word32 *)(void*)s); ^ externals/cryptopp/cryptopp/crc_simd.cpp:143:13: error: use of undeclared identifier '__crc32cb' c = __crc32cb(c, *s); ^ Reported by: pkg-fallout
* emulators/qemu5: Mark DEPRECATEDMuhammad Moinur Rahman2022-04-241-83/+100
| | | | | | - As qemu 7.X and qemu 6.X branches are on the tree it's time to set off qemu5. - Set EXPIRATION_DATE to 2022-06-30
* emulators/qemu: Update version 6.2.0=>7.0.0Muhammad Moinur Rahman2022-04-246-140/+201
| | | | | | | | | Users who want to stick with 6.X branch please check UPDATING or use qemu6. As previous qemu comes with three flavors: the default with X11 support, -nox11 without X11 support and -tools which instals only a subset of entire qemu. Relnotes: https://wiki.qemu.org/ChangeLog/7.0
* emulators/yuzu: update to s20220423Jan Beich2022-04-243-11/+11
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/764e5c7fe...7f77aafe4
* emulators/dosbox-x: Remove invalid CPE informationBernhard Froehlich2022-04-231-1/+1
| | | | Approved by: portmgr (blanket)
* emulators/x16-emulator: Update to r40Max Brazhnikov2022-04-234-21/+8
|
* emulators/x16-rom: Update to r40Max Brazhnikov2022-04-232-5/+7
|
* emulators/rpcs3: update to 0.0.21.13478Jan Beich2022-04-232-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/f1a37da94c...8acb62f6e
* emulators/yuzu: update to s20220421Jan Beich2022-04-232-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/cc866ab7e...764e5c7fe
* emulators/wine-devel: Fix packaging with OSS offGerald Pfeifer2022-04-221-2/+2
| | | | | | With revision ce1e733047cfa6bdea3d1bfb767814c7fa2a9809 we introduced a choice between ALSA and OSS, the latter being the default as before. This fixes the packaging list when OSS is off (and ALSA on).
* emulators/winetricks: Update to 20220411Alexander Vereeken2022-04-222-4/+4
| | | | | | | ChangeLog: https://github.com/Winetricks/winetricks/releases/tag/20220411 PR: 263281 Reported by: Alexander88207@protonmail.com (maintainer)
* emulators/qemu6: New PORTMuhammad Moinur Rahman2022-04-2212-0/+676
| | | | | qemu 7.X has been released and in preperation of updating emulators/qemu to latest version emulators/qemu has been moved to a new port.
* emulators/qemu-devel: remove commented BROKEN_powerpc64Piotr Kubaj2022-04-221-1/+0
|
* emulators/virtualbox-ose*: Update to 6.1.34Guido Falsi2022-04-216-16/+14
| | | | PR: 263439
* emulators/dosbox-x: New portNeel Chauhan2022-04-218-0/+143
|
* emulators/rpcs3: update to 0.0.21.13458Jan Beich2022-04-212-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/e761b3235c...f1a37da94c
* emulators/yuzu: update to s20220420Jan Beich2022-04-212-8/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/9a47330fe...cc866ab7e
* emulators/open-vm-tools: Fix build on currentRenato Botelho2022-04-201-26/+2
| | | | | | | | Since 8b83d7e0ee544, -Wunused-but-set-variable became a fatal error on CURRENT. Remove a couble of set-but-not-used variables and fix the build Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/yuzu: update to s20220418Jan Beich2022-04-192-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/fd49b186f...9a47330fe
* emulators/rpcs3: update to 0.0.21.13456Jan Beich2022-04-192-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/563af4211a...e761b3235c
* devel/qemu-cheri: update, drop MIPS, add MorelloBrooks Davis2022-04-185-80/+27
| | | | | | Update to the latest CHERI Qemu, dropping support for the obsolete MIPS targets (cheri128 and cheri128magic) and adding support for Arm's Morello architecture.
* emulators/wine-devel: Allow choosing between OSS and ALSAGerald Pfeifer2022-04-181-3/+8
| | | | | | | | | | | | | Our Wine ports have solely relied on OSS for sound so far. Add support to optionally switch to ALSA by establishing two options, OSS and ALSA. This does not change default behavior (and packages created), rather it adds the ability to choose. It particularly may prove beneficial for USB MIDI keyboards. Submitted by: hselasky Approved by: damjan.jov@gmail.com (maintainer)
* emulators/yuzu: update to s20220416Jan Beich2022-04-172-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/856a841c7...fd49b186f
* emulators/rpcs3: update to 0.0.21.13452Jan Beich2022-04-172-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/6783bcd273...563af4211a
* emulators/wine-devel: Sort pkg-plistGerald Pfeifer2022-04-161-1/+1
| | | | | %%WINE32%%lib/wine/%%WINEARCH%%-unix/libwow32.a was put into the wrong place; easy enough to fix.
* emulators/citra: update to s20220414Jan Beich2022-04-162-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/b5ac9e494...593b0b2d8
* emulators/yuzu: update to s20220415Jan Beich2022-04-162-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/072b3e6e2...856a841c7
* emulators/rpcs3: update to 0.0.21.13449Jan Beich2022-04-162-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/57aee92bfe...6783bcd273
* emulators/wine: Update to Wine 6.0.4Gerald Pfeifer2022-04-152-5/+4
| | | | | This minor release brings 48 changes and fixes 46 bugs. It also includes some upstream work of mine to address NetAPI related build issues.
* emulators/yuzu: update to s20220413Jan Beich2022-04-142-8/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/b86cfe159...072b3e6e2
* emulators/rpcs3: update to 0.0.21.13439Jan Beich2022-04-142-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/5407e42b76...57aee92bfe
* emulators/yuzu: update to s20220411Jan Beich2022-04-122-5/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/bf3c6f881...b86cfe159
* emulators/rpcs3: update to 0.0.21.13430Jan Beich2022-04-122-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/8fb2d04ce8...5407e42b76