1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

6932 Commits

Author SHA1 Message Date
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
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