aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* emulators/citra: update to s20201106Jan Beich2020-11-072-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/1bb20571b...2e0ce86c9 Notes: svn path=/head/; revision=554336
* emulators/yuzu: update to s20201106Jan Beich2020-11-072-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/1089d7673...91a45834f Notes: svn path=/head/; revision=554335
* emulators/rpcs3: update to 0.0.13.11185Jan Beich2020-11-072-8/+8
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/b66628bac...a3eb5c2d6 Notes: svn path=/head/; revision=554334
* emulators/rpcs3: update to 0.0.13.11163Jan Beich2020-11-052-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/09a9d0846...b66628bac Notes: svn path=/head/; revision=554110
* emulators/qemu-user-static: update to 269a4ac93Kyle Evans2020-11-042-5/+5
| | | | | | | | | | | | | | | | | | | | | Fixes: - Fixed recently broken execution of PIE binaries (not zero'ing .bss)[0] - Fixed handling of signals during pselect(2)/ppoll(2) - Fixed nanosleep(2) (was writing out time remaining only on success) - Fixed swapcontext(2)/setcontext(2) - Fixed a lot of ktimer handling issues - Fixed direct exec of rtld Improvements: - Implemented clock_nanosleep(2) - Implemented msgget(2) and, more generally, fixed SysV msg support - Refactored ELF loading (much easier to read, less easy to break) Investigated by: Andrew Gierth <andrew tao11 riddles org uk> [0] Notes: svn path=/head/; revision=554049
* Import upstream patch to fix build on i386:Ganael LAPLANCHE2020-11-031-0/+28
| | | | | | | | | /wrkdirs/usr/ports/emulators/dolphin-emu/work/dolphin-3152428/Source/Core/VideoBackends/Vulkan/VKTexture.h:57:51: error: invalid operands to binary expression ('const VkDeviceMemory' (aka 'const unsigned long long') and 'nullptr_t') bool IsAdopted() const { return m_device_memory != nullptr; } ~~~~~~~~~~~~~~~ ^ ~~~~~~~ Notes: svn path=/head/; revision=554027
* emulators/rpcs3: update to 0.0.13.11151Jan Beich2020-11-032-8/+8
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/ca57f25f2...09a9d0846 Notes: svn path=/head/; revision=553938
* emulators/yuzu: update to s20201101Jan Beich2020-11-032-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/98f68d06f...1089d7673 Notes: svn path=/head/; revision=553937
* Mark BROKENAntoine Brodin2020-11-011-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=553842
* Unbreak the (non-default) STAGING option. This requires two local patchesGerald Pfeifer2020-11-014-1/+104
| | | | | | | | | | on top of the Wine Staging patchset that address upstream regressions. It also brings a fair number of STAGING-specific additions to the set of Wine libraries. Notes: svn path=/head/; revision=553837
* emulators/yuzu: update to s20201031Jan Beich2020-11-012-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/6db0c0d8d...98f68d06f Notes: svn path=/head/; revision=553816
* emulators/rpcs3: update to 0.0.12.11145Jan Beich2020-11-012-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/4984e8777...ca57f25f2 Notes: svn path=/head/; revision=553815
* emulators/dosbox-staging: Update to 0.75.2Max Brazhnikov2020-10-312-4/+4
| | | | | | | Release notes: https://dosbox-staging.github.io/v0-75-2/ Notes: svn path=/head/; revision=553749
* emulators/yuzu: update to s20201030Jan Beich2020-10-314-76/+25
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/2f6ba5448...6db0c0d8d Notes: svn path=/head/; revision=553722
* emulators/rpcs3: update to 0.0.12.11133Jan Beich2020-10-312-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/280958ee7...4984e8777 Notes: svn path=/head/; revision=553721
* emulators/mgba: Update to 0.8.4Fernando Apesteguía2020-10-304-11/+24
| | | | | | | | | | | | ChangeLog: https://mgba.io/2020/10/29/mgba-0.8.4/ PR: 250734 Submitted by: james.wright@digital-chaos.com Approved by: greg@unrelenting.technology (maintainer) MFH: 2020Q4 (blanket, runtime fixes) Notes: svn path=/head/; revision=553707
* emulators/qemu-user-static: update to latest bsd-user-rebase-3.1Kyle Evans2020-10-302-5/+6
| | | | | | | | | | | | This fixes the recent ELF fix by properly initializing the extension to the PT_LOAD segment rather than filling it with file garbage. While here, disable capstone -- this part of the build is subject to external pollution (= death), and we don't use it in qemu-user-static anyways. Notes: svn path=/head/; revision=553663
* emulators/rpcs3: update to 0.0.12.11104Jan Beich2020-10-292-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/8307f82f8...280958ee7 Notes: svn path=/head/; revision=553573
* emulators/jzintv: fix build on GCC architecturesPiotr Kubaj2020-10-271-1/+1
| | | | | | | | | | Use C++11 compiler: imasm/parser.cpp:1005: error: 'nullptr' was not declared in this scope MFH: 2020Q4 (fix build blanket) Notes: svn path=/head/; revision=553436
* Fix patch to virtualbox-ose-additions OpenGL ssupport to actuallyGuido Falsi2020-10-276-5/+200
| | | | | | | | | | | | | | | | | | | work at runtime as much as possible. The OpenGL bits in VirtualBox 5 are an old implementation that does not play too well with what wee have in the tree now. Thesse patches simply change the funzionn prototypess in VirtualBox to match the ones from mesa so it caan compile and interface as much as possible with it. Thanks to Ronald Klop <ronald-lists@klop.ws> for testing. PR: 250315 Submitted by: rozhuk.im@gmail.com Approved by: portmgr (fixit blanket) Notes: svn path=/head/; revision=553427
* emulators/rpcs3: update to 0.0.12.11088Jan Beich2020-10-272-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/27643cb71...8307f82f8 Notes: svn path=/head/; revision=553404
* emulators/yuzu: update to s20201025Jan Beich2020-10-272-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/6f6d83bef...2f6ba5448 Notes: svn path=/head/; revision=553403
* emulators/qemu: Update version 4.2.1=>5.0.1Muhammad Moinur Rahman2020-10-267-133/+71
| | | | | | | - Add OPTION DEBUG Notes: svn path=/head/; revision=553312
* Update to 1.2.8Mateusz Piotrowski2020-10-252-9/+11
| | | | | | | | Release notes: https://github.com/EduMIPS64/edumips64/releases/tag/v1.2.8 Notes: svn path=/head/; revision=553253
* The Wine Staging patchset for Wine 5.20 is now available. It still doesGerald Pfeifer2020-10-252-2/+4
| | | | | | | | not build, but proceeds further based on my report, so update the BROKEN note while I am working on the next fix (ETA: this coming week). Notes: svn path=/head/; revision=553247
* emulators/unicorn: fix build on powerpc64 elfv2 and powerpc64lePiotr Kubaj2020-10-241-0/+18
| | | | | | | As with other ports, conflicting symbols first need to be undefined before including altivec.h. Notes: svn path=/head/; revision=553210
* Update to Wine 5.20. This includes the following changes:Gerald Pfeifer2020-10-243-6/+9
| | | | | | | | | | | - More work on the DSS cryptographic provider. - A number of fixes for windowless RichEdit. - Support for FLS callbacks. - Window resizing in the new console host. - Various bug fixes. Notes: svn path=/head/; revision=553186
* Apply fix to emulators/virtualbox-ose-additions to allow buildingGuido Falsi2020-10-241-0/+4
| | | | | | | | | | | with OPENGL option on after ports r552109. PR: 250315 Submitted by: rozhuk.im@gmail.com Approved by: portmgr (fixit blanket) Notes: svn path=/head/; revision=553175
* emulators/rpcs3: update to 0.0.12.11068Jan Beich2020-10-242-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/b99885238...27643cb71 Notes: svn path=/head/; revision=553152
* emulators/yuzu: update to s20201023Jan Beich2020-10-242-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/ea20b5c97...6f6d83bef Notes: svn path=/head/; revision=553151
* emulators/qemu-devel: Update version 5.1.0.20200909=>5.1.0.20201010Muhammad Moinur Rahman2020-10-235-47/+138
| | | | | | | | | | - Fix plist when DOCS disabled [1] PR: 250456 [1] Reported by: lwhsu [1] Notes: svn path=/head/; revision=553134
* emulators/qemu50: fix build on GCC architecturesPiotr Kubaj2020-10-221-1/+1
| | | | | | | | | | | | | Adding -L/usr/lib make gcc from ports prefer /usr/lib instead of its own /usr/local/lib/gcc9, which makes build fail: /usr/local/bin/ld: accel/tcg/tcg-runtime.o: in function `clrsb32': /wrkdirs/usr/ports/emulators/qemu50/work/qemu-5.0.0/include/qemu/host-utils.h:211: undefined reference to `__clrsbdi2' Tested for no breakage on 12.1/i386, 12.2/amd64 and 13.0/powerpc64. MFH: 2020Q4 (fix build blanket) Notes: svn path=/head/; revision=552973
* emulators/yuzu: update to s20201021Jan Beich2020-10-222-7/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/1fc61d09d...ea20b5c97 Notes: svn path=/head/; revision=552963
* emulators/rpcs3: update to 0.0.12.11059Jan Beich2020-10-222-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/ea8e435b3...b99885238 Notes: svn path=/head/; revision=552914
* emulators/yuzu: update to s20201020Jan Beich2020-10-222-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/e7a26ecec...1fc61d09d Notes: svn path=/head/; revision=552913
* emulators/i386-wine: adjust supported versions check after FreeBSD 11.3 EOLRene Ladan2020-10-211-2/+2
| | | | Notes: svn path=/head/; revision=552884
* emulators/i386-wine-devel: adjust check for supported versions after 11.3 EOLRene Ladan2020-10-211-2/+2
| | | | | | | Phabricator: D26646 Notes: svn path=/head/; revision=552882
* Fix an issue where the rc.d script can error out because it was run before ↵Josh Paetzel2020-10-212-1/+2
| | | | | | | | | | | ldconfig PR: 250407 Submitted by: dim Sponsored by: Panzura Notes: svn path=/head/; revision=552879
* Add the distinfo information for the Staging patchset for Wine 5.19.Gerald Pfeifer2020-10-201-1/+3
| | | | | | | | | This is still broken (and marked as such), but I have got a step towards fixing upstream now and proposed further ones, and in case someone wants to tinker themselves... Notes: svn path=/head/; revision=552826
* emulators/yuzu: update to s20201019Jan Beich2020-10-202-5/+5
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/64f967fd4...e7a26ecec Notes: svn path=/head/; revision=552782
* emulators/rpcs3: update to 0.0.12.11051Jan Beich2020-10-202-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/9e14d240a...ea8e435b3 Notes: svn path=/head/; revision=552781
* emulators/qemu-user-static: update to latest with more fixesKyle Evans2020-10-192-5/+5
| | | | | | | | | This fixes a little more fallout from the signal refactoring that wasn't immediately obvious, and fixes a longstanding bug in ELF loading that resulted in rtld segfaults. Notes: svn path=/head/; revision=552765
* emulators/yuzu: update two comments about dropping compatibility codeRene Ladan2020-10-171-2/+2
| | | | | | | Phabricator: D26646 Notes: svn path=/head/; revision=552583
* emulators/rpcs3: update a comment about dropping compatibility codeRene Ladan2020-10-171-1/+1
| | | | | | | Phabricator: D26646 Notes: svn path=/head/; revision=552580
* Fix emulators/virtualbox-ose build after r552109.Guido Falsi2020-10-171-0/+9
| | | | | | | | | | | | | | | VirtualBox embeds an outdated version of glext.h, causing it to fail to build due to symbols being redefined incorrectly. Import patch which forces virtualbox to append it's own include paths, thus not "obscuring" the system provided OpenGL include file. PR: 250315 Submitted by: rozhuk.im@gmail.com Approved by: portmgr (fixit blanket) Notes: svn path=/head/; revision=552571
* emulators/{citra,yuzu}: update OSS patchesJan Beich2020-10-174-6/+6
| | | | | | | | | | | No actual changes this time. Only switching away from a deleted fork merge commit to upstream master branch. The former may become invalid in future (e.g., due to "git gc") and break build. Changes: https://github.com/kinetiknz/cubeb/compare/40865a6..a7e83aa Notes: svn path=/head/; revision=552564
* emulators/openmsx: Update to 16.0Rainer Hurling2020-10-176-9/+120
| | | | | | | | | | | | | | | | | | | | | | | Changelog[1]: - Lots of new features and fixes - New version scheme (0.15.0 to 16.0) [1] https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_16_0/doc/release-notes.txt Ports changes: - Update PORTVERSION - Remove BROKEN - Update distinfo - Add patches with FreeBSD gcc specific changes - Use secure URL in pkg-descr PR: 250399 Submitted by: Daniel Menelkir <menelkir@itroll.org> (maintainer) Approved by: arrowd (mentor), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D26825 Notes: svn path=/head/; revision=552553
* emulators/{rpcs3,yuzu}: chase r552236Jan Beich2020-10-172-4/+2
| | | | | | | Still need to force iris despite being default since Mesa 20.0. Notes: svn path=/head/; revision=552542
* emulators/yuzu: update to s20201015Jan Beich2020-10-174-17/+21
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/4c348f406...64f967fd4 Notes: svn path=/head/; revision=552531
* emulators/rpcs3: update to 0.0.12.11032Jan Beich2020-10-172-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/1606f9717...9e14d240a Notes: svn path=/head/; revision=552529