summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)Author
2018-06-05emulators/citra: update to s20180603Jan Beich
Changes: https://github.com/citra-emu/citra/compare/08b119153...8e02c70e8
2018-06-03emulators/wine: fix desktop file on amd64Tobias C. Berner
Reviewed by: gerald Approved by: dbn Differential Revision: https://reviews.freebsd.org/D15489
2018-06-02emulators/citra: connect and run tests by defaultJan Beich
2018-06-02emulators/citra: fix minor issuesJan Beich
- Actually disable SNDIO=off if sndio is installed - Drop cruft from OPTIONS_GROUP = CUBEB - Consistently sort _CMAKE_BOOL after _DEPENDS
2018-06-02emulators/citra: update to s20180601Jan Beich
Changes: https://github.com/citra-emu/citra/compare/72f9142b...08b119153
2018-06-02emulators/rpcs3: update to 0.0.5.424Jan Beich
Changes: https://github.com/RPCS3/rpcs3/compare/b0ee36913...dcd7f442f
2018-06-01Remove expired ports:Rene Ladan
2018-05-31 net/rubygem-gitaly-proto083: Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead. 2018-05-31 net/rubygem-gitaly-proto084: Obsoleted by update of www/gitlab. Please use net/rubygem-gitaly-proto instead 2018-05-31 textproc/rubygem-github-linguist47: Obsoleted by update of www/gitlab. Please use textproc/rubygem-github-linguist instead 2018-05-31 textproc/rubygem-loofah20: Obsoleted by update of www/gitlab. Please use textproc/rubygem-loofah instead. 2018-05-31 www/npm-node4: Use www/npm instead 2018-05-31 emulators/qemu-launcher: Upstream is gone
2018-06-01Remove obsolete kludges. All supported versions do not need these hacks.Jung-uk Kim
Furthermore, these hacks break build on head. PR: 228433
2018-05-31emulators/citra: unbreak on non-x86 with gccJan Beich
g++7: error: unrecognized command line option '-mmmx' g++7: error: unrecognized command line option '-msse'
2018-05-31emulators/citra: unbreak on aarch64 after r471186Jan Beich
externals/cryptopp/cryptopp/rijndael-simd.cpp:126:25: error: use of undeclared identifier 'vaeseq_u8' uint8x16_t r1 = vaeseq_u8(data, key); ^ externals/cryptopp/cryptopp/sha-simd.cpp:109:25: error: use of undeclared identifier 'vsha1cq_u32' uint32x4_t r1 = vsha1cq_u32 (data1, 0, data2); ^
2018-05-31Revert inadvertret change to OPTIONS_DEFAULT in previous commit (r471203).Gerald Pfeifer
Pointy hat to: self
2018-05-31Replace explicit settings of CFLAGS and LDFLAGS in favor of USES=localbaseGerald Pfeifer
(the former predating the latter by at least a decade alas with variation). PR: 226396 Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
2018-05-31emulators/citra: unbreak on i386 with clang 5+Jan Beich
externals/cryptopp/cryptopp/sha.cpp:1005:5: error: invalid operand for instruction ASJ( jnz, 0, b) ^ externals/cryptopp/cryptopp/cpu.h:623:23: note: expanded from macro 'ASJ' #define ASJ(x, y, z) GNU_ASJ(x, y, z) ^ externals/cryptopp/cryptopp/cpu.h:617:27: note: expanded from macro 'GNU_ASJ' #define GNU_ASJ(x, y, z) #x " " #y #z ";" NEW_LINE ^ <scratch space>:34:2: note: expanded from here "jnz" ^ <inline asm>:80:1: note: instantiated into assembly here jnz 0b; ^ Reported by: pkg-fallout Obtained from: upstream (cryptopp 7.1.0)
2018-05-31emulators/citra: update to s20180529Jan Beich
Changes: https://github.com/citra-emu/citra/compare/65f5bc73...72f9142b
2018-05-30emulators/rpcs3: update to 0.0.5.420Jan Beich
Changes: https://github.com/RPCS3/rpcs3/compare/964b3937a...b0ee36913
2018-05-30emulators/ppsspp: unbreak CPUTYPE=nehalem on i386Jan Beich
ext/native/ext/cityhash/city.cpp:569:5: error: use of undeclared identifier '_mm_crc32_u64' CHUNK(0); PERMUTE3(a, h, c); ^ /wrkdirs/usr/ports/emulators/ppsspp/work/ppsspp-1.6.2/ext/native/ext/cityhash/city.cpp:562:9: note: expanded from macro 'CHUNK' z = _mm_crc32_u64(z, b + g); \ ^
2018-05-30emulators/ppsspp: update to 1.6.2Jan Beich
Changes: https://github.com/hrydgard/ppsspp/compare/v1.6.1...v1.6.2
2018-05-29emulators/ppsspp: unbreak on armv6/armv7Jan Beich
SDL/SDLGLGraphicsContext.cpp:88:2: error: use of undeclared identifier 'EGL_Init' EGL_Init(); ^ SDL/SDLGLGraphicsContext.cpp:122:18: error: use of undeclared identifier 'g_eglDisplay' eglSwapBuffers(g_eglDisplay, g_eglSurface); ^ SDL/SDLGLGraphicsContext.cpp:122:32: error: use of undeclared identifier 'g_eglSurface' eglSwapBuffers(g_eglDisplay, g_eglSurface); ^ SDL/SDLGLGraphicsContext.cpp:139:2: error: use of undeclared identifier 'EGL_Close' EGL_Close(); ^
2018-05-28emulators/citra: update to s20180528Jan Beich
Changes: https://github.com/citra-emu/citra/compare/03209efe...65f5bc73
2018-05-28emulators/ppsspp: update to 1.6.1Jan Beich
Changes: https://github.com/hrydgard/ppsspp/compare/v1.6...v1.6.1
2018-05-28Update to version 10.2.5Josh Paetzel
For the most part this is just to track upstream for FreeBSD. In particular 10.2.0 introduced a regression whereby UFS support was dropped. The fix was backported to the FreeBSD port of 10.2.0 in lieu of waiting for 10.2.5 to be released. PR: 227124 Submitted by: John Wolfe <jwolfe@vmware.com>
2018-05-27Update WWWSunpoet Po-Chuan Hsieh
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
2018-05-26Add information on the Wine Staging patchset (aka the STAGING option)Gerald Pfeifer
for version 3.9. PR: 228518 Submitted by: lightside@gmx.com
2018-05-26wxmupen64plus is not compatible with python3Antoine Brodin
2018-05-26emulators/ppsspp: update to 1.6.0Jan Beich
- Vulkan support is always built - Install libretro core by default Changes: http://ppsspp.org/#news Changes: https://github.com/hrydgard/ppsspp/compare/v1.5.4...v1.6.0
2018-05-26emulators/citra: update to s20180525Jan Beich
Changes: https://github.com/citra-emu/citra/compare/e35c634f...03209efe
2018-05-26Update to Wine 3.9. This includes the following changes:Gerald Pfeifer
- OpenGL core contexts enabled by default in Direct 3D. - Beginnings of Direct 3D 12 implementation using vkd3d. (This is inactive for now due to a non-existant dependency, and hidden behind a new option VKD3D which is always off.) - More support for the Task Scheduler. - Some more Task Dialog support. - Better arrow support in GdiPlus. - Various bug fixes. ext-ms-win-uxtheme-themes-l1-1-0.dll and feclient.dll which in the past were available only via the Wine Staging patchset are now part of mainstream Wine.
2018-05-25emulators/rpcs3: update to 0.0.5.391Jan Beich
Changes: https://github.com/RPCS3/rpcs3/compare/c10b39923...964b3937a
2018-05-24emulators/rpcs3: update to 0.0.5.382Jan Beich
Changes: https://github.com/RPCS3/rpcs3/compare/c9669818e...c10b39923
2018-05-23Unbreak after src r333813Josh Paetzel
Fallout from being out of tree.
2018-05-22emulators/rpcs3: update to 0.0.5.355Jan Beich
Changes: https://github.com/RPCS3/rpcs3/compare/4e8ce7fac...c9669818e
2018-05-20Update to the Wine 3.0.1 maintenance release which fixes a number of bugsGerald Pfeifer
and provides translation updates for Finnish, German, Lithuanian, Norwegian, Polish, Russian, and Ukrainian.
2018-05-19Add CONFLICTS entries that prevent simultaneous installation of normalStefan Eßer
and devel versions of these ports. While these are allowed when the devel versions are newer than the normal versions, this is not always the case and especially not at this time. Instead of only conflicting with the same version of each port, a version wildcard is used, to prevent unexpected behavior if the non-devel version is updated to match the devel version when both are installed. Approved by: gerald (maintainer)
2018-05-18emulators/citra: update to s20180518Jan Beich
Changes: https://github.com/citra-emu/citra/compare/80bfd872...e35c634f
2018-05-18emulators/rpcs3: update to 0.0.5.336Jan Beich
Changes: https://github.com/RPCS3/rpcs3/compare/67391322f...4e8ce7fac
2018-05-18emulators/rpcs3: drop qt < 5.10 workaround after r470288Jan Beich
2018-05-17emulators/rpcs3: update to 0.0.5.296Jan Beich
Changes: https://github.com/RPCS3/rpcs3/compare/04ad49de4...27dcb7774
2018-05-15Fix emulators/virtualbox-ose-additions build with OpenGL option.Jung-uk Kim
Reported by: mat, des
2018-05-15Add upstream patch to fix the build with Qt 5.10.Raphael Kubo da Costa
/wrkdirs/usr/ports/emulators/mgba/work/mgba-0.6.1/src/platform/qt/MemoryModel.cpp:102:15: error: no viable overloaded '=' m_regionName = name; ~~~~~~~~~~~~ ^ ~~~~ PR: 228213
2018-05-15emulators/rpcs3: update to 0.0.5.282Jan Beich
Changes: https://github.com/RPCS3/rpcs3/compare/76a1d0d8f...04ad49de4 Changes: https://github.com/RPCS3/llvm/compare/6154c0dcaf1a...17ec6d78a737
2018-05-14- fix build for FreeBSD 12.0Dirk Meyer
2018-05-14- fix build for option XAWDirk Meyer
2018-05-14 - Infrastructure for writing kernel driver tests.Gerald Pfeifer
- Support for showing file properties in the Shell browser. - MP3 decoder as a DirectX Media Object. - More support for the Task Scheduler. - Support for COM aggregation in UrlMon. - Various bug fixes.
2018-05-12emulators/virtualbox-ose: add pkg-message about sysctl tuning with AIOKurt Jaeger
- New values for several sysctl vfs.aio.max* parameters are suggested PR: 168298 Submitted by: rozhuk.im@gmail.com Reported by: petefrench@ingresso.co.uk
2018-05-11emulators/citra: update to s20180511Jan Beich
Changes: https://github.com/citra-emu/citra/compare/590a09d0...80bfd872
2018-05-11emulators/rpcs3: disable assertionsJan Beich
Assertion failed: (ObjectBufferMap.find(Key) == ObjectBufferMap.end() && "Second attempt to perform debug registration."), function NotifyObjectEmitted, file llvm/lib/ExecutionEngine/GDBRegistrationListener.cpp, line 167.
2018-05-10Update to 5.2.12.Jung-uk Kim
https://www.virtualbox.org/wiki/Changelog#12
2018-05-09emulators/rpcs3: update to 0.0.5.259Jan Beich
- Switch to bundled LLVM 6.0 due to downstream changes Changes: https://github.com/RPCS3/rpcs3/compare/753d8170d...76a1d0d8f Changes: https://github.com/RPCS3/llvm/compare/f1b37feef3d5...6154c0dcaf1a
2018-05-09emulators/qemu-launcher: Mark deprecatedTobias Kortkamp
Upstream appears to be gone. PR: 224745 Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
2018-05-09- update to miniupnpc 2.1Dirk Meyer
PR: 228050 Submitted by: Hung-Yi Chen - fix python build - add LICENSE for slave port - make portlint happier - bump PORTREVISION on ports using the shared lib