aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* emulators/yuzu: update to s20200916Jan Beich2020-09-172-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/0bac7b6a9...62de0220f Notes: svn path=/head/; revision=548808
* emulators/rpcs3: update to 0.0.12.10891Jan Beich2020-09-172-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/8df1d7439...6540393df Notes: svn path=/head/; revision=548807
* emulators/yuzu: update to s20200914Jan Beich2020-09-152-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/f4400f3ba...0bac7b6a9 Notes: svn path=/head/; revision=548690
* emulators/rpcs3: update to 0.0.12.10881Jan Beich2020-09-152-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/fe9c61fe7...8df1d7439 Notes: svn path=/head/; revision=548689
* Update to 1.0.20200712Ganael LAPLANCHE2020-09-149-344/+584
| | | | Notes: svn path=/head/; revision=548670
* emulator/qemu-user-static: fix major regression from signal refactorKyle Evans2020-09-146-113/+10
| | | | | | | | | | | | | | | | | 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
* Add 'uidfix' to allow package building by non-rootVanilla I. Shu2020-09-141-1/+1
| | | | | | | | PR: 249264 Submitted by: maintainer Notes: svn path=/head/; revision=548586
* Update to Wine 5.17. This includes the following changes:Gerald Pfeifer2020-09-133-8/+8
| | | | | | | | | | | | | | | | | | | | | | - 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
* emulators/rpcs3: update to 0.0.12.10876Jan Beich2020-09-122-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/9d034ea4a...fe9c61fe7 Notes: svn path=/head/; revision=548435
* emulators/qemu-devel: Update version 4.2.0=>5.1.0.20200909Muhammad Moinur Rahman2020-09-1212-725/+119
| | | | | | | | | | | | | | | | | | | - 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
* emulators/yuzu: unbreak on FreeBSD < 12.2 after r548271Jan Beich2020-09-122-0/+10
| | | | | | | | | | | | | | | | | | | | 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
* emulators/yuzu: update to s20200911Jan Beich2020-09-123-7/+7
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/045f50bc7...f4400f3ba Notes: svn path=/head/; revision=548271
* emulators/citra: update to s20200910Jan Beich2020-09-122-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/6a77547bd...df9e230d6 Notes: svn path=/head/; revision=548270
* emulators/rpcs3: update to 0.0.12.10870Jan Beich2020-09-122-9/+8
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/676fed7cf...9d034ea4a Notes: svn path=/head/; revision=548269
* emulators/rpcs3: switch bundled libc++Jan Beich2020-09-123-304/+11
| | | | | | | Stop grafting parts of future libc++ to reduce maintenance. Notes: svn path=/head/; revision=548268
* emulators/rpcs3: drop unused patch after r533716Jan Beich2020-09-121-18/+0
| | | | Notes: svn path=/head/; revision=548267
* Update to 11.1.5Josh Paetzel2020-09-103-22/+5
| | | | | | | | | | | | | | 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
* emulators/rpcs3: update to 0.0.12.10860Jan Beich2020-09-102-4/+4
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/10820fa13...676fed7cf Notes: svn path=/head/; revision=548172
* Fix build with llvm11 (duplicate symbol errors)Ganael LAPLANCHE2020-09-0821-62/+168
| | | | | | | While here, re-generate patches using 'makepatch' target Notes: svn path=/head/; revision=547983
* emulators/rpcs3: update to 0.0.12.10838Jan Beich2020-09-082-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/8e2b07ba9...10820fa13 Notes: svn path=/head/; revision=547956
* devel/libfmt: Update to 7.0.3Tobias Kortkamp2020-09-072-2/+2
| | | | | | | | 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
* emulators/yuzu: update to s20200903Jan Beich2020-09-052-8/+8
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/0ee7c985d...045f50bc7 Notes: svn path=/head/; revision=547579
* emulators/rpcs3: update to 0.0.12.10825Jan Beich2020-09-052-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/73d23eb6e...8e2b07ba9 Notes: svn path=/head/; revision=547578
* Fix build with llvm11 (duplicate symbol errors)Ganael LAPLANCHE2020-09-046-10/+44
| | | | | | | | | While here, rework a few things: - add missing dependencies - re-generate patches using 'makepatch' target Notes: svn path=/head/; revision=547526
* emulators/citra: update to s20200902Jan Beich2020-09-032-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/f4be73335...6a77547bd Notes: svn path=/head/; revision=547395
* emulators/yuzu: update to s20200902Jan Beich2020-09-034-14/+14
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/b5ed2d408...0ee7c985d Notes: svn path=/head/; revision=547394
* emulators/rpcs3: update to 0.0.12.10817Jan Beich2020-09-032-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/a86a3d2fe...73d23eb6e Notes: svn path=/head/; revision=547393
* - Add -fcommon to CFLAGS to unbreak the build against modern compilers,Alexey Dokuchaev2020-09-021-2/+6
| | | | | | | | | | | 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
* emulators/qemu: Fix build with OPTION DOCS disabledMuhammad Moinur Rahman2020-09-011-1/+1
| | | | | | | | | PR: 230204 Submitted by: guyyur@gmail.com Reported by: novel Notes: svn path=/head/; revision=547301
* Fix build with clang11Stefan Eßer2020-09-016-22/+87
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=547263
* emulators/rtc: update 2004.02.24.1 -> 2020.07.07.1Kurt Jaeger2020-09-018-177/+52
| | | | | | | | | | | | | | | | | | | | | | - 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
* Fix build with clang11Stefan Eßer2020-09-015-2/+50
| | | | | | | | Reported by: pkg-fallout Approved by: antoine (implicit) Notes: svn path=/head/; revision=547247
* emulators/citra: update to s20200831Jan Beich2020-09-012-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/4135a12cb...f4be73335 Notes: svn path=/head/; revision=547224
* emulators/yuzu: update to s20200831Jan Beich2020-09-012-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/ce43139eb...b5ed2d408 Notes: svn path=/head/; revision=547223
* emulators/rpcs3: update to 0.0.12.10811Jan Beich2020-09-013-15/+15
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/9a51f2226...a86a3d2fe Notes: svn path=/head/; revision=547222
* Update to Wine 5.16. This includes the following changes:Gerald Pfeifer2020-08-314-24/+60
| | | | | | | | | | | | | | | - 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 expiration of ports broken with -fno-commonNiclas Zeising2020-08-303-9/+9
| | | | | | | | | | | | | | | | | 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
* emulators/citra: update to s20200829Jan Beich2020-08-303-10/+10
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/b94f21eac...4135a12cb Notes: svn path=/head/; revision=546963
* emulators/yuzu: update to s20200829Jan Beich2020-08-303-7/+7
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/b8885aa03...ce43139eb Notes: svn path=/head/; revision=546959
* emulators/rpcs3: update to 0.0.11.10807Jan Beich2020-08-303-6/+14
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/bccfb1cda...9a51f2226 Notes: svn path=/head/; revision=546958
* emulators/{citra,yuzu}: update OSS patchesJan Beich2020-08-306-10/+10
| | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/957847c...49312d4 Notes: svn path=/head/; revision=546957
* emulators/simh-hp3000: fix the build with LLVM 11.Kyle Evans2020-08-292-2/+19
| | | | | | | | | | | | | | | 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
* emulators/simh-hp2100: fix the build with LLVM 11Kyle Evans2020-08-291-0/+17
| | | | | | | | | | | 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
* emulators/e-uae: fix build on recent current and deprecateTobias C. Berner2020-08-281-0/+5
| | | | Notes: svn path=/head/; revision=546823
* emulators/dtcyber: fix build on current and deprecateTobias C. Berner2020-08-281-0/+5
| | | | Notes: svn path=/head/; revision=546818
* Fix emulators/virtualbox-os-additions on head after vget(9) change.Jung-uk Kim2020-08-281-1/+5
| | | | Notes: svn path=/head/; revision=546807
* emulators/cpmtools: fix build on recent currentTobias C. Berner2020-08-281-0/+11
| | | | Notes: svn path=/head/; revision=546772
* emulators/zsnes: Fix build with -fno-commonNiclas Zeising2020-08-281-0/+11
| | | | | | | | | | 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
* emulators/cinc: fix build on current and deprecateTobias C. Berner2020-08-281-0/+5
| | | | Notes: svn path=/head/; revision=546758
* emulators/mupen64plus-core: Fix build with -fno-commonNiclas Zeising2020-08-282-1/+13
| | | | | | | | | | | | 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