Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
s20200628 01 Jul 2020 22:21:52
  |
jbeich  |
emulators/yuzu: drop USES=iconv after r466695
https://github.com/yuzu-emu/yuzu/commit/fdb35760a777 |
s20200628 01 Jul 2020 22:21:27
  |
jbeich  |
emulators/yuzu: drop -Werror workaround after r531465
https://github.com/yuzu-emu/yuzu/commit/bf1d66b7c074 |
s20200628 01 Jul 2020 22:20:59
  |
jbeich  |
emulators/yuzu: update pkg-descr |
s20200628 01 Jul 2020 13:31:41
  |
jbeich  |
emulators/yuzu: apply mainline crash workarounds
From https://github.com/yuzu-emu/yuzu-mainline/releases/tag/mainline-0-297 |
s20200628 01 Jul 2020 12:42:20
  |
jbeich  |
emulators/yuzu: update to s20200628
Compared to r540846
- Avoid crashes using slightly older version
- System libzip to allow OpenSSL 1.0
- Drop bundled cryptopp unused since r459140
Changes: https://github.com/yuzu-emu/yuzu/compare/50c27d5ae...8596a1277 |
s20200508 30 Jun 2020 01:47:28
  |
jbeich  |
emulators/yuzu: back out r540846, need more testing before 2020Q3
No PORTEPOCH bump because this port wasn't stable to begin with.
* thread #9, name = 'yuzu:CPUThread', stop reason = signal SIGABRT
* frame #0: 0x0000000804146a8a libc.so.7`__sys_thr_kill at thr_kill.S:4
frame #1: 0x0000000804146424 libc.so.7`__raise(s=6) at raise.c:52:10
frame #2: 0x00000008040aef19 libc.so.7`abort at abort.c:67:8
frame #3: 0x00000008038f39b9 libcxxrt.so.1`report_failure(err=<unavailable>,
thrown_exception=0x00000009d701aa88) at exception.cc:719:5
frame #4: 0x00000008038c34dc
libc++.so.1`std::__1::__throw_system_error(ev=11, what_arg="mutex lock failed")
at system_error.cpp:287:5
frame #5: 0x00000008038a834d
libc++.so.1`std::__1::mutex::lock(this=<unavailable>) at mutex.cpp:35:9
frame #6: 0x0000000000dbb534
yuzu`std::__1::unique_lock<std::__1::mutex>::unique_lock(this=0x00000009c68f1d90,
__m=0x0000000805984918) at __mutex_base:119:61
frame #7: 0x000000000136167d
yuzu`Service::NVFlinger::NVFlinger::Lock(this=0x000000080c8c6958) at
nvflinger.h:90:16
frame #8: 0x00000000014c5ab4
yuzu`Service::VI::IHOSBinderDriver::TransactParcel(this=0x00000009d536e6f8,
thread=std::__1::shared_ptr<Kernel::Thread>::element_type @ 0x000000090faedc20
strong=9 weak=2, ctx=0x00000009d536e310,
reason=Signal)::'lambda'(std::__1::shared_ptr<Kernel::Thread>,
Kernel::HLERequestContext&,
Kernel::ThreadWakeupReason)::operator()(std::__1::shared_ptr<Kernel::Thread>,
Kernel::HLERequestContext&, Kernel::ThreadWakeupReason) const at vi.cpp:554:37
frame #9: 0x00000000014c59f5 yuzu`decltype(__f=0x00000009d536e6f8,
__args=nullptr, __args=0x00000009d536e310,
__args=0x00000009c68f2004)::'lambda'(std::__1::shared_ptr<Kernel::Thread>,
Kernel::HLERequestContext&,
Kernel::ThreadWakeupReason)&>(fp)(std::__1::forward<std::__1::shared_ptr<Kernel::Thread>
>(fp0), std::__1::forward<Kernel::HLERequestContext&>(fp0),
std::__1::forward<Kernel::ThreadWakeupReason>(fp0)))
std::__1::__invoke<Service::VI::IHOSBinderDriver::TransactParcel(Kernel::HLERequestContext&)::'lambda'(std::__1::shared_ptr<Kernel::Thread>,
Kernel::HLERequestContext&, Kernel::ThreadWakeupReason)&,
std::__1::shared_ptr<Kernel::Thread>, Kernel::HLERequestContext&,
Kernel::ThreadWakeupReason>(Service::VI::IHOSBinderDriver::TransactParcel(Kernel::HLERequestContext&)::'lambda'(std::__1::shared_ptr<Kernel::Thread>,
Kernel::HLERequestContext&, Kernel::ThreadWakeupReason)&,
std::__1::shared_ptr<Kernel::Thread>&&, Kernel::HLERequestContext&,
Kernel::ThreadWakeupReason&&) at typ (Only the first 15 lines of the commit message are shown above ) |
s20200629 30 Jun 2020 01:01:42
  |
jbeich  |
emulators/yuzu: unbreak on FreeBSD < 12 after r540846
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR: Found unsuitable version "1.0.2s", but
required is at least "1.1" (found /usr/lib/libcrypto.so)
-- Packages openssl/1.1.1f not found!
-- Downloading conan.cmake from https://github.com/conan-io/cmake-conan
CMake Error at CMakeLists.txt:256 (conan_check):
Unknown CMake command "conan_check". |
s20200629 30 Jun 2020 01:00:00
  |
jbeich  |
emulators/yuzu: update to s20200629
Changes: https://github.com/yuzu-emu/yuzu/compare/50c27d5ae...f84cbf642 |
s20200508 04 Jun 2020 03:41:42
  |
jbeich  |
emulators/yuzu: document Mesa quirks
On Intel Skylake GT2 running Super Mario Odyssey with Mesa 19.0.8
either fails (Vulkan) or shows black screen (OpenGL).
Render.Vulkan <Error> video_core/renderer_vulkan/vk_device.cpp:IsSuitable:446:
Missing required extension: VK_EXT_shader_subgroup_ballot
Render.Vulkan <Error> video_core/renderer_vulkan/vk_device.cpp:IsSuitable:446:
Missing required extension: VK_EXT_shader_subgroup_vote
Render.Vulkan <Error> video_core/renderer_vulkan/vk_device.cpp:IsSuitable:446:
Missing required extension: VK_EXT_host_query_reset
Render.OpenGL <Critical>
video_core/renderer_opengl/renderer_opengl.cpp:DebugHandler:186: API ERROR 114:
GL_INVALID_ENUM in glClampColor(GL_CLAMP_FRAGMENT_COLOR)
Render.OpenGL <Critical>
video_core/renderer_opengl/renderer_opengl.cpp:DebugHandler:186: API ERROR 114:
GL_INVALID_ENUM in glEnable(GL_POINT_SPRITE)
Render.OpenGL <Critical>
video_core/renderer_opengl/renderer_opengl.cpp:DebugHandler:186: API ERROR 114:
GL_INVALID_VALUE in glLineWidth
Render.OpenGL <Critical>
video_core/renderer_opengl/renderer_opengl.cpp:DebugHandler:186: API ERROR 114:
GL_INVALID_ENUM in glDisable(GL_ALPHA_TEST)
Render.OpenGL <Critical>
video_core/renderer_opengl/renderer_opengl.cpp:DebugHandler:186: API ERROR 114:
GL_INVALID_OPERATION in glVertexAttribFormat(No array object bound)
Render.OpenGL <Critical>
video_core/renderer_opengl/renderer_opengl.cpp:DebugHandler:186: API ERROR 114:
GL_INVALID_OPERATION in glVertexAttribBinding(No array object bound) (Only the first 15 lines of the commit message are shown above ) |
s20200508 10 May 2020 00:37:52
  |
jbeich  |
emulators/yuzu: update to s20200508
Changes: https://github.com/yuzu-emu/yuzu/compare/3c39a8714...50c27d5ae |
s20200506 07 May 2020 00:38:51
  |
jbeich  |
emulators/yuzu: update to s20200506
Changes: https://github.com/yuzu-emu/yuzu/compare/929acd4d1...3c39a8714 |
s20200504 05 May 2020 00:58:21
  |
jbeich  |
emulators/yuzu: update to s20200504
Changes: https://github.com/yuzu-emu/yuzu/compare/3f4cabfd4...929acd4d1 |
s20200501 02 May 2020 00:54:10
  |
jbeich  |
emulators/yuzu: update to s20200501
Changes: https://github.com/yuzu-emu/yuzu/compare/4dca2298f...3f4cabfd4 |
s20200427 02 May 2020 00:54:02
  |
jbeich  |
emulators/yuzu: unbreak on FreeBSD < 12.2/13 after r533221
In file included from src/video_core/renderer_opengl/gl_buffer_cache.cpp:15:
In file included from src/./video_core/renderer_opengl/gl_rasterizer.h:26:
In file included from src/./video_core/renderer_opengl/gl_fence_manager.h:11:
src/./video_core/fence_manager.h:91:32: error: use 'template' keyword to treat
'Write' as a dependent template name
memory_manager.Write<u32>(current_fence->GetAddress(),
current_fence->GetPayload());
^
template
src/./video_core/fence_manager.h:137:32: error: use 'template' keyword to treat
'Write' as a dependent template name
memory_manager.Write<u32>(current_fence->GetAddress(),
current_fence->GetPayload());
^
template
Reported by: pkg-fallout |
s20200427 28 Apr 2020 00:52:31
  |
jbeich  |
emulators/yuzu: update to s20200427
Changes: https://github.com/yuzu-emu/yuzu/compare/cb5b8ca88...4dca2298f |
s20200420 21 Apr 2020 01:32:16
  |
jbeich  |
emulators/yuzu-qt5: switch bundled libzip to OpenSSL
Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libgnutls.so.30 from
security/gnutls but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libgnutls.so:security/gnutls
Error: /usr/local/bin/yuzu is linked to /usr/local/lib/libnettle.so.7 from
security/nettle but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libnettle.so:security/nettle |
s20200420 21 Apr 2020 01:12:38
  |
jbeich  |
emulators/yuzu: track OpenSSL dependency after r532054
+ 0x0000000000000001 NEEDED Shared library: [libcrypto.so.8]
+ 0x0000000000000001 NEEDED Shared library: [libssl.so.8]
+ 0x0000000000000001 NEEDED Shared library: [libz.so.6] |
s20200420 21 Apr 2020 00:50:39
  |
jbeich  |
emulators/yuzu: update to s20200420
Changes: https://github.com/yuzu-emu/yuzu/compare/530580607...cb5b8ca88 |
s20200418 19 Apr 2020 00:37:41
  |
jbeich  |
emulators/yuzu: unbreak Vulkan after r532054 |
s20200418 19 Apr 2020 00:21:59
  |
jbeich  |
emulators/yuzu: update to s20200418
Changes: https://github.com/yuzu-emu/yuzu/compare/65cbb122e...530580607 |
s20200415 16 Apr 2020 00:58:26
  |
jbeich  |
emulators/yuzu: update to s20200415
Changes: https://github.com/yuzu-emu/yuzu/compare/7e4a132a7...65cbb122e |
s20200413 14 Apr 2020 00:51:05
  |
jbeich  |
emulators/yuzu: update to s20200413
Changes: https://github.com/yuzu-emu/yuzu/compare/75e39f7f8...7e4a132a7 |
s20200411_1 14 Apr 2020 00:50:59
  |
jbeich  |
emulators/yuzu: advertise Vulkan support
Vulkan lazy bindings are always enabled, built against bundled headers
MFH: 2020Q2 |
s20200411 12 Apr 2020 00:42:23
  |
jbeich  |
emulators/yuzu: update to s20200411
Changes: https://github.com/yuzu-emu/yuzu/compare/449255675...75e39f7f8 |
s20200408 09 Apr 2020 00:48:42
  |
jbeich  |
emulators/yuzu: update to s20200408
Changes: https://github.com/yuzu-emu/yuzu/compare/588a20be3...449255675 |
s20200406 06 Apr 2020 23:02:43
  |
jbeich  |
emulators/yuzu: update to s20200406
Changes: https://github.com/yuzu-emu/yuzu/compare/e6f02d572...588a20be3 |
s20200403 04 Apr 2020 00:46:46
  |
jbeich  |
emulators/yuzu: update to s20200403
Changes: https://github.com/yuzu-emu/yuzu/compare/baf91c920...e6f02d572 |
s20200331 02 Apr 2020 00:53:39
  |
jbeich  |
emulators/yuzu: update to s20200331
Changes: https://github.com/yuzu-emu/yuzu/compare/4c72190a0...baf91c920 |
s20200330 31 Mar 2020 00:55:37
  |
jbeich  |
emulators/yuzu: update to s20200330
Changes: https://github.com/yuzu-emu/yuzu/compare/7a2f60df2...4c72190a0 |
s20200327 27 Mar 2020 23:33:51
  |
jbeich  |
emulators/yuzu: drop FreeBSD 12.0 support after r527628 |
s20200327 27 Mar 2020 23:33:35
  |
jbeich  |
emulators/yuzu: update to s20200327
Changes: https://github.com/yuzu-emu/yuzu/compare/23c7dda71...7a2f60df2 |
s20200325 26 Mar 2020 00:29:22
  |
jbeich  |
emulators/yuzu: update to s20200325
Changes: https://github.com/yuzu-emu/yuzu/compare/497f59352...23c7dda71 |
s20200323 24 Mar 2020 00:48:00
  |
jbeich  |
emulators/yuzu: update to s20200323
Changes: https://github.com/yuzu-emu/yuzu/compare/9418b983b...497f59352 |
s20200318 19 Mar 2020 00:39:24
  |
jbeich  |
emulators/yuzu: update to s20200318
Changes: https://github.com/yuzu-emu/yuzu/compare/666d431ad...9418b983b |
s20200313 14 Mar 2020 00:27:06
  |
jbeich  |
emulators/yuzu: update to s20200313
Changes: https://github.com/yuzu-emu/yuzu/compare/22e825a3b...666d431ad |
s20200309 10 Mar 2020 00:57:51
  |
jbeich  |
emulators/yuzu: update to s20200309
Changes: https://github.com/yuzu-emu/yuzu/compare/49eff536d...22e825a3b |
s20200305 06 Mar 2020 23:29:20
  |
jbeich  |
emulators/yuzu: update to s20200305
Changes: https://github.com/yuzu-emu/yuzu/compare/ca7618684...49eff536d |
s20200228 29 Feb 2020 00:26:58
  |
jbeich  |
emulators/yuzu: update to s20200228
Changes: https://github.com/yuzu-emu/yuzu/compare/b2bc7682b...ca7618684 |
s20200219 20 Feb 2020 00:59:17
  |
jbeich  |
emulators/yuzu: update to s20200219
Changes: https://github.com/yuzu-emu/yuzu/compare/f552d553b...b2bc7682b |
s20200214 15 Feb 2020 00:33:05
  |
jbeich  |
emulators/yuzu: update to s20200214
Changes: https://github.com/yuzu-emu/yuzu/compare/8f8dda2d5...f552d553b |
s20200212 13 Feb 2020 00:43:55
  |
jbeich  |
emulators/yuzu: update to s20200212
Changes: https://github.com/yuzu-emu/yuzu/compare/2916c1bc2...8f8dda2d5 |
s20200201 02 Feb 2020 00:52:25
  |
jbeich  |
emulators/yuzu: update to s20200201
Changes: https://github.com/yuzu-emu/yuzu/compare/2db7adc42...2916c1bc2 |
s20200129 30 Jan 2020 00:29:48
  |
jbeich  |
emulators/yuzu: update to s20200129
Changes: https://github.com/yuzu-emu/yuzu/compare/05df4a8c9...2db7adc42 |
s20200125 25 Jan 2020 23:50:52
  |
jbeich  |
emulators/yuzu: update to s20200125
Changes: https://github.com/yuzu-emu/yuzu/compare/d8e0d839b...05df4a8c9 |
s20200122 23 Jan 2020 00:55:20
  |
jbeich  |
emulators/yuzu: update to s20200122
Changes: https://github.com/yuzu-emu/yuzu/compare/51c8aea97...d8e0d839b |
s20200118 20 Jan 2020 02:01:42
  |
jbeich  |
Simplify port-specific manpages location after r523104
Not all of my ports are covered because:
- USES=cmake requires patching devel/cmake to undo BSD-specific defaults
(A good example why BSD quirks should stay in ports, not to be upstreamed)
- USES=meson and GNU_CONFIGURE require dropping --mandir argument
- ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man |
s20200118 19 Jan 2020 00:58:33
  |
jbeich  |
emulators/yuzu: update to s20200118
Changes: https://github.com/yuzu-emu/yuzu/compare/48863afb6...51c8aea97 |
s20200117 18 Jan 2020 00:10:31
  |
jbeich  |
emulators/yuzu: update to s20200117
Changes: https://github.com/yuzu-emu/yuzu/compare/64cd46579...48863afb6 |
s20200114 15 Jan 2020 23:20:17
  |
jbeich  |
emulators/yuzu: update to s20200114
Changes: https://github.com/yuzu-emu/yuzu/compare/80436c133...64cd46579 |
s20200108 09 Jan 2020 00:58:15
  |
jbeich  |
emulators/yuzu: update to s20200108
Changes: https://github.com/yuzu-emu/yuzu/compare/5be00cba1...80436c133 |
s20200106 07 Jan 2020 15:56:49
  |
jbeich  |
emulators/{citra,yuzu}: integrate cubeb patch to simplify updates |
s20200106 07 Jan 2020 00:57:08
  |
jbeich  |
emulators/yuzu: update to s20200106
Changes: https://github.com/yuzu-emu/yuzu/compare/cd0a7dfdb...5be00cba1 |
s20200104 05 Jan 2020 00:30:34
  |
jbeich  |
emulators/yuzu: update to s20200104
Changes: https://github.com/yuzu-emu/yuzu/compare/624a0f7f3...cd0a7dfdb |
s20200103 04 Jan 2020 00:54:16
  |
jbeich  |
emulators/yuzu: update to s20200103
Changes: https://github.com/yuzu-emu/yuzu/compare/7bd447355...624a0f7f3 |
s20191230 31 Dec 2019 00:46:40
  |
jbeich  |
emulators/yuzu: update to s20191230
Changes: https://github.com/yuzu-emu/yuzu/compare/f846e3d6d...7bd447355 |
s20191228 29 Dec 2019 00:26:02
  |
jbeich  |
emulators/yuzu: update to s20191228
Changes: https://github.com/yuzu-emu/yuzu/compare/8a76f816a...f846e3d6d |
s20191226 27 Dec 2019 23:30:03
  |
jbeich  |
emulators/yuzu: revert unintentional part of r521034 |
s20191226 27 Dec 2019 23:28:33
  |
jbeich  |
multimedia/libva-utils: minor refactor
- Convert to USES=meson like r490613
- Drop unused USES=tar:bz2 like r490614
- Drop unused DEBUG like r490615
- Drop unused dependencies
- Take maintainership
PR: 242903
Approved by: madpilot (maintainer) |
s20191226 27 Dec 2019 23:28:24
  |
jbeich  |
emulators/yuzu: update to s20191226
Changes: https://github.com/yuzu-emu/yuzu/compare/5619d2437...8a76f816a |
s20191225_2 27 Dec 2019 23:28:15
  |
jbeich  |
emulators/{citra,yuzu}: prefer SNDIO over ALSA after r520939
Submitted by: tobik |
s20191225_1 26 Dec 2019 17:02:00
  |
jbeich  |
emulators/yuzu: update cubeb to pick up sndio fixes |
s20191225 26 Dec 2019 01:39:00
  |
jbeich  |
emulators/yuzu: backport python3 support |
s20191225 26 Dec 2019 00:37:18
  |
jbeich  |
emulators/yuzu: update to s20191225
Changes: https://github.com/yuzu-emu/yuzu/compare/e976d0e92...5619d2437 |
s20191222 24 Dec 2019 00:26:24
  |
jbeich  |
emulators/yuzu: update to s20191222
Changes: https://github.com/yuzu-emu/yuzu/compare/7be65c6a6...e976d0e92 |
s20191219 21 Dec 2019 00:45:24
  |
jbeich  |
emulators/yuzu: update to s20191219
Changes: https://github.com/yuzu-emu/yuzu/compare/c05326901...7be65c6a6 |
s20191217 19 Dec 2019 00:48:36
  |
jbeich  |
emulators/yuzu: update to s20191217
Changes: https://github.com/yuzu-emu/yuzu/compare/65b1b05e0...c05326901 |
s20191216 17 Dec 2019 00:53:56
  |
jbeich  |
emulators/yuzu: update to s20191216
Changes: https://github.com/yuzu-emu/yuzu/compare/6d0d79109...65b1b05e0 |
s20191213 15 Dec 2019 00:49:20
  |
jbeich  |
emulators/yuzu: remove debug comments after r519853
In file included from
/wrkdirs/usr/ports/emulators/yuzu/work/yuzu-6d0d79109/externals/cubeb/src/cubeb_mixer.cpp:21:
In file included from
/wrkdirs/usr/ports/emulators/yuzu/work/yuzu-6d0d79109/externals/cubeb/src/cubeb_utils.h:18:
In file included from
/wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/mutex:191:
In file included from
/wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/__mutex_base:16:
In file included from
/wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/system_error:150:
In file included from
/wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/string:505:
In file included from
/wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/string_view:176:
In file included from
/wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/__string:58:
/wrkdirs/usr/ports/emulators/yuzu/work/libcxx-8.0.0.src/include/cstdio:157:9:
error: no member named 'gets' in the global namespace
using ::gets;
~~^
1 error generated.
Reported by: pkg-fallout |
s20191213 14 Dec 2019 00:32:05
  |
jbeich  |
emulators/yuzu: update to s20191213
Changes: https://github.com/yuzu-emu/yuzu/compare/faf5ae6a5...6d0d79109 |
s20191209_2 12 Dec 2019 01:14:55
  |
jbeich  |
emulators/yuzu: switch FreeBSD 11.2/12.0 to bundled libc++ |
s20191209_1 11 Dec 2019 17:53:49
  |
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
s20191209 10 Dec 2019 00:31:30
  |
jbeich  |
emulators/yuzu: update to s20191209
Changes: https://github.com/yuzu-emu/yuzu/compare/4bbb22a47...faf5ae6a5 |
s20191207 08 Dec 2019 00:46:14
  |
jbeich  |
emulators/yuzu: update to s20191207
Changes: https://github.com/yuzu-emu/yuzu/compare/d49ed4a42...4bbb22a47 |
s20191206 07 Dec 2019 00:27:58
  |
jbeich  |
emulators/yuzu: update to s20191206
Changes: https://github.com/yuzu-emu/yuzu/compare/560cfbc21...d49ed4a42 |
s20191202 03 Dec 2019 00:37:52
  |
jbeich  |
emulators/yuzu: update to s20191202
Changes: https://github.com/yuzu-emu/yuzu/compare/e3ee017e9...560cfbc21 |
s20191128 30 Nov 2019 00:38:36
  |
jbeich  |
emulators/yuzu: update to s20191128
Changes: https://github.com/yuzu-emu/yuzu/compare/913d0bb26...e3ee017e9 |
s20191127 28 Nov 2019 00:47:57
  |
jbeich  |
emulators/yuzu: update to s20191127
Changes: https://github.com/yuzu-emu/yuzu/compare/6d23b045a...913d0bb26 |
s20191124 26 Nov 2019 00:43:11
  |
jbeich  |
emulators/yuzu: update to s20191124
Changes: https://github.com/yuzu-emu/yuzu/compare/6a3fc5d2f...6d23b045a |
s20191123 24 Nov 2019 00:52:05
  |
jbeich  |
emulators/yuzu: update to s20191123
Changes: https://github.com/yuzu-emu/yuzu/compare/c52f37f25...6a3fc5d2f |
s20191119 21 Nov 2019 00:53:50
  |
jbeich  |
emulators/yuzu: update to s20191119
Changes: https://github.com/yuzu-emu/yuzu/compare/3026aec9b...c52f37f25 |
s20191116 17 Nov 2019 00:39:59
  |
jbeich  |
emulators/yuzu: update to s20191115
Changes: https://github.com/yuzu-emu/yuzu/compare/7f424d0f6...3026aec9b |
s20191113 14 Nov 2019 00:44:01
  |
jbeich  |
emulators/yuzu: update to s20191113
Changes: https://github.com/yuzu-emu/yuzu/compare/8714d40a7...7f424d0f6 |
s20191109 12 Nov 2019 00:58:35
  |
jbeich  |
emulators/yuzu: update to s20191109
Changes: https://github.com/yuzu-emu/yuzu/compare/a056d8de1...8714d40a7 |
s20191108 09 Nov 2019 00:48:54
  |
jbeich  |
emulators/yuzu: update to s20191108
Changes: https://github.com/yuzu-emu/yuzu/compare/468576284...a056d8de1 |
s20191106 08 Nov 2019 10:08:50
  |
tobik  |
e*: Add missing USES={gnome,sdl,xorg} |
s20191106 07 Nov 2019 00:53:45
  |
jbeich  |
emulators/yuzu: update to s20191106
Changes: https://github.com/yuzu-emu/yuzu/compare/ae6eb6189...468576284 |
s20191103 05 Nov 2019 00:46:30
  |
jbeich  |
emulators/yuzu: update to s20191103
Changes: https://github.com/yuzu-emu/yuzu/compare/11e39da02...ae6eb6189 |
s20191031 02 Nov 2019 00:39:41
  |
jbeich  |
emulators/yuzu: update to s20191031
Changes: https://github.com/yuzu-emu/yuzu/compare/658489ebf...11e39da02 |
s20191030 31 Oct 2019 00:33:05
  |
jbeich  |
emulators/yuzu: update to s20191030
Changes: https://github.com/yuzu-emu/yuzu/compare/9f93ad08a...658489ebf |
s20191028 29 Oct 2019 00:54:58
  |
jbeich  |
emulators/yuzu: update to s20191028
Changes: https://github.com/yuzu-emu/yuzu/compare/26f3e18c5...9f93ad08a |
s20191026 27 Oct 2019 00:47:09
  |
jbeich  |
emulators/yuzu: update to s20191026
Changes: https://github.com/yuzu-emu/yuzu/compare/012d7f523...26f3e18c5 |
s20191023 24 Oct 2019 00:49:22
  |
jbeich  |
emulators/yuzu: update to s20191023
Changes: https://github.com/yuzu-emu/yuzu/compare/dd2e96b36...012d7f523 |
s20191019 20 Oct 2019 00:48:27
  |
jbeich  |
emulators/yuzu: update to s20191019
Changes: https://github.com/yuzu-emu/yuzu/compare/e00b529a8...dd2e96b36 |
s20191016 17 Oct 2019 00:32:00
  |
jbeich  |
emulators/yuzu: update to s20191016
Changes: https://github.com/yuzu-emu/yuzu/compare/0378babd1...e00b529a8 |
s20191014 15 Oct 2019 00:40:46
  |
jbeich  |
emulators/yuzu: update to s20191014
Changes: https://github.com/yuzu-emu/yuzu/compare/2ba273e49...0378babd1 |
s20191009 10 Oct 2019 00:45:24
  |
jbeich  |
emulators/yuzu: update to s20191009
Changes: https://github.com/yuzu-emu/yuzu/compare/e53e6b43f...2ba273e49 |
s20191007 09 Oct 2019 13:52:40
  |
jbeich  |
Don't run tests by default in my ports
Yuzu tests frequently time out and didn't find r513863. More
comprehensive tests tend to have extra dependencies and are behind
non-default TEST option, anyway. |
s20191007 08 Oct 2019 00:48:10
  |
jbeich  |
emulators/yuzu: update to s20191007
Changes: https://github.com/yuzu-emu/yuzu/compare/d63339788...e53e6b43f |
s20191004_1 06 Oct 2019 04:24:43
  |
jbeich  |
emulators/yuzu: unbreak runtime after r513803
$ yuzu
ld-elf.so.1: Shared object "libz.so.1" not found, required by "yuzu" |
s20191004 05 Oct 2019 00:42:39
  |
jbeich  |
emulators/yuzu: update to s20191004
Changes: https://github.com/yuzu-emu/yuzu/compare/da0737359...d63339788 |