aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* emulators/virtualbox-ose-additions: Assign default value to pointerMartin Ilavsky2021-09-112-2/+3
| | | | | | | | | | | | In the virtualbox virtual filesystem code we ship as a patch some code in an else block is commented out. This produces a code path in which a pointer variable is dereferenced in an unassigned state, causing random crashes. Lacking a better fix, give a default value of NULL to the pointer, which at least avoids the random pointer dereference issue. PR: 255386
* emulators/winetricks: Update to 20210825Alexander Vereeken2021-09-112-5/+4
| | | | | | Changes https://github.com/Winetricks/winetricks/compare/b0210c3...20210825 PR: 258278
* emulators/bochs: Add CPE informationBernhard Froehlich2021-09-101-1/+2
| | | | Approved by: portmgr (blanket)
* emulators/wine-devel: Complete the packaging list on amd64Gerald Pfeifer2021-09-102-1/+7
| | | | | On the way alphabetically sort two other files (both of which are conditionals).
* emulators/qemu31: unbreak with libglvnd >= 1.3.4Jan Beich2021-09-101-0/+53
| | | | | | | | | | | | | In file included from ui/egl-helpers.c:21: include/ui/egl-helpers.h:46:55: error: unknown type name 'Window' EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win); ^ ui/egl-helpers.c:276:55: error: unknown type name 'Window' EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, Window win) ^ PR: 258269 Reported by: antoine (via exp-run)
* emulators/citra: update to s20210906Jan Beich2021-09-082-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/89410c164...4817b0084
* emulators/yuzu: update to s20210908Jan Beich2021-09-082-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/51ccc29cd...7e9163779
* emulators/wine-devel: Add CPE informationBernhard Froehlich2021-09-081-1/+3
| | | | Approved by: portmgr (blanket)
* emulators/wine: Add CPE informationBernhard Froehlich2021-09-081-1/+3
| | | | Approved by: portmgr (blanket)
* emulators/yuzu: update to s20210906Jan Beich2021-09-072-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/b2572a56d...51ccc29cd
* *: Clean up some thingsTobias Kortkamp2021-09-061-2/+2
| | | | | | | | | - Fix typos - Remove nop or unreferenced variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* emulators/wine-devel: Fix build on newer versionsGerald Pfeifer2021-09-061-0/+31
| | | | | | Yet another recent breakage in dlls/nsiproxy.sys, this time only on newer versions of FreeBSD, yet another patch submitted upstream (and included locally temporarily).
* emulators/nemu: Update distinfo.Gleb Popov2021-09-051-3/+3
| | | | | | The upstream rerolled the release distfile. PR: 258270
* emulators/virtualbox-ose(-legacy): Make VirtualBox limit AIO requestsTom Rushworth2021-09-044-2/+120
| | | | | | | | | Import patch to teach VirtualBox to check availability of AIO resources before trying to allocate more. This prevents crashes when using AIO in VirtualBox. PR: 168298
* emulators/virtualbox-ose: don't hardcode compiler versionMaxim Sobolev2021-09-041-1/+1
| | | | PR: 257921
* emulators/yuzu: update to s20210901Jan Beich2021-09-042-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/25444041d...b2572a56d
* emulators/virtualbox-ose: Avoid overwriting slave ports OPTIONS_EXCLUDEGuido Falsi2021-09-031-1/+2
| | | | | | | | | | | | | | | | | To disable the PULSEAUDIO option I used the OPTIONS_EXCLUDE variable in commit 416b34d584e268. Turns out this overwrites OPTIONS_EXCLUDE from slave ports. I'm fixing this by only adding the PULSEAUDIO exclusion to the existing EXCLUDE variable if defined. NOTE: While it would be enough to bump PORTREVISION in the slave port, I'm bumping PORTREVISION on master port to avoid adding variables that are easily forgotten in future changes and could cause even more breakage. PR: 258256 Pointy Hat: myself
* emulators/yuzu: update to s20210831Jan Beich2021-09-022-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/ec19d9594...25444041d
* emulators/sameboy: Update to v0.14.5Tobias Kortkamp2021-09-012-5/+4
| | | | Changes: https://github.com/LIJI32/SameBoy/releases/tag/v0.14.5
* emulators/nemu: Update to 3.0.0Gleb Popov2021-09-013-6/+9
| | | | Reported by: portscout!
* emulators/wine-devel: Update to Wine 6.16Gerald Pfeifer2021-08-314-43/+17
| | | | | | | | | | | | | | | | | | | | | | | | This includes the following changes: - Initial version of a HID-based joystick backend. - Improved high-DPI theming support. - More preparation work for the GDI syscall interface. - Better CodeView support in WineDump. - Various bug fixes. It also addresses a couple of FreeBSD-specific build issues I had to address due to system headers not including others actually required: nsiproxy: Include sys/param.h. nsiproxy: Include netinet/in_pcb.h. nsiproxy: Include stddef.h. ntdll: Always return a value in get_builtin_init_funcs. nsiproxy: Include sys/types.h from udp.c. nsiproxy: Add $(PROCSTAT_LIBS) to EXTRALIBS. nsiproxy: Include netinet/in.h in udp.c. nsiproxy: Include sys/queue.h from tcp.c. My patch files/patch-dlls-nsiproxy.sys has been integrated upstream, so remove it here.
* emulators/yuzu: update to s20210830Jan Beich2021-08-312-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/c20ea8939...ec19d9594
* emulators/atari800: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* emulators/qemu-user-static-devel: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* emulators/qemu-cheri: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* emulators/qemu-user-static: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* emulators/dosbox: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* emulators/dosbox-staging: update to 0.77.1 (bugfix release)Max Brazhnikov2021-08-292-4/+4
| | | | Release notes: https://dosbox-staging.github.io/v0-77-1/
* emulators/i386-wine: Make the dependency on wine-mono genericGerald Pfeifer2021-08-291-1/+1
| | | | | | | | | | | Instead of hard coding the actual version number use a generic dependency on simply the port. This makes maintenance easier and reduces the chance for mistakes. This ports over commit dc73fd607fb79017cf74182613659ac9c4340bdd from the emulators/wine port: PR: 257630
* emulators/rpcs3: update to 0.0.17.12681Jan Beich2021-08-292-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/72f0637ef...f185aba5f
* emulators/yuzu: update to s20210827Jan Beich2021-08-292-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/3843995ce...c20ea8939
* emulators/nestopia: Update to 1.51.1Neel Chauhan2021-08-282-5/+4
|
* emulators/wine-devel: Fix the build in dlls/nsiproxy.sysGerald Pfeifer2021-08-271-0/+37
| | | | | | | | | | | | | In what looks like a change between FreeBSD 11 and FreeBSD 12 and later we now need to explicitly include sys/queue.h to avoid In file included from dlls/nsiproxy.sys/tcp.c:42: /usr/include/netinet/tcp_var.h:516:2: error: expected specifier-qualifier-list before 'TAILQ_ENTRY' 516 | TAILQ_ENTRY(tcptw) tw_2msl; I submitted this upstream already where it got accepted, so this patch files/patch-dlls-nsiproxy.sys is only a temporary stop gap.
* emulators/citra: update to s20210822Jan Beich2021-08-262-5/+5
| | | | Changes: https://github.com/citra-emu/citra/compare/c40871f12...89410c164
* emulators/rpcs3: update to 0.0.17.12666Jan Beich2021-08-262-9/+9
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/f44e50b9c...72f0637ef
* emulators/yuzu: update to s20210825Jan Beich2021-08-262-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/7eb4542c1...3843995ce
* emulators/yuzu: update to s20210823Jan Beich2021-08-242-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/455e28790...7eb4542c1
* emulators/rpcs3: update to 0.0.17.12660Jan Beich2021-08-242-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/4953e7958...f44e50b9c
* emulators/yuzu: exclude on non-amd64 for nowJan Beich2021-08-221-2/+3
| | | | | | | | | In file included from src/common/wall_clock.cpp:7: src/./common/uint128.h:16:10: fatal error: x86intrin.h: No such file or directory 16 | #include <x86intrin.h> | ^~~~~~~~~~~~~ Reported by: pkg-fallout
* emulators/rpcs3: update to 0.0.17.12653Jan Beich2021-08-222-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/62102293b...4953e7958
* emulators/yuzu: update to s20210819Jan Beich2021-08-212-8/+8
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/aa40084c2...455e28790
* emulators/rpcs3: update to 0.0.17.12651Jan Beich2021-08-212-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/c13a46b07...62102293b
* emulators/wine-devel: Update to Wine 6.15Gerald Pfeifer2021-08-194-76/+10
| | | | | | | | | | | | | This includes the following changes: - WinSock (WS2_32) library converted to PE. - Support for performance data in the registry. - More 32->64-bit thunks for NTDLL calls. - Improved floating point status handling in the C runtime. - More preparation work for the GDI syscall interface. - Various bug fixes. My patch files/patch-dlls-ntdll-unix-virtual.c has been accepted upstream in the meantime, so remove it here.
* emulators/yuzu: update to s20210818Jan Beich2021-08-192-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/521e6ac17...aa40084c2
* emulators/rpcs3: update to 0.0.17.12648Jan Beich2021-08-192-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/24d7374a2...c13a46b07
* emulators/open-vm-tools: Fix buildRenato Botelho2021-08-182-28/+0
| | | | | | | Remove some patches introduced by 42dfc139f65 that are note needed on 11.3.0 and fix build Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/open-vm-tools: Update to 11.3.0Vincent Milum Jr2021-08-182-7/+7
| | | | | | | This version introduces aarch64 support PR: 256282 Sponsored by: Rubicon Communications, LLC ("Netgate")
* emulators/yuzu: update to s20210816Jan Beich2021-08-172-5/+5
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/bdd617da0...521e6ac17
* emulators/rpcs3: update to 0.0.17.12640Jan Beich2021-08-172-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/b928cb022...24d7374a2
* emulators/yuzu: update to s20210814Jan Beich2021-08-154-27/+32
| | | | Changes: https://github.com/yuzu-emu/yuzu/compare/756d76d97...bdd617da0