1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

318 Commits

Author SHA1 Message Date
Jan Beich
3890c878b4 emulators/rpcs3: update to 0.0.6.8568
Changes:	b0d0f51d8...b70908c8f
2019-08-25 00:45:44 +00:00
Jan Beich
06bd243777 emulators/rpcs3: update to 0.0.6.8536
Changes:	51188db71...b0d0f51d8
2019-08-20 00:38:21 +00:00
Jan Beich
70be96420c emulators/rpcs3: update to 0.0.6.8512
Changes:	b3f4cd3a9...51188db71
2019-08-17 00:47:49 +00:00
Jan Beich
33bade7c68 emulators/rpcs3: update to 0.0.6.8483
Changes:	d48d424b1...b3f4cd3a9
2019-08-14 17:11:57 +00:00
Jan Beich
c12ead401c emulators/rpcs3: update to 0.0.6.8465
Changes:	94d33003a...d48d424b1
2019-08-13 00:39:00 +00:00
Jan Beich
63d0fc09a9 emulators/rpcs3: update to 0.0.6.8457
Changes:	05813c7e9...94d33003a
2019-08-11 00:45:29 +00:00
Jan Beich
950e031f4a emulators/rpcs3: update to 0.0.6.8443
Changes:	e40b76b25...05813c7e9
2019-08-06 00:29:53 +00:00
Jan Beich
325aed58cb multimedia/ffmpeg: update to 4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Jan Beich
29e4a06700 emulators/rpcs3: back out r507922 due to bustage on 11.2/12.0
- Broken with libc++ 6 and there's not enough time before the next bulk build.
- PORTEPOCH isn't necessary as if built it's good, and the update will return

rpcs3/util/atomic.cpp:55:51: error: no type named 'node_type' in 'std::__1::multimap<const void *, (anonymous namespace)::waiter, std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void *const, (anonymous namespace)::waiter> > >'; did you mean 'size_type'?
        thread_local std::multimap<const void*, waiter>::node_type s_tls_waiter = []()
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                         size_type
/usr/include/c++/v1/map:1507:60: note: 'size_type' declared here
    typedef typename __alloc_traits::size_type             size_type;
                                                           ^
rpcs3/util/atomic.cpp:59:16: error: no member named 'extract' in 'std::__1::multimap<const void *, (anonymous namespace)::waiter, std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void *const, (anonymous namespace)::waiter> > >'
                return dummy.extract(dummy.emplace(nullptr, &s_tls_waiter));
                       ~~~~~ ^
rpcs3/util/atomic.cpp:55:61: error: cannot initialize a variable of type 'std::multimap<const void *, waiter>::size_type' (aka 'unsigned long') with an rvalue of type 'void'
        thread_local std::multimap<const void*, waiter>::node_type s_tls_waiter = []()
                                                                   ^              ~~~~
rpcs3/util/atomic.cpp:92:69: error: no type named 'node_type' in 'std::__1::multimap<const void *, (anonymous namespace)::waiter, std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void *const, (anonymous namespace)::waiter> > >'; did you mean 'size_type'?
                const auto ptls = static_cast<std::multimap<const void*, waiter>::node_type*>(found->second.tls_ptr);
                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
                                                                                  size_type
/usr/include/c++/v1/map:1507:60: note: 'size_type' declared here
    typedef typename __alloc_traits::size_type             size_type;
                                                           ^
rpcs3/util/atomic.cpp:93:21: error: no member named 'extract' in 'std::__1::multimap<const void *, (anonymous namespace)::waiter, std::__1::less<const void *>, std::__1::allocator<std::__1::pair<const void *const, (anonymous namespace)::waiter> > >'
                *ptls = wmap.list.extract(found);
                        ~~~~~~~~~ ^
rpcs3/util/atomic.cpp:94:7: error: member reference base type 'unsigned long' is not a structure or union
                ptls->mapped().cond.notify_one();
                ~~~~^ ~~~~~~
6 errors generated.
2019-08-03 00:57:50 +00:00
Jan Beich
85c4e892d9 emulators/rpcs3: update to 0.0.6.8439
Changes:	e40b76b25...5bd17a44c
2019-08-03 00:49:34 +00:00
Jan Beich
9b899414c5 emulators/rpcs3: update to 0.0.6.8435
Changes:	65134f73d...e40b76b25
2019-07-30 00:56:15 +00:00
Jan Beich
d7634e27b5 emulators/rpcs3: update to 0.0.6.8424
Changes:	85b1152e2...65134f73d
2019-07-28 00:49:10 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Jan Beich
48859f7d7f emulators/rpcs3: update to 0.0.6.8411
Changes:	e2574ff10...85b1152e2
2019-07-23 00:46:17 +00:00
Jan Beich
fd2e659d5c emulators/rpcs3: update to 0.0.6.8398
Changes:	736ec4035...e2574ff10
2019-07-20 00:19:23 +00:00
Jan Beich
c3fedb50b0 emulators/rpcs3: update to 0.0.6.8385
Changes:	c72776053...736ec4035
2019-07-16 00:52:12 +00:00
Jan Beich
ebba38a384 emulators/rpcs3: update to 0.0.6.8368
Changes:	94af3b3f0...c72776053
2019-07-14 00:49:14 +00:00
Jan Beich
4b0e4395d3 emulators/rpcs3: update to 0.0.6.8365
Changes:	537d3f254...94af3b3f0
2019-07-12 22:21:21 +00:00
Jan Beich
2af996e085 emulators/rpcs3: update to 0.0.6.8355
Changes:	db4bc6f6b...537d3f254
2019-07-11 00:33:00 +00:00
Jan Beich
715ef7365d emulators/rpcs3: update to 0.0.6.8336
Changes:	6d65d3424...db4bc6f6b
2019-07-09 00:48:51 +00:00
Jan Beich
c86a2e3047 emulators/rpcs3: update to 0.0.6.8331
Changes:	ad10eb391...6d65d3424
2019-07-06 23:51:54 +00:00
Jan Beich
45a354eba3 devel/vulkan-*: update to 1.1.108
- Force rebuild all consumers to catch regressions early

Changes:	https://github.com/KhronosGroup/glslang/compare/7.10.2984...7.11.3214
Changes:	4618b86...c4f8f65
Changes:	https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.6...v2019.2
Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes:	https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes:	https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes:	https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.82.0...sdk-1.1.108.0
PR:		238945
Submitted by:	Greg V (maintainer)
2019-07-04 20:24:59 +00:00
Jan Beich
7de547cd1e emulators/rpcs3: update to 0.0.6.8329
Changes:	690cdff0d...ad10eb391
2019-07-03 23:49:50 +00:00
Jan Beich
6d06764e18 emulators/rpcs3: drop -Wno-macro-redefined after r469492 2019-07-01 21:27:58 +00:00
Jan Beich
f46284452d emulators/rpcs3: update to 0.0.6.8322
Changes:	2bce36748...690cdff0d
2019-07-01 21:27:47 +00:00
Jan Beich
0ad126a5de emulators/rpcs3: update to 0.0.6.8315
Changes:	43f919c04...2bce36748
2019-06-30 23:51:48 +00:00
Jan Beich
c8bee7bdaf emulators/rpcs3: oops, r505399 didn't build 2019-06-30 01:27:17 +00:00
Jan Beich
9dc5785ed8 emulators/rpcs3: update to 0.0.6.8314
Changes:	8e942eb50...43f919c04
2019-06-30 01:00:01 +00:00
Jan Beich
9c5e5412f5 emulators/rpcs3: update to 0.0.6.8275
Changes:	cd0ef99df...8e942eb50
2019-06-25 00:44:36 +00:00
Jan Beich
28c1c17d80 emulators/rpcs3: update to 0.0.6.8273
Changes:	5753b3222...cd0ef99df
2019-06-21 23:27:17 +00:00
Jan Beich
1e80190462 emulators/rpcs3: update to 0.0.6.8266
Changes:	d52953fca...5753b3222
2019-06-19 23:54:28 +00:00
Jan Beich
94357a9109 emulators/rpcs3: update to 0.0.6.8261
Changes:	b29a89807...d52953fca
2019-06-18 00:51:34 +00:00
Jan Beich
969a5ede2a emulators/rpcs3: update to 0.0.6.8256
Changes:	b3513cd7f...b29a89807
2019-06-15 00:52:22 +00:00
Jan Beich
717b96b1e5 emulators/rpcs3: update to 0.0.6.8205
Changes:	2bc0ea37a...b3513cd7f
MFH:		2019Q2 (implicit for snapshots?)
2019-06-11 00:50:56 +00:00
Jan Beich
885fbc439d emulators/rpcs3: update to 0.0.6.8196
Changes:	1dedeb37b...2bc0ea37a
2019-06-09 00:32:41 +00:00
Jan Beich
9b47030e2e emulators/rpcs3: update to 0.0.6.8194
Changes:	790962425...1dedeb37b
2019-06-06 00:37:17 +00:00
Jan Beich
8c452a8851 emulators/rpcs3: update to 0.0.6.8187
Changes:	cafa4521e...790962425
2019-06-02 00:42:11 +00:00
Jan Beich
c178c92f5a emulators/rpcs3: fix workaround reference 2019-06-01 01:02:42 +00:00
Jan Beich
4dbe035301 emulators/rpcs3: update to 0.0.6.8179
Changes:	c638e8267...cafa4521e
2019-06-01 00:46:13 +00:00
Jan Beich
2876d16f2a emulators/rpcs3: update to 0.0.6.8171
Changes:	71b71537a...c638e8267
2019-05-29 20:39:04 +00:00
Jan Beich
6529f7b8d9 emulators/rpcs3: update to 0.0.6.8161
Changes:	507ec8252...71b71537a
2019-05-28 00:40:23 +00:00
Jan Beich
810a4c97be emulators/rpcs3: update to 0.0.6.8159
Changes:	d616ce223...507ec8252
2019-05-26 00:54:07 +00:00
Jan Beich
649d214eb0 emulators/rpcs3: update to 0.0.6.8156
Changes:	7de3c410c...d616ce223
2019-05-22 23:01:19 +00:00
Jan Beich
3d21afc61d emulators/rpcs3: update to 0.0.6.8151
Changes:	85920253b...7de3c410c
2019-05-21 00:43:56 +00:00
Jan Beich
b2089b8902 emulators/rpcs3: update to 0.0.6.8143
Changes:	3753d27ab...85920253b
2019-05-18 00:47:16 +00:00
Jan Beich
a23f6d26c7 emulators/rpcs3: update to 0.0.6.8105
Changes:	22f61caf9...3753d27ab
2019-05-16 00:52:09 +00:00
Jan Beich
d7f8d40ead emulators/rpcs3: update to 0.0.6.8094
Changes:	8194c92f1...22f61caf9
2019-05-13 23:55:03 +00:00
Jan Beich
4bf8d72783 emulators/rpcs3: update to 0.0.6.8089
Changes:	fce9d6a7b...8194c92f1
2019-05-11 00:56:12 +00:00
Jan Beich
a06576a49b emulators/rpcs3: update to 0.0.6.8086
Changes:	7ead021aa...fce9d6a7b
2019-05-10 23:58:33 +00:00
Jan Beich
b8acbb63bb emulators/rpcs3: unbreak EVDEV after r487789
In file included from rpcs3/rpcs3qt/pad_settings_dialog.cpp:24:
In file included from rpcs3/evdev_joystick_handler.h:7:
/usr/local/include/libevdev-1.0/libevdev/libevdev.h:30:10: fatal error: 'linux/input.h' file not found
 #include <linux/input.h>
          ^~~~~~~~~~~~~~~
2019-05-10 23:58:28 +00:00