| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/3bb027ac1...88a475970
(cherry picked from commit 317ce91eb29a8c9d39cb89aa4b3a3a0c4a45b5eb)
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/b7c1c2101...3bb027ac1
(cherry picked from commit 82b25b0a5ebd8ba64cd313cba93dbf2dc642578a)
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/a6e7a81de...b7c1c2101
(cherry picked from commit 3cbfef18202f71de6a2dd2c0aedd04956b5dd196)
|
|
|
|
|
|
|
| |
Fails to build on recent FreeBSD 14 due to missing symbols errors
in new libc++
(cherry picked from commit fd49aa5fb83d7503bd96a4e81dcb1d6c1f542815)
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/44e1f2319...a6e7a81de
(cherry picked from commit a3e075eb60379b2d31df4252c7162eca0dccae4f)
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/856b3d6c9...44e1f2319
(cherry picked from commit d35b5438d853bde35d8b1c0291da22847f5f2fd9)
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/1382035d4...856b3d6c9
(cherry picked from commit 73bfac0ffffc1766b7908120c3e85994770d5f7f)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/593b0b2d8...1382035d4
(cherry picked from commit 736d8ca9bea68df4872a03342c66ce86965bc572)
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/b5ac9e494...593b0b2d8
(cherry picked from commit bd8813e62f1f0d9315f0f9641f8fa2be21d8b7e8)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
This is a separate and direct commit to quarterly as PORTREVISIONs
may not match from main.
PR: 262853, 262940, 262877
Approved by: fluffy (mentor)
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/32e2fb5d3...bf3c6f881
(cherry picked from commit 62f58e53d547e9ac3a06ed9ba47bc463a3708276)
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/eb8c8db89...32e2fb5d3
(cherry picked from commit 519a5d75420677190265fc39b863048e402c3b99)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/c7f3c2ced...eb8c8db89
(cherry picked from commit 319b08ea087096d8bb2189bd0f02d59ff283e0f3)
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/fc05511354...e53bbd668b
(cherry picked from commit 2f940825e84bb1c466e039ac1ed51b9a60f0e147)
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/7f1e66e94...c7f3c2ced
(cherry picked from commit 53c84db4915e3804de1a04fa700537e48244cbad)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/3002e592c3...fc05511354
(cherry picked from commit db44b4a9b468a75b662f4c540c17b090b2557b13)
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/550844e5e...7f1e66e94
(cherry picked from commit 8fe31abe88fc1f296640f07188ff66d581e53c8c)
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/ac98458e0...b5ac9e494
(cherry picked from commit 259fe07bc20c75116eb608f187ad05eadf186ebc)
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/8e9d25368...550844e5e
(cherry picked from commit 5e7c77ece99795f9964194ceae55ba9b94003b6c)
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/4a86638ce8...3002e592c3
(cherry picked from commit 4586f78b01b8db2adf1f627ae419e6b9788110c2)
|
|
|
|
|
|
|
| |
$ yuzu
terminate called after throwing an instance of 'Xbyak::Error'
what(): can't protect
Abort trap
|
|
|
|
|
|
|
|
|
|
|
| |
$ 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
Changelog: http://gavare.se/gxemul/gxemul-stable/doc/RELEASE.html
PR: 261874
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/642913b0d...8e9d25368
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/94a7e52c1f...4a86638ce8
|
|
|
|
| |
Changes: https://github.com/EduMIPS64/edumips64/releases/tag/v1.2.10
|
|
|
|
|
|
|
|
| |
Add fixes for XSA-{395,398} and backport clang retpoline support from
unstable.
Sponsored by: Citrix Systems R&D
Approved by: bapt (implicit)
|
| |
|
|
|
|
|
|
| |
Replace the now obsolete @fcfontdir keyword in the plist by
the appropriate handling with USES=fonts.
Reported by: pkg-fallout
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/a4d715e25d...94a7e52c1f
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/da46d924e...642913b0d
|
|
|
|
|
| |
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/fb4d80b16...da46d924e
|
|
|
|
|
|
| |
Changelog: https://fceux.com/web/pressrelease-2.6.4.html
PR: 262758
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/ff2e89102...fb4d80b16
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/c5748983f6...a4d715e25d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Fixes compilation problems with newer clang 13 on 13.1-aarch64.
Differential Revision: https://reviews.freebsd.org/D34611
|