aboutsummaryrefslogtreecommitdiff
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* emulators/rpcs3: update to 0.0.5.1006Jan Beich2018-10-312-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/1cf62e9de...7056b5fc7 Notes: svn path=/head/; revision=483614
* emulators/citra: update to s20181030Jan Beich2018-10-312-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/f3ee5feb0...a753b9c6c Notes: svn path=/head/; revision=483613
* - Add ONLY_FOR_ARCHS_REASONAlex Kozlov2018-10-311-0/+2
| | | | Notes: svn path=/head/; revision=483604
* xen: add XSA-278 fixRoger Pau Monné2018-10-312-1/+329
| | | | Notes: svn path=/head/; revision=483559
* Remove DNET option and hardwire the libdnet dependencyJosh Paetzel2018-10-301-6/+5
| | | | | | | | | | | It hasn't actually been optional for a very long time. PR: 231872 Reported by: Olli Hauer Notes: svn path=/head/; revision=483517
* The Wine Staging patchset is now available for Wine 3.19.Gerald Pfeifer2018-10-301-1/+3
| | | | Notes: svn path=/head/; revision=483456
* emulators/linux-power9-functional-sim: New portKevin Bowling2018-10-305-0/+135
| | | | | | | | | | | | This is a full system simulator for IBM's POWER9 and is sufficent to run FreeBSD 12.0 or POWER9BSD work in progress. Ask in #powerpc64 on efnet for usage help for now. Approved by: timur (mentor) Differential Revision: https://reviews.freebsd.org/D17545 Notes: svn path=/head/; revision=483454
* Downgrade C++03 to C++98, actual default for GCC < 6Jan Beich2018-10-281-1/+1
| | | | | | | | GCC 4.2 in base system doesn't support C++03: cc1plus: error: unrecognized command line option "-std=gnu++03" Notes: svn path=/head/; revision=483249
* emulators/ppsspp: update to 1.7Jan Beich2018-10-275-69/+54
| | | | | | | | | Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.6.3...v1.7 MFH: 2018Q4 (many stability fixes) Notes: svn path=/head/; revision=483177
* Update to Wine 3.19. This includes the following changes:Gerald Pfeifer2018-10-273-8/+9
| | | | | | | | | | | | | | - Support for file I/O completion modes. - WaitOnAddress synchronization primitives. - Better support for 32-bit .NET binaries on 64-bit. - Improved recovery on broken RPC connection. - Various bug fixes. And two files are no longer contingent on the Staging patchset, functionality is now in Wine proper. Notes: svn path=/head/; revision=483112
* emulators/rpcs3: update to 0.0.5.999Jan Beich2018-10-272-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/586c0ea1d...1cf62e9de Notes: svn path=/head/; revision=483077
* emulators/citra: update to s20181026Jan Beich2018-10-272-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/129ca865b...f3ee5feb0 Notes: svn path=/head/; revision=483075
* emulators/rpcs3: update to 0.0.5.998Jan Beich2018-10-252-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/eba2216c4...586c0ea1d Notes: svn path=/head/; revision=482946
* Expand FreeBSD 12 conditionals to include 13.0-CURRENTJan Beich2018-10-231-0/+1
| | | | Notes: svn path=/head/; revision=482846
* emulators/rpcs3: update to 0.0.5.994Jan Beich2018-10-232-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/f588454d2...eba2216c4 Notes: svn path=/head/; revision=482803
* emulators/citra: update to s20181022Jan Beich2018-10-232-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/18caa787d...129ca865b Notes: svn path=/head/; revision=482802
* Support SMAP for amd64.Jung-uk Kim2018-10-2020-39/+1375
| | | | | | | | | | This should stop kernel panics on SMAP supported CPUs after r336876. PR: 230460 MFH: 2018Q4 Notes: svn path=/head/; revision=482464
* emulators/citra: update to s20181019Jan Beich2018-10-202-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/53a3498ae...18caa787d Notes: svn path=/head/; revision=482460
* emulators/rpcs3: update to 0.0.5.984Jan Beich2018-10-202-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/4ab777b42...f588454d2 Notes: svn path=/head/; revision=482459
* emulators/citra: update to s20181017Jan Beich2018-10-172-6/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/b01b94d84...53a3498ae Notes: svn path=/head/; revision=482308
* Update to 5.2.20.Jung-uk Kim2018-10-179-64/+16
| | | | | | | https://www.virtualbox.org/wiki/Changelog#20 Notes: svn path=/head/; revision=482272
* emulators/ppsspp: unbreak after r482190Jan Beich2018-10-161-0/+1
| | | | | | | | | | | | SDL/SDLVulkanGraphicsContext.cpp:73:67: error: no member named 'wl' in 'SDL_SysWMinfo::<anonymous union at /usr/local/include/SDL2/SDL_syswm.h:198:5>' vulkan_->InitSurface(WINDOWSYSTEM_WAYLAND, (void*)sys_info.info.wl.display, ~~~~~~~~~~~~~ ^ PR: 223018 Reported by: pkg-fallout Notes: svn path=/head/; revision=482237
* Update to Wine 3.18. This includes the following changes:Gerald Pfeifer2018-10-162-7/+6
| | | | | | | | | | | - Subpixel font rendering with FreeType >= 2.8.1. - Support for OAEP algorithm in RSA encryption. - Array marshalling fixes in DCOM. - Improved DPI scaling in the Wine console. - Various bug fixes. Notes: svn path=/head/; revision=482232
* emulators/citra: update to s20181015Jan Beich2018-10-162-8/+8
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/0962ab8da...b01b94d84 Notes: svn path=/head/; revision=482196
* emulators/rpcs3: update to 0.0.5.979Jan Beich2018-10-162-6/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/8540399ec...4ab777b42 Notes: svn path=/head/; revision=482195
* emulators/wine-devel: expose Vulkan supportJan Beich2018-10-161-2/+9
| | | | | | | | | VULKAN is for Vulkan-native while VKD3D is for Direct3D 12 games PR: 231248 Notes: svn path=/head/; revision=482194
* graphics/vulkan-loader: enable Wayland surfaceJan Beich2018-10-152-2/+3
| | | | | | | | | | - Rebuild ppsspp and rpcs3 to pick up Wayland support for Vulkan PR: 227423 Submitted by: Greg V (maintainer) Notes: svn path=/head/; revision=482190
* emulators/rpcs3: update to 0.0.5.975Jan Beich2018-10-122-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/83b6c9856...8540399ec Notes: svn path=/head/; revision=481948
* emulators/citra: update to s20181011Jan Beich2018-10-122-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/f40513491...0962ab8da Notes: svn path=/head/; revision=481947
* Deprecate most glib12 consumersAntoine Brodin2018-10-122-0/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=481888
* emulators/gem5: reset maintainershipEitan Adler2018-10-091-1/+1
| | | | | | | | | Reset maintainership by request. Your work on this port is appreciated. Requested by: neel@neelc.org (maintainer) Notes: svn path=/head/; revision=481594
* emulators/citra: update to s20181008Jan Beich2018-10-092-8/+8
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/b16350274...f40513491 Notes: svn path=/head/; revision=481585
* emulators/rpcs3: update to 0.0.5.971Jan Beich2018-10-092-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/cc846eb67...83b6c9856 Notes: svn path=/head/; revision=481584
* emulators/citra: update to s20181005Jan Beich2018-10-052-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/ea53b0f79...b16350274 Notes: svn path=/head/; revision=481308
* - Update to 20181005 snapshotLi-Wen Hsu2018-10-056-16/+21
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=481273
* - Update to 20181005 snapshotLi-Wen Hsu2018-10-052-7/+7
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=481272
* Add missing USES=gl to my portsGanael LAPLANCHE2018-10-052-4/+4
| | | | Notes: svn path=/head/; revision=481268
* emulators/citra: update to s20181003Jan Beich2018-10-032-5/+5
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/fceec3494...ea53b0f79 Notes: svn path=/head/; revision=481190
* emulators/rpcs3: update to 0.0.5.968Jan Beich2018-10-032-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/145667831...cc846eb67 Notes: svn path=/head/; revision=481189
* emulators/rpcs3: update to 0.0.5.951Jan Beich2018-10-022-8/+8
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/da6ce80f4...145667831 Notes: svn path=/head/; revision=481089
* emulators/citra: update to s20181001Jan Beich2018-10-012-8/+8
| | | | | | | Changes: https://github.com/citra-emu/citra/compare/7c97e8df6...fceec3494 Notes: svn path=/head/; revision=481079
* - Update to 0.74.2Alex Kozlov2018-10-018-90/+7
| | | | | | | | | | | - Fix DESKTOP_ENTRIES PR: 231845 Submitted by: hardy.schumacher@gmx.de Approved by: Tom Carrick <knyght@gmail.com> (maintainer) Notes: svn path=/head/; revision=481058
* emulators/rpcs3: unbreak with LLD by defaultJan Beich2018-10-011-0/+1
| | | | | | | | | | | | | | | | | /usr/bin/ld: error: cannot preempt symbol: alcOpenDevice >>> defined in /usr/local/lib/libopenal.so >>> referenced by OpenALThread.cpp >>> OpenALThread.cpp.o:(OpenALThread::OpenALThread()) in archive rpcs3/Emu/librpcs3_emu.a /usr/bin/ld: error: cannot preempt symbol: alcGetError >>> defined in /usr/local/lib/libopenal.so >>> referenced by OpenALThread.cpp >>> OpenALThread.cpp.o:(OpenALThread::OpenALThread()) in archive rpcs3/Emu/librpcs3_emu.a Reported by: pkg-fallout Notes: svn path=/head/; revision=481049
* Require a modern compiler to fix build on powerpc64Antoine Brodin2018-10-011-2/+1
| | | | | | | PR: 231850 Notes: svn path=/head/; revision=481042
* emulators/rpcs3: drop FreeBSD 11.1 support after EOLJan Beich2018-10-011-35/+0
| | | | Notes: svn path=/head/; revision=481033
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-309-4/+726
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* - Pet portlintDmitry Marakasov2018-09-302-2/+2
| | | | | | | | | - Fix WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=480947
* The Wine Staging patchset is now available for Wine 3.17.Gerald Pfeifer2018-09-302-2/+3
| | | | Notes: svn path=/head/; revision=480941
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lThomas Zander2018-09-292-0/+2
| | | | Notes: svn path=/head/; revision=480899
* Update to 10.3.0Josh Paetzel2018-09-2911-259/+25
| | | | | | | | PR: 229985 Submitted by: John Wolfe <jwolfe@vmware.com> Notes: svn path=/head/; revision=480889