| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/9ed0b5c5f...b50e1596c
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/7a434d19a...8316469cf
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/5295a925d...9ed0b5c5f
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/e0d3a3b0e...7a434d19a
|
| |
|
|
|
|
| |
bsd-user disabled because of no bsd-user/host/ppc64.
|
|
|
|
| |
Reported by: kib
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/593b0b2d8...1382035d4
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/7f77aafe4...5295a925d
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/43d26fa6b...e0d3a3b0e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/8acb62f6e...43d26fa6b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/764e5c7fe...7f77aafe4
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/f1a37da94c...8acb62f6e
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/cc866ab7e...764e5c7fe
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/Winetricks/winetricks/releases/tag/20220411
PR: 263281
Reported by: Alexander88207@protonmail.com (maintainer)
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
PR: 263439
|
| |
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/e761b3235c...f1a37da94c
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/9a47330fe...cc866ab7e
|
|
|
|
|
|
|
|
| |
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")
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/fd49b186f...9a47330fe
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/563af4211a...e761b3235c
|
|
|
|
|
|
| |
Update to the latest CHERI Qemu, dropping support for the obsolete
MIPS targets (cheri128 and cheri128magic) and adding support for
Arm's Morello architecture.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/856a841c7...fd49b186f
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/6783bcd273...563af4211a
|
|
|
|
|
| |
%%WINE32%%lib/wine/%%WINEARCH%%-unix/libwow32.a was put into the
wrong place; easy enough to fix.
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/b5ac9e494...593b0b2d8
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/072b3e6e2...856a841c7
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/57aee92bfe...6783bcd273
|
|
|
|
|
| |
This minor release brings 48 changes and fixes 46 bugs. It also includes
some upstream work of mine to address NetAPI related build issues.
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/b86cfe159...072b3e6e2
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/5407e42b76...57aee92bfe
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/bf3c6f881...b86cfe159
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/8fb2d04ce8...5407e42b76
|