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

6956 Commits

Author SHA1 Message Date
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
Dirk Meyer
b1026e3cb4 - update to miniupnpc 2.1
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
2018-05-09 05:37:54 +00:00
Jan Beich
30bcc20a88 emulators/citra: update to s20180506
Marked BROKEN on FreeBSD 10.* unless someone can help with

In file included from src/video_core/renderer_base.cpp:8:
In file included from src/./video_core/renderer_opengl/gl_rasterizer.h:24:
src/./video_core/renderer_opengl/gl_rasterizer_cache.h:337:57: error: use of undeclared identifier 'weak_from_this'
        auto watcher = std::make_shared<SurfaceWatcher>(weak_from_this());
                                                        ^

Changes:	ca3b82ca...590a09d0
2018-05-08 00:34:51 +00:00
Jan Beich
3453e04a5d emulators/rpcs3: update to 0.0.5.237
Changes:	98b715d8c...753d8170d
2018-05-08 00:34:40 +00:00
Jan Beich
67a9073255 Drop FreeBSD 10.3 support
Reviewed by:	yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by:	portmgr (rene)
Differential Revision:	https://reviews.freebsd.org/D15238
2018-05-07 22:29:46 +00:00
Alexey Dokuchaev
9e612373a5 For ports under emulators', games', irc, and `sysutils' categories:
remove redundant PKGMESSAGE assignment, which is set appropriately by
the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 15:17:46 +00:00
Danilo Egea Gondolfo
6772a528ed - Update to 0.197 2018-05-04 03:13:04 +00:00
Jung-uk Kim
87b73ca2fb Fix build on head after r333077. 2018-05-04 01:25:48 +00:00
Jung-uk Kim
fa8cc9eea6 Chase Guest Additions change.
Reported by:	Patrick Mackinlay (patrick at spacesurfer dot com)
2018-05-03 22:30:58 +00:00
Rene Ladan
e21058ba8a Update the Spectrum ports, highlights are:
* fuse 1.5.3
  - Disable inactive peripherals after loading a snapshot
  - Re-enable sound after phantom typist finishes loading TAP, standard ROM TZX or +3 DSK images
* libspectrum 1.4.2
  - Fix writing RZX files containing a snapshot which cannot be compressed
* fuse-utils updated to 1.4.1

Reported by:	portscout
2018-05-03 20:37:24 +00:00
Jan Beich
2f6e345952 emulators/citra: update to s20180502
Changes:	55414c32...ca3b82ca
2018-05-02 23:33:39 +00:00
Jan Beich
87ee6c45b8 emulators/mgba: unbreak with ffmpeg 4.0
src/feature/ffmpeg/ffmpeg-encoder.c:232:29: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
                        encoder->audio->flags |= CODEC_FLAG_GLOBAL_HEADER;
                                                 ^
src/feature/ffmpeg/ffmpeg-encoder.c:294:28: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
                encoder->video->flags |= CODEC_FLAG_GLOBAL_HEADER;
                                         ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	upstream (mgba 0.6.2)
2018-05-02 15:57:25 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00
Jan Beich
0344a0c887 emulators/visualboyadvance-m: unbreak with ffmpeg 4.0
src/common/ffmpeg.cpp:288:27: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
        audio_buf = (u8 *)malloc(AUDIO_BUF_LEN);
                                 ^
src/common/ffmpeg.cpp:88:36: note: expanded from macro 'AUDIO_BUF_LEN'
                                   ^
src/common/ffmpeg.cpp:288:27: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
src/common/ffmpeg.cpp:88:69: note: expanded from macro 'AUDIO_BUF_LEN'
                                                                    ^
src/common/ffmpeg.cpp:307:27: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
        video_buf = (u8 *)malloc(VIDEO_BUF_LEN);
                                 ^
src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
                       ^
src/common/ffmpeg.cpp:438:29: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
    if(oc->oformat->flags & AVFMT_RAWPICTURE) {
                            ^
src/common/ffmpeg.cpp:447:20: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
        pkt.size = VIDEO_BUF_LEN;
                   ^
src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
                       ^
src/common/ffmpeg.cpp:463:16: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
        if(pkt.size > VIDEO_BUF_LEN) {
                      ^
src/common/ffmpeg.cpp:90:24: note: expanded from macro 'VIDEO_BUF_LEN'
                       ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2018-05-02 13:26:36 +00:00
Sean Bruno
d2840ca42e qemu-sbruno + qemu-user-static highlights:
- regen syscall list
  (imp)
- Fix syscall handler for readv()
  (miki)
- new syscall support for getrandom() (fixes perl/python builds)
  (miki)
- cleanup some sysv-ipc detrius
  (brooks)
2018-05-01 23:35:16 +00:00
Gerald Pfeifer
0a3e3caaf9 Update to Wine 3.7. This includes the following changes:
- MSI custom actions run in a separate process.
 - Support for job files in the Task Scheduler.
 - Improved viewport support in Direct 3D.
 - Larger resolution version of the standard icons.
 - Various bug fixes.
2018-05-01 14:20:11 +00:00
Dmitry Marakasov
b64264b2cb - Update WWW
Approved by:	portmgr blanket
2018-04-29 09:33:51 +00:00
Gerald Pfeifer
2a58ea44e6 include/wine/windows/ddk/fltkernel.h no longer depends on the STAGING
option, it's been merged in the upstream tree.
2018-04-28 10:37:59 +00:00
Jan Beich
d26e69e42e emulators/citra: update to s20180427
Changes:	ed42b4b0...55414c32
2018-04-28 00:20:33 +00:00
Jan Beich
dab52a12cd graphics/mesa-dri: switch to llvm60
PR:		227682
2018-04-27 23:09:59 +00:00
Li-Wen Hsu
1e96d4e648 - Update to 2.12.0_20180427 2018-04-27 06:19:06 +00:00
Jan Beich
0e8e7820d3 emulators/citra: update to s20180425
Changes:	7d8b7d93...ed42b4b0
2018-04-26 00:28:23 +00:00
Jan Beich
9df1807f0a emulators/rpcs3: update to 0.0.5.215
Changes:	bd1d4de42...98b715d8c
2018-04-26 00:28:09 +00:00
Jan Beich
fe99542bcc emulators/vice: unbreak with ffmpeg 4.0
ffmpegdrv.c:363:34: error: use of undeclared identifier 'CODEC_CAP_VARIABLE_FRAME_SIZE'
    if (c->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE) {
                                 ^
ffmpegdrv.c:457:21: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
        c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                    ^
ffmpegdrv.c:790:21: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
        c->flags |= CODEC_FLAG_GLOBAL_HEADER;
                    ^
ffmpegdrv.c:970:40: error: use of undeclared identifier 'AVFMT_RAWPICTURE'
    if (ffmpegdrv_oc->oformat->flags & AVFMT_RAWPICTURE) {
                                       ^

PR:		227726
2018-04-24 17:44:27 +00:00
Jan Beich
dc37b9b4ea emulators/kcemu: unbreak with ffmpeg 4.0
ffmpeg.cc:83:30: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER'
    _stream->codec->flags |= CODEC_FLAG_GLOBAL_HEADER;
                             ^

PR:		227726
2018-04-24 17:44:13 +00:00
Jan Beich
b4fe4581e0 emulators/ppsspp: unbreak with ffmpeg 4.0
Core/HLE/sceMpeg.cpp:890:27: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                u8* str = new u8[size + FF_INPUT_BUFFER_PADDING_SIZE];
                                        ^
Core/HLE/sceMpeg.cpp:892:25: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                memset(str + size, 0, FF_INPUT_BUFFER_PADDING_SIZE);
                                      ^
Core/HLE/sceMpeg.cpp:893:11: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                size += FF_INPUT_BUFFER_PADDING_SIZE;
                        ^

PR:		227726
Obtained from:	upstream
2018-04-24 13:57:28 +00:00
Jan Beich
d37ea97b1a emulators/rpcs3: unbreak with ffmpeg 4.0 by updating to 0.0.5.215
rpcs3/Emu/Cell/Modules/cellAdec.cpp:232:40: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                                                        data = (u8*)av_calloc(1, size + FF_INPUT_BUFFER_PADDING_SIZE);
                                                                                        ^
rpcs3/Emu/Cell/Modules/cellAdec.cpp:233:28: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
                                                        this->size = size + FF_INPUT_BUFFER_PADDING_SIZE;
                                                                            ^
    ^

Changes:	eb3dfb6bb...bd1d4de42
PR:		227726
2018-04-24 00:16:15 +00:00
Tijl Coosemans
cd1fe74efa Update security/mbedtls to 2.8.0 and bump dependent ports.
MFH:		2018Q2
Security:	https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released
2018-04-23 19:26:32 +00:00
Jan Beich
027d6e93aa emulators/citra: update to s20180422
Changes:	048b0fc0...7d8b7d93
2018-04-22 16:39:00 +00:00
Brooks Davis
e2d2163d50 Update to a new snapshot with support for new instructions. 2018-04-19 17:42:53 +00:00
Jan Beich
a07a4233c0 emulators/rpcs3: update to 0.0.5.198
Changes:	6baf67520...eb3dfb6bb
2018-04-19 00:31:29 +00:00