| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/e3e39e8de...a4ad0a946
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes the following changes:
- Mount manager and CoreAudio driver converted to PE.
- Support for exception handling in Wow64 mode.
- Optional support for using the distribution's PE libraries.
- A number of UI improvements in WineDbg.
- Various bug fixes.
Also fix a pkg-plist issue on i386. [1]
PR: 260125 [1]
Submitted by: Filipe da Silva Santos <contact@shiori.com.br> [1]
|
| |
|
|
|
|
| |
Relnotes: https://wiki.qemu.org/ChangeLog/6.1
|
|
|
|
|
|
|
| |
- Mark DEPRECATED as there are more recent versions in the tree
- Update pkg-descr as https://oszoo.org no longer hosts qemu images and
is totally an irrelevent site
- Do some housekeeping to remove stage-qa errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In our situation, where we leverage 32-bit, i386 executables of Wine
in an amd64 world running 64-bit executables of Wine, the rpath of
$PREFIX/lib/gcc10 which Mk/bsd.gcc.mk sets for the former makes the
dynamic linker attempt to load a 64-bit version of libgcc_s.so which
happens to be at that location on amd64.
Removing this rpath setting at compilation time would be comparatively
more involved, so leverage LD_32_LIBMAP which we are already using in
wine-wow64.sh to point to the system version of libgcc_s.so.
This works since for C code both flavors of libgcc_s.so are fully
compatible and Wine's C++ dependencies Wine (like openal-soft and
various Mesa userspace graphics drivers) are actually compiled with
clang. In other words we are only reverting to the version of the
library they would normally load without rpath interference.
Bump PORTREVISION so new packages with the tweaked script will be
generated.
PR: 259926
Reported by: nc
Tested by: nc
|
|
|
|
|
|
|
| |
The reference to wine for i386 really needs to be wine-devel to match
this port.
PR: 259827
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/8a613f6c8...a2fb5a13b
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/9bb46aa94...e3e39e8de
|
|
|
|
|
|
|
|
| |
Quicktime support shouldn't trigger on FreeBSD. Still explicitly
configure --without-quicktime in line with our push for deterministic
builds.
Approved by: maintainer (pre-approval)
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/051e63c9a...8a613f6c8
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/270c2e58a...9bb46aa94
|
|
|
|
|
|
|
|
|
| |
In de47ffe65cfc8ee11610c6378e1d0a342c137916 the option to leverage
libhal was removed, alas configure was not adjusted. Ensure that
even if libhal somehow is present we explicitly do not use it.
This back ports 7ca1a772ead2dc568317408b3b24c6d44c7ad2a1 from the
wine-devel port.
|
|
|
|
|
|
| |
NDINIT() last parameter was removed after this osversion
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
| |
|
|
|
|
|
|
|
|
| |
In de47ffe65cfc8ee11610c6378e1d0a342c137916 the option to leverage
libhal was removed, alas configure was not adjusted. Ensure that
even if libhal somehow is present we explicitly do not use it.
Approved by: maintainer (pre-approval)
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/38bfefcdf...270c2e58a
|
|
|
|
|
|
| |
elfctl -e +noaslr /wrkdirs/usr/ports/emulators/rpcs3/work/stage/usr/local/bin/rpcs3
elfctl: noaslr is not a valid feature
*** Error code 1
|
|
|
|
|
| |
Link statically to avoid ABI mismatch with in-base libc++.
Building libc++ requires full LLVM source, so align with devel/llvm12.
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/564f10527...051e63c9a
|
|
|
|
|
|
|
|
|
| |
The MAINTAINER and COMMENT variables, as well as PKGNAMESUFFIX and
WINELIBDIR, could be overridden for the sake of the i386-wine-devel
port. With that port gone, simply set these unconditionally.
This is mostly 6387592817b5276970d954b6645636cb496a8603 forward
ported from emulators/wine.
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/276ee81da...38bfefcdf
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/157985f55...564f10527
|
|
|
|
| |
MFH: 2021Q4
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/cd6cf0422...157985f55
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/59f253ba2...276ee81da
|
|
|
|
|
|
|
|
|
| |
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
The MAINTAINER and COMMENT variables, as well as WINELIBDIR, could
be overridden for the sake of the i386-wine port. With that port
gone, simply set these unconditionally.
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/daecbd3a7...cd6cf0422
|
|
|
|
| |
Changes: hhttps://github.com/kinetiknz/cubeb/compare/8d53747...dcc5cb5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In commit 5933ac0b099 CONFLICTS_INSTALL definitions in multiple ports
have been fixed to omit the unneeded version patterns they had.
The commit of the wine port did not include that fix, but instead
local changes to deal with an issue introduced by recent changes to
sched.h.
This commit reverts the accidentially committed changes, but retains
the intended removal of a version wildcard in CONFLICTS_INSTALL.
Reported by: gerald
|
|
|
|
|
|
|
|
|
| |
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
| |
Sponsored by: Citrix Systems R&D
Approved by: bapt (implicit)
|
|
|
|
|
|
|
|
|
| |
AAn unintentional change slipped in a previous commit. Revert that
part.
No change in the produced packages.
Fixes: 32c43c50524246
|
|
|
|
|
|
| |
wine-devel-* versus wine-devel-[0-9]* does not make a practical
difference, but simpler is better (plus portlint has started to
warn about it).
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/c3e1ffc44...daecbd3a7
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/3d859a7493...59f253ba2
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes the following changes:
- More improvements to HID joystick support.
- WoW64 thunks in a number of Unix libraries.
- Beginnings of moving USER32 to Win32u.
- Various bug fixes.
The Mono engine has been updated to version 7.0.0 in a separate
update to emulators/wine-mono-devel.
Approved by: maintainer (= author)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes the following changes:
- SEH exceptions in Marshal.Release are now silently ignored. This
fixes a crash in the launcher of Borderlands GOTY Enhanced.
- The Interaction.Command method has been fixed to return only command
line arguments, not the program name.
- Implemented special marshaling behavior for IsCopyConstructed. This
fixes a crash in SteamLayerWrap.dll on x86.
- Updated Mono from upstream.
Approved by: maintainer (= author)
|
|
|
|
|
|
|
|
|
| |
We have been building without NetAPI support forever and explicitly
disabling it should not change anything. Still configure with
--without-netapi now in our move towards reproducible builds.
This back ports c648c4b24c1613511241597074dcea349d7e53f1 from the
wine-devel port.
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/71313509f...c3e1ffc44
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/de2be90636...3d859a7493
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port and its pre-built binaries have not been updated lately and
emulators/wine is now providing i386 support on amd64, so remove the
i386-wine port.
Adjust CONFLICTS_INSTALL on related ports and simplify (and update both
user and developer documentation in emulators/wine).
PR: 259589
Differential Revision: https://reviews.freebsd.org/D32322
|
|
|
|
| |
Reported by: olgeni
|
|
|
|
|
|
|
|
| |
We have been building without NetAPI support forever and explicitly
disabling it should not change anything. Still configure with
--without-netapi now in our move towards reproducible builds.
Approved by: maintainer (pre-approval)
|
|
|
|
|
| |
RPCS3: PPU[0x1000000] Thread (main_thread) [0x0001d4f8]: SIG: Thread terminated due to fatal error: Segfault writing location 00002b1104240080 at 000000081b67b4ea.
Emu Thread Name: 'PPU[0x1000000] main_thread'.
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/f6e04ffdd2...de2be90636
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/720970c4c...71313509f
|
|
|
|
| |
Reported by: olgeni
|