Jan Beich
92291594de
emulators/rpcs3: update to 0.0.5.968
...
Changes: 145667831...cc846eb67
2018-10-03 23:18:37 +00:00
Jan Beich
b0822a796c
emulators/rpcs3: update to 0.0.5.951
...
Changes: da6ce80f4...145667831
2018-10-02 00:26:21 +00:00
Jan Beich
22a4d46103
emulators/rpcs3: unbreak with LLD by default
...
/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
2018-10-01 18:41:13 +00:00
Jan Beich
00bfd1ebc3
emulators/rpcs3: update to 0.0.5.945
...
Changes: bdf85ed90...da6ce80f4
2018-09-28 21:39:55 +00:00
Jan Beich
3fabd72146
emulators/rpcs3: update to 0.0.5.934
...
Changes: dab30c005...bdf85ed90
2018-09-26 21:57:40 +00:00
Jan Beich
c16ca8998c
emulators/rpcs3: update to 0.0.5.928
...
Changes: a3d44b5e1...dab30c005
2018-09-24 23:12:54 +00:00
Jan Beich
9568f87037
emulators/rpcs3: update to 0.0.5.927
...
Changes: dafc914bcb...a3d44b5e1
2018-09-24 17:46:24 +00:00
Jan Beich
512abcc200
emulators/rpcs3: update to 0.0.5.912
...
Changes: e37da61a1...dafc914bc
2018-09-21 23:03:07 +00:00
Jan Beich
37341bba4b
emulators/rpcs3: update to 0.0.5.892
...
Changes: ed7012c9d...e37da61a1
2018-09-18 00:44:50 +00:00
Jan Beich
9ccab530a4
emulators/rpcs3: unbreak with Clang 7
...
cc: error: unknown argument: '-image-base=0x10000'
2018-09-15 00:44:43 +00:00
Jan Beich
4ba31130f6
emulators/rpcs3: update to 0.0.5.877
...
Changes: cd11ae5d8...ed7012c9d
2018-09-15 00:44:29 +00:00
Jan Beich
4300ab0a03
emulators/rpcs3: update to 0.0.5.872
...
Changes: 3072571a4...cd11ae5d8
2018-09-13 00:53:39 +00:00
Niclas Zeising
0fae2e9e0e
Change x11/xorgproto to become a build dep
...
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
2018-09-11 18:34:27 +00:00
Jan Beich
5b4c5a9113
emulators/rpcs3: update to 0.0.5.866
...
Changes: fb5cdf976...3072571a4
2018-09-11 00:34:29 +00:00
Jan Beich
bd1e37a962
emulators/rpcs3: update to 0.0.5.860
...
Changes: ca5158a03...fb5cdf976
2018-09-08 00:53:27 +00:00
Jan Beich
03593d61aa
emulators/rpcs3: update to 0.0.5.838
...
- Amend libc++ instead of reverting to pre-C++17 bits on FreeBSD 11.1
Changes: bf89b709c...ca5158a03
2018-09-04 00:49:59 +00:00
Jan Beich
fc090a966f
Add Vulkan SDK ports
...
https://www.khronos.org/vulkan/
PR: 222175
Tested by: Johannes Lundberg <johalun0@gmail.com>
Submitted by: Greg V <greg@unrelenting.technology>
2018-09-03 17:43:50 +00:00
Jan Beich
ee222aff92
emulators/rpcs3: chase Vulkan SDK split
...
Submitted by: Greg V <greg@unrelenting.technology>
2018-09-02 23:14:27 +00:00
Jan Beich
37a1719390
emulators/rpcs3: update to 0.0.5.821
...
- Make BROKEN on FreeBSD 10.* as RPCS3 now requires C++17 <variant>
and more bustage is expected in future
Changes: cd6bf37d0...bf89b709c
2018-09-01 00:15:31 +00:00
Jan Beich
2d98be5e00
emulators/rpcs3: update to 0.0.5.816
...
Changes: 685eaedbf...cd6bf37d0
2018-09-01 00:15:19 +00:00
Jan Beich
b5020152a3
emulators/rpcs3: update to 0.0.5.810
...
Changes: 4c1459534...685eaedbf
2018-08-29 22:24:49 +00:00
Jan Beich
8eeacfc1af
emulators/rpcs3: update to 0.0.5.808
...
Changes: 23f5cee65...4c1459534
2018-08-29 20:32:18 +00:00
Jan Beich
0792e62ec8
emulators/rpcs3: drop GCC < 6 after r478266/r475856
...
USES=compiler:c++17-lang defines USE_GCC=yes but anything older than
lang/gcc7 have incomplete C++17 support. As this port is amd64-only
supporting old GCC is of little value.
https://gcc.gnu.org/projects/cxx-status.html
2018-08-28 13:02:48 +00:00
Jan Beich
87036016b6
emulators/rpcs3: unbreak on FreeBSD 10.4/11.1
...
Utilities/types.h:94:13: error: no member named 'byte' in namespace 'std'
using std::byte;
~~~~~^
Utilities/types.h:773:18: error: no type named 'byte' in namespace 'std'
alignas(A) std::byte data[S];
~~~~~^
rpcs3/Emu/RSX/rsx_utils.h:9:10: fatal error: 'optional' file not found
#include <optional>
^~~~~~~~~~
rpcs3/Emu/RSX/Overlays/overlay_controls.h:1354:20: error: no member named 'clamp' in namespace 'std'
m_value = std::clamp(value, 0.f, m_limit);
~~~~~^
Reported by: pkg-fallout
Pointy hat to: jbeich
2018-08-28 12:44:46 +00:00
Jan Beich
9c924d72a8
emulators/rpcs3: update to 0.0.5.794
...
Changes: 21e191111...23f5cee65
2018-08-28 00:00:39 +00:00
Jan Beich
eb934c4cba
emulators/rpcs3: update to 0.0.5.774
...
Changes: f3d3a1a4a...21e191111
2018-08-24 22:31:43 +00:00
Jan Beich
4112eb119a
emulators/rpcs3: update to 0.0.5.769
...
Changes: d1d1b2eff...f3d3a1a4a
2018-08-22 19:38:57 +00:00
Jan Beich
76e4b83c68
emulators/rpcs3: update to 0.0.5.764
...
Changes: 23b52e1b1...d1d1b2eff
2018-08-20 23:36:01 +00:00
Jan Beich
454bfab9af
emulators/rpcs3: update to 0.0.5.735
...
Changes: 9d8c9c246...23b52e1b1
2018-08-17 23:00:39 +00:00
Jan Beich
06c8d543ff
emulators/rpcs3: update to 0.0.5.731
...
Changes: 6c62f42d8...9d8c9c246
2018-08-16 00:38:42 +00:00
Jan Beich
07d58f8177
emulators/rpcs3: update to 0.0.5.729
...
Changes: 57ba9d393...6c62f42d8
2018-08-15 21:18:18 +00:00
Jan Beich
4afcfb36c8
emulators/rpcs3: update to 0.0.5.722
...
Changes: 451b3f3c9...57ba9d393
2018-08-14 00:28:30 +00:00
Jan Beich
5813c61395
emulators/rpcs3: update to 0.0.5.703
...
Changes: 69af60749...451b3f3c9
2018-08-08 20:54:16 +00:00
Jan Beich
a8c3c38b77
emulators/rpcs3: update to 0.0.5.701
...
Changes: 8cb749110...69af60749
2018-08-03 22:41:59 +00:00
Jan Beich
492a601529
emulators/rpcs3: update to 0.0.5.694
...
Changes: b0f464d11...8cb749110
2018-07-30 22:43:06 +00:00
Jan Beich
559b5f1195
emulators/rpcs3: update to 0.0.5.678
...
Changes: c5c0f68b3...b0f464d11
2018-07-27 23:05:08 +00:00
Jan Beich
b8109585f0
emulators/rpcs3: update to 0.0.5.663
...
Changes: 6caffd0e3...c5c0f68b3
2018-07-24 00:25:30 +00:00
Jan Beich
f3311ef85c
emulators/rpcs3: update to 0.0.5.651
...
Changes: a19113025...6caffd0e3
2018-07-20 23:54:26 +00:00
Jan Beich
642c582e4e
emulators/rpcs3: update to 0.0.5.644
...
Changes: fa55a8072...a19113025
2018-07-17 00:29:23 +00:00
Jan Beich
13400e6e87
emulators/rpcs3: update to 0.0.5.631
...
Changes: c5dcef52f...fa55a8072
2018-07-13 20:38:03 +00:00
Jan Beich
74b0c2410e
emulators/rpcs3: update to 0.0.5.627
...
Changes: d856dc89a...c5dcef52f
2018-07-10 00:40:29 +00:00
Jan Beich
5b669585f3
emulators/rpcs3: update to 0.0.5.609
...
Changes: 3d8223fcc...d856dc89a
2018-07-07 00:39:34 +00:00
Jan Beich
bdf53372e9
emulators/rpcs3: update to 0.0.5.562
...
Changes: 345f92ab0...3d8223fcc
2018-07-03 00:22:06 +00:00
Tobias C. Berner
b1a1d38bf9
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
...
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Jan Beich
e79dc98e8e
emulators/rpcs3: update to 0.0.5.558
...
Changes: 3b8eab87d...345f92ab0
2018-06-27 20:50:26 +00:00
Jan Beich
713b73aed7
emulators/rpcs3: update to 0.0.5.546
...
Changes: 78ef205b4...3b8eab87d
2018-06-26 00:54:11 +00:00
Jan Beich
38d45a58e0
emulators/rpcs3: update to 0.0.5.530
...
Changes: c776ff502...78ef205b4
2018-06-23 00:16:17 +00:00
Jan Beich
5dbfc8f5c7
emulators/rpcs3: switch to merged fix
2018-06-21 00:18:27 +00:00
Jan Beich
c1fdcb442c
emulators/rpcs3: update to 0.0.5.516
...
Changes: 392a4bdc0...c03cde06a
2018-06-21 00:16:24 +00:00
Jan Beich
63cfb0b042
emulators/rpcs3: update to 0.0.5.510
...
Changes: 903da117e...392a4bdc0
2018-06-19 00:37:20 +00:00