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
Jan Beich
94380e9fab
emulators/citra: update to s20180418
...
Changes: cb36f9fa...048b0fc0
2018-04-19 00:31:12 +00:00
Jan Beich
cc95712fbe
devel/boost-*: update to 1.67.0
...
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Gerald Pfeifer
22df9677d2
Change the name of the check-wine-devel-vs-wine-staging target to
...
check-wine-devel-vs-staging for brevity (and since the wine-staging
port is gone for the time being and STASGING is just an option for now).
Fix a typo in some of that target's output on the way.
2018-04-18 04:08:44 +00:00
Li-Wen Hsu
3c7e3a06e5
Fix pkg-plist
2018-04-18 03:38:37 +00:00
Jung-uk Kim
ff9707fa61
Update to 5.2.10.
...
https://www.virtualbox.org/wiki/Changelog#v10
2018-04-17 21:17:42 +00:00
Tijl Coosemans
757cc29535
Update gcc to 4.4.7-18.el6_9.2.
2018-04-17 10:14:25 +00:00
Jan Beich
738f4cea5a
emulators/citra: update to s20180416
...
Changes: 7f408eef...cb36f9fa
2018-04-17 00:44:04 +00:00
Jan Beich
d61f215565
emulators/rpcs3: update to 0.0.5.196
...
- Drop "virtual" per https://github.com/RPCS3/rpcs3/commit/c2ae7ee4024e
Changes: ea82b732a...6baf67520
2018-04-17 00:43:53 +00:00
Gerald Pfeifer
c89876e883
Update to Wine 3.6. This includes the following changes:
...
- Support for PNG format icons.
- Support for 1D textures.
- More infrastructure for high DPI support.
- OLE data cache improvements.
- Various bug fixes.
2018-04-14 15:37:38 +00:00
Jan Beich
24bd50a133
emulators/citra: update to s20180413
...
Changes: 8b858f1b...7f408eef
2018-04-13 22:07:49 +00:00
Li-Wen Hsu
cd683fa3e5
- Update to 2.11.92_20180412
2018-04-12 10:17:03 +00:00
Jan Beich
32e7ae649a
emulators/citra: update to s20180410
...
Changes: 39fce601...8b858f1b
2018-04-11 23:43:09 +00:00
Jan Beich
1aad2078fd
emulators/rpcs3: update to 0.0.5.188
...
Changes: 2b5cf2455...ea82b732a
2018-04-10 00:12:01 +00:00
Danilo Egea Gondolfo
b38e0397ae
- Update emulators/{mame,mess} to 0.196
2018-04-07 19:35:22 +00:00
Jan Beich
a947212537
emulators/rpcs3: update to 0.0.5.182
...
Changes: 568118634...2b5cf2455
2018-04-07 00:18:32 +00:00
Jan Beich
11bcc20a64
emulators/citra: update to s20180406
...
Changes: 7d710170...39fce601
2018-04-07 00:18:16 +00:00
Rene Ladan
0031538030
emulators/fuse: update to 1.5.2
...
Reported by: portscout
Changelog: https://sourceforge.net/p/fuse-emulator/mailman/message/36280545/
2018-04-06 17:15:51 +00:00
Jason E. Hale
656577b723
Update sysutils/libcdio to 2.0.0
...
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes (libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469
2018-04-05 20:13:33 +00:00
Antoine Brodin
23a8be9f53
Mark BROKEN: depends on conflicting dependencies
...
pkg-static: py27-psutil121-1.2.1_2 conflicts with py27-psutil-5.4.3 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/psutil/__init__.py
Reported by: pkg-fallout
2018-04-05 16:31:06 +00:00
Danilo Egea Gondolfo
2e9aa45045
- Use compiler:c++14-lang instead of an if statement
...
- Split USES to a separate block
Reported by: jbeich, mat
2018-04-05 03:01:23 +00:00
Jan Beich
eb0defe2b0
emulators/rpcs3: update to 0.0.5.178
...
Changes: b0352d6ef...568118634
2018-04-05 00:42:51 +00:00
Danilo Egea Gondolfo
84589af3e5
- Update to 0.195
...
- Use QT5 to match mame/mess
- Update COMMENT
2018-04-03 20:36:52 +00:00
Danilo Egea Gondolfo
7420d45d10
- Unbreak emulator/mess
...
- Use at least clang50 to build mame/mess. GCC is segfaulting during build on 10.4 and it doesn't build with clang.
- Declare some dependencies explicitly to make Q/A happy
2018-04-03 20:35:24 +00:00
Jan Beich
9c849e8d78
emulators/rpcs3: update to 0.0.5.173
...
Changes: bca46e92d...b0352d6ef
2018-04-03 00:52:24 +00:00
Jan Beich
4171144218
emulators/citra: update to s20180402
...
Changes: 11b9d303...7d710170
2018-04-03 00:52:12 +00:00
Gerald Pfeifer
18f4647bd0
Remove the workaround for a clang 6.0.0 crash on FreeBSD version 1200056
...
(where we'd use GCC), now that version 1200057 which fixes that issue is
eight weeks old.
PR: 224863
2018-04-02 18:52:33 +00:00
Gerald Pfeifer
9edf2931c8
Remove workaround (really: requiring GCC) for a clang 6.0.0 crash on
...
FreeBSD revision 1200056.
PR: 224863
2018-04-02 14:15:25 +00:00
Gerald Pfeifer
2dca5b3976
Spell Wine with an uppercase W to align with upstream usage.
...
Approved by: se (maintainer)
2018-04-02 12:40:06 +00:00
Gerald Pfeifer
4ad31df212
Change dependencies from wine-gecko-devel to wine-gecko and wine-mono-devel
...
to wine-mono.
Technically this is not required at this point, since the -devel and
regular ports provide the same versions temporarily, but it sets us up
for when the -devel ports are going to diverge again later.
2018-04-01 20:40:02 +00:00
Gerald Pfeifer
9255b38b66
Move to version 2.47 which is in sync with wine-gecko-devel for the
...
time being, until that is going to be upgraded in sync with wine-devel
(and a newer development snapshot of Wine).
Adjust MASTER_SITES to dl.winehq.org since SF does not carry newer
versions of this.
Suggested by: dbn
2018-04-01 20:30:37 +00:00
Gerald Pfeifer
e5c844e69b
Move to version 4.7.1 which is in sync with wine-mono-devel for the
...
time being, until that is going to be upgraded in sync with a development
snapshot of Wine (and hence wine-devel).
Suggested by: dbn (maintainer)
2018-03-31 22:30:37 +00:00
Ganael LAPLANCHE
f5faf54441
emulators/dolphin-emu: set LLD_UNSAFE
...
Prevent Dolphin from linking using lld as it fails with errors like:
/usr/bin/ld: error: cannot preempt symbol: alcOpenDevice
>>> defined in /usr/local/lib/libopenal.so
>>> referenced by OpenALStream.cpp
>>> OpenALStream.cpp.o:(OpenALStream::Start())
due to preemption of symbols with protected visibility in a shared object.
See also PR #219089 for more details.
PR: 226980
Submitted by: emaste
2018-03-31 16:23:13 +00:00
Gerald Pfeifer
1050f7a8e9
Fix pkg-plist in the presense of the STAGING option (and hence Wine Staging
...
patchset): wined3d-csmt.dll is no longer created.
2018-03-31 13:08:42 +00:00
Gerald Pfeifer
2a97ab0806
Update to Wine 3.5. This includes the following changes:
...
- More Vulkan support, including the vulkan-1 loader.
- Support for RSA and ECDSA cryptographic keys.
- Improved manifest file parser.
- Support for the Places toolbar in file dialogs.
- Various bug fixes.
2018-03-31 12:40:30 +00:00
Jan Beich
aeec0597ec
emulators/rpcs3: update to 0.0.5.146
...
Changes: 70cc2e366...bca46e92d
2018-03-30 21:33:57 +00:00
Jan Beich
8e56afe819
emulators/citra: update to s20180330
...
Changes: 74465389...11b9d303
2018-03-30 21:33:45 +00:00
Antoine Brodin
7049e125bf
Mark BROKEN: unfetchable
...
Reported by: pkg-fallout
2018-03-29 13:45:10 +00:00
Antoine Brodin
dff101aaca
Mark BROKEN: fails to install
...
install -s -m 555 /wrkdirs/usr/ports/emulators/mess/work/mame-mame0195/mess64 /wrkdirs/usr/ports/emulators/mess/work/stage/usr/local/bin
(cd /wrkdirs/usr/ports/emulators/mess/work/mame-mame0195 && install -s -m 555 castool chdman imgtool jedutil ldresample ldverify romcmp testkeys unidasm /wrkdirs/usr/ports/emulators/mess/work/stage/usr/local/libexec/mess)
install: testkeys: No such file or directory
Reported by: pkg-fallout
2018-03-29 08:31:18 +00:00
Jan Beich
4805700f23
emulators/rpcs3: update to 0.0.5.137
...
Changes: a36acf49d...70cc2e366
2018-03-29 00:24:06 +00:00