Commit Graph

444686 Commits

Author SHA1 Message Date
Dmitry Marakasov
45c54853c4 - Add LICENSE
- Add WWW

Approved by:	portmgr blanket
2018-05-01 09:03:56 +00:00
Dmitry Marakasov
cb2d817429 - Add LICENSE_FILE
- Add NO_ARCH
- Switch to new test framework

Approved by:	portmgr blanket
2018-05-01 08:33:58 +00:00
Tobias C. Berner
44e4b98ae4 Give portscout a hand 2018-05-01 07:53:08 +00:00
Jan Beich
81cc59d2da www/firefox-i18n: chase r468751 2018-05-01 05:37:43 +00:00
Jan Beich
6e28f674c9 multimedia/webcamoid: unbreak with ffmpeg 4.0
src/mediawriterffmpeg.cpp:254:47: error: 'CODEC_CAP_EXPERIMENTAL' was not declared in this scope
                     if (codec->capabilities & CODEC_CAP_EXPERIMENTAL
                                               ^~~~~~~~~~~~~~~~~~~~~~

PR:		227726
Reported by:	antoine (via exp-run)
2018-05-01 04:54:38 +00:00
Jan Beich
762e131e70 net-im/qTox: unbreak with ffmpeg 4.0
src/video/camerasource.cpp:112:5: error: 'av_register_all' is deprecated [-Werror,-Wdeprecated-declarations]
    av_register_all();
    ^
/usr/local/include/libavformat/avformat.h:2025:6: note: 'av_register_all' declared here
void av_register_all(void);
     ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2018-05-01 03:46:22 +00:00
Jan Beich
fda179862d www/firefox: update to 60.0
- Add U2F support, required by Web Authentication [1]
- Drop libv4l support to reduce maintenance

Changes:	https://www.mozilla.org/firefox/60.0/releasenotes/
PR:		226476
Tested by:	tobik, jrm, D. Ebdrup, lwhsu
Submitted by:	Greg V [1]
Security:	5aefc41e-d304-4ec8-8c82-824f84f08244
MFH:		2018Q2
Differential Revision:	https://reviews.freebsd.org/D15186
2018-05-01 00:51:37 +00:00
Jan Beich
67b51682df games/openbor: update to 5110
Changes:	4327f3c0...151106a7
2018-05-01 00:18:05 +00:00
Jan Beich
9ad5213c52 www/waterfox: apply some FF60 fixes 2018-05-01 00:17:45 +00:00
Bradley T. Hughes
1feb29bc1f www/node: Update 9.11.1_1 -> 10.0.0
Update to the latest major release of Node.js. This release includes
many significant changes, both to Node.js itself and the FreeBSD port.

https://nodejs.org/en/blog/release/v10.0.0/

In particular, Node.js now requires OpenSSL 1.1.0h, so the BUNDLED_SSL
option is enabled by default. It is still possible to disable this
option when using security/openssl-devel (which is currently at 1.1.0h).
Multiple patches are required to get Node.js building with the bundled
OpenSSL library. Only amd64 builds get optimized assembler; all other
archs use non-asm implementations.
2018-04-30 22:46:56 +00:00
Jan Beich
6cd5507819 net/opal: unbreak with ffmpeg 4.0
h263-1998.cxx:237:22: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
  m_context->flags = CODEC_FLAG_TRUNCATED  // Possible missing packets
                     ^
h263-1998.cxx:346:27: error: use of undeclared identifier 'CODEC_FLAG_AC_PRED'
      m_context->flags |= CODEC_FLAG_AC_PRED;
                          ^
h263-1998.cxx:348:28: error: use of undeclared identifier 'CODEC_FLAG_AC_PRED'
      m_context->flags &= ~CODEC_FLAG_AC_PRED;
                           ^
h263-1998.cxx:356:27: error: use of undeclared identifier 'CODEC_FLAG_LOOP_FILTER'
      m_context->flags |= CODEC_FLAG_LOOP_FILTER;
                          ^
h263-1998.cxx:358:28: error: use of undeclared identifier 'CODEC_FLAG_LOOP_FILTER'
      m_context->flags &= ~CODEC_FLAG_LOOP_FILTER;
                           ^
h263-1998.cxx:422:14: error: no member named 'lmin' in 'AVCodecContext'; did you mean 'qmin'?
  m_context->lmin = m_context->qmin * FF_QP2LAMBDA;
             ^~~~
             qmin
/usr/local/include/libavcodec/avcodec.h:2355:9: note: 'qmin' declared here
    int qmin;
        ^
h263-1998.cxx:423:14: error: no member named 'lmax' in 'AVCodecContext'; did you mean 'qmax'?
  m_context->lmax = m_context->qmax * FF_QP2LAMBDA;
             ^~~~
             qmax
/usr/local/include/libavcodec/avcodec.h:2362:9: note: 'qmax' declared here
    int qmax;
        ^
h263-1998.cxx:598:24: error: use of undeclared identifier 'CODEC_FLAG_4MV'
  m_context->flags &= ~CODEC_FLAG_4MV;
                       ^

PR:		227726
Reported by:	antoine (via exp-run)
2018-04-30 20:41:45 +00:00
Stephen Montgomery-Smith
2df7fe90b5 - Update to 2.4.11. 2018-04-30 19:33:24 +00:00
Jan Beich
e1ccc98583 net/freerdp: drop bogus ffmpeg fix
av_frame_free() replaced avcodec_free_frame() according to
ffmpeg-3.0/doc/APIchanges.

Obtained from:	upstream
2018-04-30 19:28:30 +00:00
Tobias C. Berner
363b335f0b Add port for current version of kdesvn
* Take maintainership of devel/kdesvn-kde4

Approved by:	bdn
Differential Revision:	https://reviews.freebsd.org/D15224
2018-04-30 19:21:56 +00:00
Thomas Zander
1ce076d9b4 Document free-after-use issue in chromium before 66.0.3359.139
Submitted by:	Tommi Pernila <tommi.pernila@iki.fi> via e-mail
Security:	CVE-2018-6118
2018-04-30 19:19:35 +00:00
Jan Beich
b47e63752f net/freerdp: unbreak with ffmpeg 4.0
channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:210:38: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
        if (mdecoder->codec->capabilities & CODEC_CAP_TRUNCATED)
                                            ^
channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:211:37: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
                mdecoder->codec_context->flags |= CODEC_FLAG_TRUNCATED;
                                                  ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	upstream (FreeRDP 2.0.0-rc2)
2018-04-30 19:04:19 +00:00
Carlo Strub
5bbb846d18 Update to 2.0.29 2018-04-30 19:03:43 +00:00
Jan Beich
29e4d24938 audio/aubio: unbreak with ffmpeg 4.0
../src/io/source_avcodec.c:262:35: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
  s->output = (smpl_t *)av_malloc(AUBIO_AVCODEC_MAX_BUFFER_SIZE * sizeof(smpl_t));
                                  ^
../src/io/source_avcodec.c:61:39: note: expanded from macro 'AUBIO_AVCODEC_MAX_BUFFER_SIZE'
 #define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
                                       ^
../src/io/source_avcodec.c:360:25: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
  int max_out_samples = AUBIO_AVCODEC_MAX_BUFFER_SIZE / avCodecCtx->channels;
                        ^
../src/io/source_avcodec.c:61:39: note: expanded from macro 'AUBIO_AVCODEC_MAX_BUFFER_SIZE'
 #define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
                                       ^
../src/io/source_avcodec.c:434:21: error: use of undeclared identifier 'FF_MIN_BUFFER_SIZE'
  max_out_samples = AUBIO_AVCODEC_MAX_BUFFER_SIZE / avCodecCtx->channels;
                    ^
../src/io/source_avcodec.c:61:39: note: expanded from macro 'AUBIO_AVCODEC_MAX_BUFFER_SIZE'
 #define AUBIO_AVCODEC_MAX_BUFFER_SIZE FF_MIN_BUFFER_SIZE
                                       ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	upstream
2018-04-30 18:48:04 +00:00
Carlo Strub
8bcc24fab3 Update to 0.10.4 2018-04-30 18:39:42 +00:00
Carlo Strub
230a6096bb Update to 0.7.7 2018-04-30 18:37:27 +00:00
Jan Beich
f7b5642315 multimedia/transcode: unbreak with ffmpeg 4.0
export_ffmpeg.c:834:24: error: no member named 'lmin' in 'struct AVCodecContext'; did you mean 'qmin'?
    lavc_venc_context->lmin= (int)(FF_QP2LAMBDA * lavc_param_lmin + 0.5);
                       ^~~~
                       qmin
/usr/local/include/libavcodec/avcodec.h:2355:9: note: 'qmin' declared here
    int qmin;
        ^
export_ffmpeg.c:835:24: error: no member named 'lmax' in 'struct AVCodecContext'; did you mean 'qmax'?
    lavc_venc_context->lmax= (int)(FF_QP2LAMBDA * lavc_param_lmax + 0.5);
                       ^~~~
                       qmax
/usr/local/include/libavcodec/avcodec.h:2362:9: note: 'qmax' declared here
    int qmax;
        ^
export_ffmpeg.c:841:24: error: no member named 'rc_strategy' in 'struct AVCodecContext'
    lavc_venc_context->rc_strategy        = lavc_param_vrc_strategy;
    ~~~~~~~~~~~~~~~~~  ^
export_ffmpeg.c:859:24: error: no member named 'rc_qsquish' in 'struct AVCodecContext'
    lavc_venc_context->rc_qsquish         = lavc_param_rc_qsquish;
    ~~~~~~~~~~~~~~~~~  ^
export_ffmpeg.c:860:24: error: no member named 'rc_qmod_amp' in 'struct AVCodecContext'
    lavc_venc_context->rc_qmod_amp        = lavc_param_rc_qmod_amp;
    ~~~~~~~~~~~~~~~~~  ^
export_ffmpeg.c:861:24: error: no member named 'rc_qmod_freq' in 'struct AVCodecContext'
    lavc_venc_context->rc_qmod_freq       = lavc_param_rc_qmod_freq;
    ~~~~~~~~~~~~~~~~~  ^
export_ffmpeg.c:862:24: error: no member named 'rc_eq' in 'struct AVCodecContext'
    lavc_venc_context->rc_eq              = lavc_param_rc_eq;
    ~~~~~~~~~~~~~~~~~  ^
export_ffmpeg.c:866:24: error: no member named 'rc_buffer_aggressivity' in 'struct AVCodecContext'
    lavc_venc_context->rc_buffer_aggressivity= lavc_param_rc_buffer_aggressivity;
    ~~~~~~~~~~~~~~~~~  ^
export_ffmpeg.c:867:24: error: no member named 'rc_initial_cplx' in 'struct AVCodecContext'
    lavc_venc_context->rc_initial_cplx    = lavc_param_rc_initial_cplx;
    ~~~~~~~~~~~~~~~~~  ^
export_ffmpeg.c:875:24: error: no member named 'intra_quant_bias' in 'struct AVCodecContext'
    lavc_venc_context->intra_quant_bias   = lavc_param_ibias;
    ~~~~~~~~~~~~~~~~~  ^
export_ffmpeg.c:876:24: error: no member named 'inter_quant_bias' in 'struct AVCodecContext'
    lavc_venc_context->inter_quant_bias   = lavc_param_pbias;
    ~~~~~~~~~~~~~~~~~  ^
export_ffmpeg.c:1090:37: error: use of undeclared identifier 'CODEC_FLAG_GRAY'
        lavc_venc_context->flags |= CODEC_FLAG_GRAY;
                                    ^
export_ffmpeg.c:1092:37: error: use of undeclared identifier 'CODEC_FLAG_NORMALIZE_AQP'
        lavc_venc_context->flags |= CODEC_FLAG_NORMALIZE_AQP;
                                    ^
export_ffmpeg.c:1110:9: error: use of undeclared identifier 'CODEC_FLAG_INTERLACED_DCT'
        CODEC_FLAG_INTERLACED_DCT : 0;
        ^
export_ffmpeg.c:1112:9: error: use of undeclared identifier 'CODEC_FLAG_INTERLACED_ME'
        CODEC_FLAG_INTERLACED_ME : 0;
        ^
export_ffmpeg.c:1159:37: error: use of undeclared identifier 'CODEC_FLAG_PASS1'
        lavc_venc_context->flags |= CODEC_FLAG_PASS1;
                                    ^
export_ffmpeg.c:1173:37: error: use of undeclared identifier 'CODEC_FLAG_PASS2'
        lavc_venc_context->flags |= CODEC_FLAG_PASS2;
                                    ^
export_ffmpeg.c:1204:39: error: use of undeclared identifier 'CODEC_FLAG_QSCALE'
        lavc_venc_context->flags   |= CODEC_FLAG_QSCALE;
                                      ^
export_ffmpeg.c:1209:24: error: no member named 'me_method' in 'struct AVCodecContext'
    lavc_venc_context->me_method = ME_ZERO + lavc_param_vme;
    ~~~~~~~~~~~~~~~~~  ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	Gentoo
2018-04-30 18:31:42 +00:00
Carlo Strub
45c2996af1 Update to 2.0.23 2018-04-30 18:30:57 +00:00
Carlo Strub
f4627c897f Update to 0.4.3 2018-04-30 18:26:25 +00:00
Carlo Strub
8d8241c176 Update to 2.0 2018-04-30 18:23:03 +00:00
Tobias C. Berner
814214eb80 games/gcompris-qt update to 0.90 2018-04-30 18:20:47 +00:00
Dmitry Sivachenko
44a6c1a3f8 Update to version 1.7.11. 2018-04-30 17:18:35 +00:00
Sunpoet Po-Chuan Hsieh
73000a4e3a Update to 3.4.0
Changes:	https://github.com/bblimke/webmock/blob/master/CHANGELOG.md
2018-04-30 17:09:28 +00:00
Sunpoet Po-Chuan Hsieh
e72d2d216f Update to 3.4.3
Changes:	https://github.com/rails/webpacker/blob/3-4-stable/CHANGELOG.md
2018-04-30 17:09:23 +00:00
Sunpoet Po-Chuan Hsieh
e8e9542def Update to 3.4.3
Changes:	https://github.com/rails/webpacker/blob/3-4-stable/CHANGELOG.md
2018-04-30 17:09:18 +00:00
Sunpoet Po-Chuan Hsieh
63fb083c70 Update to 3.6.2
Changes:	https://github.com/rails/web-console/releases
		https://github.com/rails/web-console/blob/master/CHANGELOG.markdown
2018-04-30 17:09:12 +00:00
Sunpoet Po-Chuan Hsieh
1f80fb2127 Update to 3.6.2
Changes:	https://github.com/rails/web-console/releases
		https://github.com/rails/web-console/blob/master/CHANGELOG.markdown
2018-04-30 17:09:07 +00:00
Sunpoet Po-Chuan Hsieh
2de612b5d7 Update to 9.3
Changes:	https://github.com/xolox/python-coloredlogs/blob/master/CHANGELOG.rst
2018-04-30 17:09:02 +00:00
Sunpoet Po-Chuan Hsieh
fb54fba34b Update to 1.56 2018-04-30 17:08:57 +00:00
Sunpoet Po-Chuan Hsieh
6c11ac4f1a Update to 2018.04.29 2018-04-30 17:08:52 +00:00
Sunpoet Po-Chuan Hsieh
68396fd965 Update to 20180428 2018-04-30 17:08:46 +00:00
Sunpoet Po-Chuan Hsieh
fbbe771a32 Update to 2018.04.29 2018-04-30 17:08:41 +00:00
Sunpoet Po-Chuan Hsieh
92a0dd2647 Update to 8.4.1
Changes:	https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
2018-04-30 17:08:36 +00:00
Sunpoet Po-Chuan Hsieh
eff7e64ed6 Update to 0.3.0
Changes:	https://github.com/piotrmurach/tty-reader/blob/master/CHANGELOG.md
2018-04-30 17:08:31 +00:00
Sunpoet Po-Chuan Hsieh
d24a502e31 Update to 0.16.1
Changes:	https://github.com/piotrmurach/tty-prompt/blob/master/CHANGELOG.md
2018-04-30 17:08:26 +00:00
Sunpoet Po-Chuan Hsieh
1937f52f70 Update to 0.30.1
Changes:	https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES
2018-04-30 17:08:21 +00:00
Joseph Mingrone
ae88b95de5 biology/iqtree: Update to version 1.6.4
Upstream changes: https://github.com/Cibiv/IQ-TREE/releases/tag/v1.6.4
2018-04-30 16:37:22 +00:00
Sunpoet Po-Chuan Hsieh
f25ed3156b Extend EXPIRATION_DATE to 2018-05-31 2018-04-30 16:16:37 +00:00
Sunpoet Po-Chuan Hsieh
9a5d23165e Document the removal of expired ports
- lang/py-clojure_py
- textproc/rubygem-escape_utils-rails4
2018-04-30 16:16:32 +00:00
Sunpoet Po-Chuan Hsieh
4734b3c56e Remove expired textproc/rubygem-escape_utils-rails4 2018-04-30 16:16:27 +00:00
Sunpoet Po-Chuan Hsieh
c59585757d Remove expired lang/py-clojure_py 2018-04-30 16:16:22 +00:00
Nikolai Lifanov
a500f64a16 update games/tome4 to 1.5.8
Changes: https://te4.org/blogs/darkgod/2018/04/news/tales-majeyal-158-aka-forbidden-patch-out
2018-04-30 15:46:12 +00:00
Bernard Spil
e1b6c2773f www/nextcloud: PHP-flavorize
- Create flavors for all PHP versions
 - Use releases dir (not pre-)

PR:		227510
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D15235
2018-04-30 15:43:16 +00:00
Carlos J. Puga Medina
8768d9b13a www/chromium: switch to llvm60
PR:		227683
Submitted by:	jbeich
2018-04-30 15:42:17 +00:00
Carlos J. Puga Medina
990fd4887c www/iridium: switch to llvm60
PR:		227683
Submitted by:	jbeich
2018-04-30 15:41:25 +00:00
Nikolai Lifanov
8c7382d733 update sysutils/ansible to 2.5.2
Changes: https://github.com/ansible/ansible/blob/v2.5.2/changelogs/CHANGELOG-v2.5.rst
2018-04-30 15:38:23 +00:00