| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/0bac7b6a9...62de0220f
Notes:
svn path=/head/; revision=548808
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/8df1d7439...6540393df
Notes:
svn path=/head/; revision=548807
|
|
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/f4400f3ba...0bac7b6a9
Notes:
svn path=/head/; revision=548690
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/fe9c61fe7...8df1d7439
Notes:
svn path=/head/; revision=548689
|
|
|
|
| |
Notes:
svn path=/head/; revision=548670
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Excellent diagnosis by Andrew Gierth revealed the exact nature of the
regression from previous signal handling fixes; gobject-introspection now
builds, and we should be able to once again build a pretty large chunk of
the ports tree.
The configure script patch has been incorporated into our tree, so the patch
may be removed.
As mentioned previously, qemu-user-static and qemu-user-static-devel will
not always be updated in lockstep; future changes will land to
qemu-user-static-devel first followed by qemu-user-static.
Notes:
svn path=/head/; revision=548669
|
|
|
|
|
|
|
|
| |
PR: 249264
Submitted by: maintainer
Notes:
svn path=/head/; revision=548586
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- ADVAPI32 library converted to PE.
- Beginnings of an NDIS network driver.
- Still more restructuration of the console support.
- Various bug fixes.
The Wine Staging patchset for this release is broken on FreeBSD and/or
with GCC 9, so mark this option as broken:
file.c:237:37: error: 'EXTATTR_NAMESPACE_USER' undeclared (first use in this fun
ction)
237 | return extattr_get_fd( filedes, EXTATTR_NAMESPACE_USER, &name[XATTR_
USER_PREFIX_LEN],
file.c:237:67: error: 'XATTR_USER_PREFIX_LEN' undeclared (first use in this func
tion); did you mean 'XATTR_USER_PREFIX'?
237 | return extattr_get_fd( filedes, EXTATTR_NAMESPACE_USER, &name[XATTR_
USER_PREFIX_LEN],
Notes:
svn path=/head/; revision=548471
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/9d034ea4a...fe9c61fe7
Notes:
svn path=/head/; revision=548435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move to SNAPSHOT versions of qemu
- Remove i386 support temporarily as build is failing on i386
- Change MASTER_SITES to GITHUB
- Mark IGNORE for 11.X as it cannot build Position Independent Code on 11
- OPTIONIZE NCURSES for support of both base and ports [1]
- Add OPTIONS CAPSTONE and use CAPSTONE from ports
- Remove PCAP related patches as was unable to create PANIC while using TSO
- Fixes for the RISC-V PLIC that are required to boot FreeBSD/riscv64 HEAD
after r362977
PR: 245997 [1]
Submitted by: lab+bsd@thinkum.space [1]
Reported by: lwhsu jhb
Notes:
svn path=/head/; revision=548428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://github.com/llvm/llvm-project/commit/86af6f5088b1
src/core/hle/service/sockets/bsd.cpp:450:55: error: no matching member function for call to 'emplace'
FileDescriptor& descriptor = file_descriptors[fd].emplace();
~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/core/hle/service/sockets/bsd.cpp:545:63: error: no matching member function for call to 'emplace'
FileDescriptor& new_descriptor = file_descriptors[new_fd].emplace();
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/usr/include/c++/v1/optional:820:5: note: candidate template ignored: requirement 'is_constructible_v<Service::Sockets::BSD::FileDescriptor>' was not satisfied [with _Args = <>]
emplace(_Args&&... __args)
^
/usr/include/c++/v1/optional:835:5: note: candidate function template not viable: requires at least argument '__il', but no arguments were provided
emplace(initializer_list<_Up> __il, _Args&&... __args)
^
Notes:
svn path=/head/; revision=548272
|
|
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/045f50bc7...f4400f3ba
Notes:
svn path=/head/; revision=548271
|
|
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/6a77547bd...df9e230d6
Notes:
svn path=/head/; revision=548270
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/676fed7cf...9d034ea4a
Notes:
svn path=/head/; revision=548269
|
|
|
|
|
|
|
| |
Stop grafting parts of future libc++ to reduce maintenance.
Notes:
svn path=/head/; revision=548268
|
|
|
|
| |
Notes:
svn path=/head/; revision=548267
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There's no functional changes in this update that apply to FreeBSD. Upstream fixed
some issues detected by coverity.
https://github.com/vmware/open-vm-tools/blob/stable-11.1.5/ReleaseNotes.md
PR: 248782
Submitted by: John Wolfe <jwolfe@vmware.com>
Sponsored by: Panzura, Inc
Notes:
svn path=/head/; revision=548202
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/10820fa13...676fed7cf
Notes:
svn path=/head/; revision=548172
|
|
|
|
|
|
|
| |
While here, re-generate patches using 'makepatch' target
Notes:
svn path=/head/; revision=547983
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/8e2b07ba9...10820fa13
Notes:
svn path=/head/; revision=547956
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.3
ABI: https://abi-laboratory.pro/tracker/timeline/fmt
Notes:
svn path=/head/; revision=547943
|
|
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/0ee7c985d...045f50bc7
Notes:
svn path=/head/; revision=547579
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/73d23eb6e...8e2b07ba9
Notes:
svn path=/head/; revision=547578
|
|
|
|
|
|
|
|
|
| |
While here, rework a few things:
- add missing dependencies
- re-generate patches using 'makepatch' target
Notes:
svn path=/head/; revision=547526
|
|
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/f4be73335...6a77547bd
Notes:
svn path=/head/; revision=547395
|
|
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/b5ed2d408...0ee7c985d
Notes:
svn path=/head/; revision=547394
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/a86a3d2fe...73d23eb6e
Notes:
svn path=/head/; revision=547393
|
|
|
|
|
|
|
|
|
|
|
| |
e.g. Clang 11 or GCC 10
- While here, fix CMAKE_ARGS to avoid multi-page complaints from CMake
and replace USE* knobs in somewhat more logical order
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=547311
|
|
|
|
|
|
|
|
|
| |
PR: 230204
Submitted by: guyyur@gmail.com
Reported by: novel
Notes:
svn path=/head/; revision=547301
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=547263
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- submitter becomes maintainer
- Install kmod into /boot/modules instead of /usr/local
- Cleared out bits dating back to pre-devfs
- Removed #ifdef bits related to FreeBSD <= 4.X and FreeBSD <= 8.X
- Olegs fixes for FreeBSD 11.X and FreeBSD 12.X+
- Removed "USES= linux uidfix" - whilst this provides functionality
that is "often" used by linux programs, that's not necessarily the
case, and this module doesn't require any linux subsystem or
kernel MOD to operate.
- Removed oldstyle rtc.sh - include pkg-message showing how to load
from the rc.conf "kld_list" mechanism.
- Fixed typo in "test.c" -> /dec -> /dev
- Fixed path to "rtc.h" in "test.c"
PR: 233057
Submitted by: Jamie Landeg-Jones <jamie@catflap.org>
Notes:
svn path=/head/; revision=547249
|
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Approved by: antoine (implicit)
Notes:
svn path=/head/; revision=547247
|
|
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/4135a12cb...f4be73335
Notes:
svn path=/head/; revision=547224
|
|
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/ce43139eb...b5ed2d408
Notes:
svn path=/head/; revision=547223
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/9a51f2226...a86a3d2fe
Notes:
svn path=/head/; revision=547222
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support for x86 AVX registers.
- Still more restructuration of the console support.
- Various bug fixes.
Revert an upstream patch (7571fa87df453e404d8b6ca58e2da95340156849)
that breaks the build with GCC 9 for now - files/patch-tools-makedep.
A number of files transitioned from the Staging patchset to the main
codebase, in addition the Staging patchset lost some and gained some.
Notes:
svn path=/head/; revision=547155
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe)
Notes:
svn path=/head/; revision=547044
|
|
|
|
|
|
|
| |
Changes: https://github.com/citra-emu/citra/compare/b94f21eac...4135a12cb
Notes:
svn path=/head/; revision=546963
|
|
|
|
|
|
|
| |
Changes: https://github.com/yuzu-emu/yuzu/compare/b8885aa03...ce43139eb
Notes:
svn path=/head/; revision=546959
|
|
|
|
|
|
|
| |
Changes: https://github.com/RPCS3/rpcs3/compare/bccfb1cda...9a51f2226
Notes:
svn path=/head/; revision=546958
|
|
|
|
|
|
|
| |
Changes: https://github.com/kinetiknz/cubeb/compare/957847c...49312d4
Notes:
svn path=/head/; revision=546957
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Similar to the patch for emulators/simh-hp2100, drop an -fcommon in to fix
the build in the face of GCC 10 / LLVM 11 switching the default to
-fno-common.
Minor cleanup while we're here, remove USES= compiler and just use ${CC} for
the compiler.
PR: 248872
MFH: 2020Q3 (-fno-common build fix)
Notes:
svn path=/head/; revision=546866
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds -fcommon to the build flags to fix the build with LLVM 11,
which now defaults to -fno-common.
PR: 248871
MFH: 2020Q3 (-fno-common build fix)
Notes:
svn path=/head/; revision=546863
|
|
|
|
| |
Notes:
svn path=/head/; revision=546823
|
|
|
|
| |
Notes:
svn path=/head/; revision=546818
|
|
|
|
| |
Notes:
svn path=/head/; revision=546807
|
|
|
|
| |
Notes:
svn path=/head/; revision=546772
|
|
|
|
|
|
|
|
|
|
| |
Fix the build of emulators/zsnes when built with -fno-common, which is the
default with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum)
Notes:
svn path=/head/; revision=546767
|
|
|
|
| |
Notes:
svn path=/head/; revision=546758
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a partial patch from upstream to fix the build of
emulators/mupen64plus-core with -fno-common, which is the default with llvm
11.
While here, point WWW: in pkg-descr to the current home of mupen64-plus.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum)
Notes:
svn path=/head/; revision=546737
|