| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Explicitly building without GSSAPI (Kerberos SSP) support should not
make any difference, in particular for clean builds. Still this is a
step towards ensuring reproducible builds.
This back ports 62ea2531bf79d02a75cd0e57a4501af4c775c5d3 from the
wine-devel port.
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/28039d39a...0126ecb3e
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/a2fb5a13b...8e33cf1c2
|
|
|
|
|
|
|
|
|
| |
Upstream recently removed support for HAL and QuickTime and
with that the --with-hal/--without-hal and --with-quicktime/
-without-quicktime configure options.
Accordingly do not use --without-hal and -without-quicktime
any more.
|
|
|
|
|
|
|
|
| |
Explicitly building without GSSAPI (Kerberos SSP) support should not
make any difference, in particular for clean builds. Still this is a
step towards ensuring reproducible builds.
Approved by: maintainer (pre-approval)
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/43b7d1fe9...18f59d3be
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/2f93df480...43b7d1fe9
|
|
|
|
|
|
|
|
|
| |
This back ports the patch I pushed upstream and that wine-devel has
inherited from there a few months ago. It will go away with the next
major release.
PR: 257398, 260165 [1]
Suggested by: alt2600@icloud.com [1]
|
|
|
|
| |
Relnotes: https://wiki.qemu.org/ChangeLog/6.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This emulator emulates the internal circuitry and processor of the VT100 for a
very realistic user experience.
It is slightly patched to work smoothly on FreeBSD. Some additional quality of
life patches have been added in discussion with upstream and will be added to a
future release.
This is a software simulation of the VT100 hardware. The original
firmware ROM is built in and executed by an 8080 emulator. Other
components include video display with character generator ROM, settings
NVRAM, Intel 8251 USART, and a keyboard matrix scanner. The Advance
Video Option is not included.
WWW: https://github.com/larsbrinkhoff/terminal-simulator
PR: 259956
|
|
|
|
|
|
|
|
|
|
| |
- Fix typos
- Remove unreferenced variables
- Sort categories
- Clean up commented PORTREVISION
- Fix broken syntax
Reported by: portscan
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/5a7d80172...28039d39a
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- qemu-utils aka qemu-tools has now been merged as a flavor
within emulators/qemu.
- qemu-utils currently is a slave of qemu42 which has also been
DEPRECATED.
- Marked to EXPIRE on 2022-01-09 one day before qemu42
- Fix a typo in my previous UPDATING commit related to qemu5 [1]
PR: 260087 [1]
Reported by: grahamperrin@gmail.com [1]
Approved by: portmgr (blanket: infrastructure, compliance, sweeping)
|
|
|
|
| |
- Fix some plist issues with default flavor
|
| |
|
|
|
|
|
|
| |
- Fix build with DOCS unset [1]
PR: 250733 [1]
Reported by: xxjack12xx@gmail.com [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Forward port 316c372c7d133c416ced0bd6b1f21fdd011117eb from the main
wine port:
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test
If a dependency on the nox11 flavor is required, use for example
USES=magick:nox11 resp. USES=magick:7,nox11,run,test
See magick.mk for more details on the available flags.
The tree has been completely converted to make use of this.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D32754
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/f48c53580...2f93df480
|
|
|
|
|
|
|
|
| |
- elf2dmp depends on CURL [1]
- Fix build when fusefs-libs3 is installed [2]
PR: 260315 [2]
Reported by: kostikbel@gmail.com [1] d8zNeCFG@aon.at [2]
|
|
|
|
| |
2021-12-10 emulators/qemu41: Use emulators/qemu or emulators/qemu-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes are here:
https://github.com/stachenov/quazip/releases/tag/v1.2
There are a handful of internal changes that don't affect us
(allowing QtZip, for instance) or don't show up in our use of
quazip (-lz in pkgconfig file). There's one relevant change
to close() that **might** affect consumers, but then I'd expect
bug reports from the consumers about failures on load/save.
While here, move the libraries needed only for testing to _build.
Bumping PORTREVISION of consumers.
Reported by: portscout
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/dcc5cb5...773f16b
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/f690d5504...f48c53580
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/a4ad0a946...f690d5504
|
|
|
|
| |
https://lists.freebsd.org/archives/freebsd-toolchain/2021-December/000282.html
|
|
|
|
|
|
|
|
|
| |
Quicktime support shouldn't trigger on FreeBSD. Still explicitly
configure --without-quicktime in line with our push for deterministic
builds.
This back ports e3632b1fd1e0d5178fd1fc1c2f1e6d8123fc33c9 from the
wine-devel port.
|
|
|
|
| |
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
|