aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* emulators/{catapult,openmsx}: update to 18.0Daniel Menelkir2022-06-185-14/+56
| | | | | | | | | | | ChangeLog: https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_18_0/doc/release-notes.txt PR: 264702 Reported by: dmenelkir@gmail.com MFH: 2022Q2 (bugfix release) (cherry picked from commit 9a977dacf7c5cfb34907170d78327cc6deb41e69)
* emulators/citra: update to s20220611Jan Beich2022-06-112-5/+5
| | | | | Changes: https://github.com/citra-emu/citra/compare/3bb027ac1...88a475970 (cherry picked from commit 317ce91eb29a8c9d39cb89aa4b3a3a0c4a45b5eb)
* emulators/citra: update to s20220606Jan Beich2022-06-062-5/+5
| | | | | Changes: https://github.com/citra-emu/citra/compare/b7c1c2101...3bb027ac1 (cherry picked from commit 82b25b0a5ebd8ba64cd313cba93dbf2dc642578a)
* emulators/citra: update to s20220604Jan Beich2022-06-052-5/+5
| | | | | Changes: https://github.com/citra-emu/citra/compare/a6e7a81de...b7c1c2101 (cherry picked from commit 3cbfef18202f71de6a2dd2c0aedd04956b5dd196)
* emulators/virtualbox-ose-legacy: Mark as BROKEN on recent headGuido Falsi2022-05-311-0/+4
| | | | | | | Fails to build on recent FreeBSD 14 due to missing symbols errors in new libc++ (cherry picked from commit fd49aa5fb83d7503bd96a4e81dcb1d6c1f542815)
* emulators/citra: update to s20220520Jan Beich2022-05-212-9/+9
| | | | | Changes: https://github.com/citra-emu/citra/compare/44e1f2319...a6e7a81de (cherry picked from commit a3e075eb60379b2d31df4252c7162eca0dccae4f)
* emulators/citra: update to s20220513Jan Beich2022-05-142-5/+5
| | | | | Changes: https://github.com/citra-emu/citra/compare/856b3d6c9...44e1f2319 (cherry picked from commit d35b5438d853bde35d8b1c0291da22847f5f2fd9)
* emulators/citra: update to s20220503Jan Beich2022-05-052-5/+5
| | | | | Changes: https://github.com/citra-emu/citra/compare/1382035d4...856b3d6c9 (cherry picked from commit 73bfac0ffffc1766b7908120c3e85994770d5f7f)
* emulators/rpcs3: update to 0.0.22.13535Jan Beich2022-05-023-16/+542
| | | | | | | | | | | | | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/e53bbd668b...799c4837d (cherry picked from commit 3c93c01412062cebaba87b9b506284b2f5d9c4c8) (cherry picked from commit 73511d862d9b2fb4925c2dcc6c1c76c844289013) (cherry picked from commit 2b1343e11e933cda37cdf8ea9c8f5349efd1896c) (cherry picked from commit 4c889a2e032bb1e7211924c53dc289daaf5da5e4) (cherry picked from commit dd73ce806b40d63434b0e9a81213bd18c0aa95b4) (cherry picked from commit c174f30a9415897160c5b116b982bfd92dd35b41) (cherry picked from commit 72f06bca7723a576ea83c3ad89cf0a16ee4c9292) (cherry picked from commit 9adc396a2cffe829bd61a72de1d6f259c0f36aa7) (cherry picked from commit 222606b3f26588be5d9e29b3cbc0b201c5659ab7) (cherry picked from commit a8fe1f60e7a8c4377816d02eb7209a2a0c60f7ee) (cherry picked from commit 2b2ca99e3ff1e8a4ae8494ebb85811ba4fb3fdf0) (cherry picked from commit dd1562148fabc500a39277fef2d822cac9c05b77) (cherry picked from commit 95e738d6778803703b84f2d2ea45ccd8040f32a0) (cherry picked from commit e0f8816b35009be48ccc57ac1cdff7478a77137b)
* emulators/rpcs3: unbreak fetch after f22cc511f320 due to repo growthJan Beich2022-04-261-2/+2
| | | | | | | | | fetch: https://github.com/RPCS3/rpcs3/commit/41a05f95a057.patch: size mismatch: expected 1972, actual 1974 -index 8690f676061..507463d1707 100644 +index 8690f6760610..507463d1707d 100644 Reported by: pkg-fallout
* emulators/citra: update to s20220423Jan Beich2022-04-262-5/+5
| | | | | Changes: https://github.com/citra-emu/citra/compare/593b0b2d8...1382035d4 (cherry picked from commit 736d8ca9bea68df4872a03342c66ce86965bc572)
* emulators/citra: update to s20220414Jan Beich2022-04-262-5/+5
| | | | | Changes: https://github.com/citra-emu/citra/compare/b5ac9e494...593b0b2d8 (cherry picked from commit bd8813e62f1f0d9315f0f9641f8fa2be21d8b7e8)
* 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 (cherry picked from commit 30f587d136d4960d7b214bda0046ff166d5fbaf4)
* 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 (cherry picked from commit fafe77a7d7039a1096c5aa49fa2d1d2a8863b812)
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-1017-17/+17
| | | | | | | | This is a separate and direct commit to quarterly as PORTREVISIONs may not match from main. PR: 262853, 262940, 262877 Approved by: fluffy (mentor)
* emulators/yuzu: update to s20220409Jan Beich2022-04-102-5/+5
| | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/32e2fb5d3...bf3c6f881 (cherry picked from commit 62f58e53d547e9ac3a06ed9ba47bc463a3708276)
* emulators/yuzu: update to s20220408Jan Beich2022-04-092-8/+8
| | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/eb8c8db89...32e2fb5d3 (cherry picked from commit 519a5d75420677190265fc39b863048e402c3b99)
* emulators/fuse-roms: fix fetchDaniel Menelkir2022-04-072-10/+10
| | | | | | | | | | | | | The distfile hosting opus.rom went away, move it to a copy hosted by the submitter. While here bump the Fedora versions of the RPM containing the other ROMs. No differences to the resulting packge in this commit. PR: 262918 (cherry picked from commit b7d29898307a1685200a7f5f8ff98222d1c99690)
* emulators/yuzu: update to s20220406Jan Beich2022-04-072-7/+7
| | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/c7f3c2ced...eb8c8db89 (cherry picked from commit 319b08ea087096d8bb2189bd0f02d59ff283e0f3)
* emulators/rpcs3: update to 0.0.21.13400Jan Beich2022-04-072-5/+5
| | | | | Changes: https://github.com/RPCS3/rpcs3/compare/fc05511354...e53bbd668b (cherry picked from commit 2f940825e84bb1c466e039ac1ed51b9a60f0e147)
* emulators/yuzu: update to s20220404Jan Beich2022-04-042-5/+5
| | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/7f1e66e94...c7f3c2ced (cherry picked from commit 53c84db4915e3804de1a04fa700537e48244cbad)
* emulators/yuzu: unbreak fetch due to repo growthJan Beich2022-04-041-2/+2
| | | | | | | | | | | | | fetch: https://github.com/yuzu-emu/yuzu/commit/8faa6ef93bf8.patch: size mismatch: expected 5687, actual 5693 -index e5f8ea91e44..ab6474fb1dc 100644 +index e5f8ea91e44a..ab6474fb1dca 100644 -index 1bdf70b76ee..8fe5f376835 100644 +index 1bdf70b76ee8..8fe5f376835b 100644 -index 33060d865c8..dedaa88e28d 100644 +index 33060d865c8a..dedaa88e28d4 100644 (cherry picked from commit 4db8f726e9e4c3a1eba0e7f7263e3a5395d5a14d)
* emulators/rpcs3: update to 0.0.21.13399Jan Beich2022-04-042-5/+5
| | | | | Changes: https://github.com/RPCS3/rpcs3/compare/3002e592c3...fc05511354 (cherry picked from commit db44b4a9b468a75b662f4c540c17b090b2557b13)
* emulators/yuzu: update to s20220402Jan Beich2022-04-032-12/+7
| | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/550844e5e...7f1e66e94 (cherry picked from commit 8fe31abe88fc1f296640f07188ff66d581e53c8c)
* emulators/citra: update to s20220402Jan Beich2022-04-022-5/+5
| | | | | Changes: https://github.com/citra-emu/citra/compare/ac98458e0...b5ac9e494 (cherry picked from commit 259fe07bc20c75116eb608f187ad05eadf186ebc)
* emulators/yuzu: update to s20220401Jan Beich2022-04-022-5/+5
| | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/8e9d25368...550844e5e (cherry picked from commit 5e7c77ece99795f9964194ceae55ba9b94003b6c)
* emulators/rpcs3: update to 0.0.21.13393Jan Beich2022-04-022-5/+5
| | | | | Changes: https://github.com/RPCS3/rpcs3/compare/4a86638ce8...3002e592c3 (cherry picked from commit 4586f78b01b8db2adf1f627ae419e6b9788110c2)
* emulators/yuzu: unbreak with kern.elf64.allow_wx=0Jan Beich2022-04-011-1/+2
| | | | | | | $ yuzu terminate called after throwing an instance of 'Xbyak::Error' what(): can't protect Abort trap
* emulators/rpcs3: unbreak with kern.elf64.allow_wx=0Jan Beich2022-04-011-1/+1
| | | | | | | | | | | $ rpcs3 Verification failed (in file rpcs3/util/vm_native.cpp:192[:3], in function memory_commit) (errno=13=Permission denied) Thread id = 0x814a12000. Killed PR: 261173 Submitted by: Greg V (based on)
* emulators/rpcs3: convert to USES=elfctl after 74c02f1ec9c9Jan Beich2022-04-011-6/+2
|
* all: drop support for EOL FreeBSD 12.2Rene Ladan2022-04-011-5/+0
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.port.mk: bump minimal FreeBSD version to 12.3, update an example - sysutils/lsof: drop support for ancient FreeBSD releases. - multimedia/ustreamer: remove inline patch for 12.2 - x11/wayland-logout: remove support for FreeBSD < 12.3 - sysutils/bhyve+: remove support for FreeBSD 12.2 - databases/clickhouse: remove support for FreeBSD 12.2 - databases/mariadb106-server: remove support for FreeBSD 12.2 - devel/cvsd: no need to test for FreeBSD >=5 anymore - devel/imake: no need to support a.out anymore - japanese/kterm: no need to support FreeBSD <= 9 - math/igraph: remove support for FreeBSD 12.2 - net/onedrive: remove support for FreeBSD 12.2 - security/ipsec-tools: no need to test for FreeBSD >= 11 - emulators/rpcs3: Revert "emulators/rpcs3: unbreak on FreeBSD 12.2 after 49f593b2f77f" Reviewed by: brnrd, fluffy, jbeich, ler, yuri, x11 (zeising) Approved by: portmgr (implicit) Differential Revision: https://reviews.freebsd.org/D34523
* */*: fix trailing whitespace in pkg-descr'sDmitry Marakasov2022-04-012-9/+9
| | | | Approved by: portmgr blanket
* emulators/gxemul: Update to 0.7.0 and take maintainershipMitchell Clay2022-04-014-22/+25
| | | | | | Changelog: http://gavare.se/gxemul/gxemul-stable/doc/RELEASE.html PR: 261874
* emulators/kcemu: spell "DEPRECATED" correctlyRene Ladan2022-03-311-1/+1
|
* emulators/kcemu: expire on 2022-06-30, needs multimedia/schroedingerRene Ladan2022-03-311-0/+3
|
* emulators/yuzu: update to s20220329Jan Beich2022-03-312-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/642913b0d...8e9d25368
* emulators/rpcs3: update to 0.0.21.13388Jan Beich2022-03-312-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/94a7e52c1f...4a86638ce8
* emulators/edumips64: Update to 1.2.10Mateusz Piotrowski2022-03-302-11/+11
| | | | Changes: https://github.com/EduMIPS64/edumips64/releases/tag/v1.2.10
* {emulators,sysutils}/xen-{kernel,tools}: update to 4.16.0Roger Pau Monné2022-03-3012-664/+470
| | | | | | | | Add fixes for XSA-{395,398} and backport clang retpoline support from unstable. Sponsored by: Citrix Systems R&D Approved by: bapt (implicit)
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-301-1/+1
|
* emulators/pcemu: Fix obsolete (and now broken) font handlingJoerg Wunsch2022-03-293-7/+6
| | | | | | Replace the now obsolete @fcfontdir keyword in the plist by the appropriate handling with USES=fonts. Reported by: pkg-fallout
* emulators/rpcs3: update to 0.0.21.13385Jan Beich2022-03-292-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/a4d715e25d...94a7e52c1f
* emulators/yuzu: update to s20220328Jan Beich2022-03-292-8/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/da46d924e...642913b0d
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-2617-9/+17
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* emulators/yuzu: update to s20220325Jan Beich2022-03-262-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/fb4d80b16...da46d924e
* emulators/fceux: Update to 2.6.4Robert Clausecker2022-03-252-4/+4
| | | | | | Changelog: https://fceux.com/web/pressrelease-2.6.4.html PR: 262758
* emulators/yuzu: update to s20220322Jan Beich2022-03-242-7/+7
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/ff2e89102...fb4d80b16
* emulators/rpcs3: update to 0.0.21.13370Jan Beich2022-03-242-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/c5748983f6...a4d715e25d
* emulators/wine-devel: update to version 7.4Damjan Jovanovic2022-03-233-313/+33
| | | | | | | | | | | | | | | Changes from 7.2 to 7.3 (skipped): - More large scale cleanups to support 'long' type. - Proper support for API sets. - Progress on the PE conversion of USER32 and WineALSA. - A number of HID joystick fixes. Changes from 7.3 to 7.4: - 'Light' theme enabled by default. - Bundled vkd3d library. - WineD3D, D3D12 and DXGI modules converted to PE. - More large scale cleanups to support 'long' type. - Various bug fixes.
* emulators/elliott-803: Update to 0.1.9Christopher Hall2022-03-223-6/+6
| | | | | | Fixes compilation problems with newer clang 13 on 13.1-aarch64. Differential Revision: https://reviews.freebsd.org/D34611