Jan Beich
ec7a47b09e
emulators/rpcs3: update to 0.0.5.441
...
Changes: dcd7f442f...88f9d5d58
2018-06-05 00:56:49 +00:00
Jan Beich
7911154dbe
emulators/citra: update to s20180603
...
Changes: 08b119153...8e02c70e8
2018-06-05 00:56:40 +00:00
Tobias C. Berner
954b333fe3
emulators/wine: fix desktop file on amd64
...
Reviewed by: gerald
Approved by: dbn
Differential Revision: https://reviews.freebsd.org/D15489
2018-06-03 20:03:49 +00:00
Jan Beich
1085f3ab16
emulators/citra: connect and run tests by default
2018-06-02 17:13:04 +00:00
Jan Beich
cb3252c79c
emulators/citra: fix minor issues
...
- Actually disable SNDIO=off if sndio is installed
- Drop cruft from OPTIONS_GROUP = CUBEB
- Consistently sort _CMAKE_BOOL after _DEPENDS
2018-06-02 16:50:02 +00:00
Jan Beich
e69f0ec539
emulators/citra: update to s20180601
...
Changes: 72f9142b...08b119153
2018-06-02 00:33:13 +00:00
Jan Beich
81b157edce
emulators/rpcs3: update to 0.0.5.424
...
Changes: b0ee36913...dcd7f442f
2018-06-02 00:32:59 +00:00
Rene Ladan
10ac96356e
Remove expired ports:
...
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-01 18:50:44 +00:00
Jung-uk Kim
d864952f7d
Remove obsolete kludges. All supported versions do not need these hacks.
...
Furthermore, these hacks break build on head.
PR: 228433
2018-06-01 00:30:50 +00:00
Jan Beich
f1391776a6
emulators/citra: unbreak on non-x86 with gcc
...
g++7: error: unrecognized command line option '-mmmx'
g++7: error: unrecognized command line option '-msse'
2018-05-31 21:26:04 +00:00
Jan Beich
227500c3bf
emulators/citra: unbreak on aarch64 after r471186
...
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-31 20:31:08 +00:00
Gerald Pfeifer
6d978f3fe7
Revert inadvertret change to OPTIONS_DEFAULT in previous commit (r471203).
...
Pointy hat to: self
2018-05-31 12:30:45 +00:00
Gerald Pfeifer
22e0a27da2
Replace explicit settings of CFLAGS and LDFLAGS in favor of USES=localbase
...
(the former predating the latter by at least a decade alas with variation).
PR: 226396
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
2018-05-31 12:27:52 +00:00
Jan Beich
8e13ab7430
emulators/citra: unbreak on i386 with clang 5+
...
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-31 02:53:36 +00:00
Jan Beich
2f88ef707e
emulators/citra: update to s20180529
...
Changes: 65f5bc73...72f9142b
2018-05-31 00:53:52 +00:00
Jan Beich
a7d38e1c0f
emulators/rpcs3: update to 0.0.5.420
...
Changes: 964b3937a...b0ee36913
2018-05-30 21:59:36 +00:00
Jan Beich
2ad7cd0639
emulators/ppsspp: unbreak CPUTYPE=nehalem on i386
...
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-30 20:03:53 +00:00
Jan Beich
1a6c05d7f5
emulators/ppsspp: update to 1.6.2
...
Changes: https://github.com/hrydgard/ppsspp/compare/v1.6.1...v1.6.2
2018-05-30 19:13:27 +00:00
Jan Beich
bb08e4a3ac
emulators/ppsspp: unbreak on armv6/armv7
...
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-29 02:33:58 +00:00
Jan Beich
2e4fa96fab
emulators/citra: update to s20180528
...
Changes: 03209efe...65f5bc73
2018-05-28 23:54:10 +00:00
Jan Beich
30e0438b3c
emulators/ppsspp: update to 1.6.1
...
Changes: https://github.com/hrydgard/ppsspp/compare/v1.6...v1.6.1
2018-05-28 18:30:38 +00:00
Josh Paetzel
69f24b93f5
Update to version 10.2.5
...
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-28 02:04:36 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a
Update WWW
...
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl
2018-05-27 20:15:16 +00:00
Gerald Pfeifer
a609b246c7
Add information on the Wine Staging patchset (aka the STAGING option)
...
for version 3.9.
PR: 228518
Submitted by: lightside@gmx.com
2018-05-26 21:42:57 +00:00
Antoine Brodin
31b86d93e3
wxmupen64plus is not compatible with python3
2018-05-26 19:04:04 +00:00
Jan Beich
7cd798cd05
emulators/ppsspp: update to 1.6.0
...
- 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-26 14:33:07 +00:00
Jan Beich
0dc761658b
emulators/citra: update to s20180525
...
Changes: e35c634f...03209efe
2018-05-26 00:53:40 +00:00
Gerald Pfeifer
36ac998841
Update to Wine 3.9. This includes the following changes:
...
- 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-26 00:49:39 +00:00
Jan Beich
1019dbfd3b
emulators/rpcs3: update to 0.0.5.391
...
Changes: c10b39923...964b3937a
2018-05-25 13:57:24 +00:00
Jan Beich
92601cce21
emulators/rpcs3: update to 0.0.5.382
...
Changes: c9669818e...c10b39923
2018-05-24 00:53:30 +00:00
Josh Paetzel
25959fc500
Unbreak after src r333813
...
Fallout from being out of tree.
2018-05-23 22:37:05 +00:00
Jan Beich
55d0565cd0
emulators/rpcs3: update to 0.0.5.355
...
Changes: 4e8ce7fac...c9669818e
2018-05-22 00:22:51 +00:00
Gerald Pfeifer
d015e625d9
Update to the Wine 3.0.1 maintenance release which fixes a number of bugs
...
and provides translation updates for Finnish, German, Lithuanian, Norwegian,
Polish, Russian, and Ukrainian.
2018-05-20 10:23:13 +00:00
Stefan Eßer
8dc5f88137
Add CONFLICTS entries that prevent simultaneous installation of normal
...
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-19 07:59:57 +00:00
Jan Beich
bff744194c
emulators/citra: update to s20180518
...
Changes: 80bfd872...e35c634f
2018-05-18 23:53:14 +00:00
Jan Beich
ca21d83b27
emulators/rpcs3: update to 0.0.5.336
...
Changes: 67391322f...4e8ce7fac
2018-05-18 23:52:58 +00:00
Jan Beich
70fa226fdc
emulators/rpcs3: drop qt < 5.10 workaround after r470288
2018-05-18 23:52:43 +00:00
Jan Beich
d7b737afcc
emulators/rpcs3: update to 0.0.5.296
...
Changes: 04ad49de4...27dcb7774
2018-05-17 00:16:16 +00:00
Jung-uk Kim
35490ddd57
Fix emulators/virtualbox-ose-additions build with OpenGL option.
...
Reported by: mat, des
2018-05-15 21:16:03 +00:00
Raphael Kubo da Costa
72644a1a46
Add upstream patch to fix the build with Qt 5.10.
...
/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-15 15:13:11 +00:00
Jan Beich
d9bdeae179
emulators/rpcs3: update to 0.0.5.282
...
Changes: 76a1d0d8f...04ad49de4
Changes: 6154c0dcaf...17ec6d78a7
2018-05-15 01:30:43 +00:00
Dirk Meyer
02371f63a0
- fix build for FreeBSD 12.0
2018-05-14 14:56:47 +00:00
Dirk Meyer
1e6e5aafdb
- fix build for option XAW
2018-05-14 14:19:26 +00:00
Gerald Pfeifer
73d81c7bf5
- Infrastructure for writing kernel driver tests.
...
- 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-14 00:25:33 +00:00
Kurt Jaeger
582a4ebe61
emulators/virtualbox-ose: add pkg-message about sysctl tuning with AIO
...
- 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-12 17:11:34 +00:00
Jan Beich
019ca4a072
emulators/citra: update to s20180511
...
Changes: 590a09d0...80bfd872
2018-05-11 21:48:30 +00:00
Jan Beich
11878b68ef
emulators/rpcs3: disable assertions
...
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-11 06:24:02 +00:00
Jung-uk Kim
75f1d3db92
Update to 5.2.12.
...
https://www.virtualbox.org/wiki/Changelog#12
2018-05-10 18:41:32 +00:00
Jan Beich
4dca4734d3
emulators/rpcs3: update to 0.0.5.259
...
- Switch to bundled LLVM 6.0 due to downstream changes
Changes: 753d8170d...76a1d0d8f
Changes: f1b37feef3...6154c0dcaf
2018-05-09 23:31:33 +00:00
Tobias Kortkamp
61bbcef071
emulators/qemu-launcher: Mark deprecated
...
Upstream appears to be gone.
PR: 224745
Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
2018-05-09 11:52:36 +00:00