| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/fa873d82a..125ec7775
Notes:
svn path=/head/; revision=483615
|
|
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=483593
|
|
|
|
|
|
|
| |
While here, pet portlint.
Notes:
svn path=/head/; revision=483511
|
|
|
|
|
|
|
|
|
|
| |
system compiler.
PR: 232713
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=483325
|
|
|
|
|
|
|
|
|
| |
PR: 232707
Submitted by: fluffy
MFH: 2018Q4
Notes:
svn path=/head/; revision=483316
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change license details, as emby is no longer open source
- No longer compiles from source, instead downloads pre-built binaries
- Change maintainer to submitter
PR: 231669
Submitted by: Maxime Gauduin <alucryd@archlinux.org>
Notes:
svn path=/head/; revision=483303
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://sourceforge.net/p/libmtp/mailman/message/36452265/
ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/
Reported by: portscout
MFH: 2018Q4 (new device IDs, bug fixes)
Notes:
svn path=/head/; revision=483237
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from BitstreamConverter.cpp:26:
In file included from ./BitstreamConverter.h:27:
./DllAvFormat.h:117:49: error: no member named 'url_feof' in the global namespace; did you mean simply 'url_feof'?
virtual int url_feof(AVIOContext *s) { return ::url_feof(s); }
^~~~~~~~~~
url_feof
./DllAvFormat.h:117:15: note: 'url_feof' declared here
virtual int url_feof(AVIOContext *s) { return ::url_feof(s); }
^
OMXReader.cpp:1028:42: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
pkt->data = (uint8_t*) malloc(size + FF_INPUT_BUFFER_PADDING_SIZE);
^
OMXReader.cpp:1036:35: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
memset(pkt->data + size, 0, FF_INPUT_BUFFER_PADDING_SIZE);
^
PR: 227726
Obtained from: upstream
Notes:
svn path=/head/; revision=483209
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/vapoursynth/vapoursynth/compare/R45...R45.1
Reported by: portscout
Notes:
svn path=/head/; revision=483178
|
|
|
|
| |
Notes:
svn path=/head/; revision=483175
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Qt5 required c++11 support.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
PR: 232726
PR: 232725
PR: 232723
PR: 232722
PR: 232721
PR: 232720
PR: 232719
PR: 232697
PR: 232682
PR: 232669
PR: 232668
PR: 232667
PR: 232666
PR: 232665
PR: 232664
PR: 232662
PR: 232661
PR: 232655
PR: 232654
PR: 232652
PR: 232648
PR: 232647
PR: 232641
PR: 232640
PR: 232638
PR: 232635
PR: 232634
PR: 232632
PR: 232631
PR: 232630
PR: 232629
PR: 232628
PR: 232627
PR: 232625
PR: 232624
PR: 232623
PR: 232614
PR: 232613
PR: 232612
PR: 232611
PR: 232610
PR: 232609
PR: 232607
PR: 232606
PR: 232605
PR: 232604
PR: 232603
PR: 232602
PR: 232597
PR: 232589
PR: 232585
PR: 232584
PR: 232583
PR: 232581
PR: 232580
PR: 232579
PR: 232578
PR: 232576
PR: 232575
PR: 232574
PR: 232573
PR: 232570
Notes:
svn path=/head/; revision=483125
|
|
|
|
|
|
|
| |
MFH: 2018Q4
Notes:
svn path=/head/; revision=483121
|
|
|
|
|
|
|
| |
- Restore from attic and update to 0.6.6
Notes:
svn path=/head/; revision=483120
|
|
|
|
|
|
|
| |
- Rename package and register conflict with upcoming port for Plasma Desktop
Notes:
svn path=/head/; revision=483118
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=483116
|
|
|
|
|
|
|
|
| |
PR: 232557
Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=483086
|
|
|
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/d3b47213b..fa873d82a
Notes:
svn path=/head/; revision=483076
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update LICENSE and add LICENSE_FILE
PR: 231940
Reported by: antoine
Approved by: hrs (maintainer timeout)
Obtained from: https://github.com/xbmc/inputstream.rtmp/blob/master/depends/common/librtmp/0003-openssl-1.1.patch
MFH: 2018Q4
Notes:
svn path=/head/; revision=482967
|
|
|
|
|
|
|
|
|
| |
if no data received."
Reported by: Jongsung Kim <jongsung.kim@gmail.com>
Notes:
svn path=/head/; revision=482966
|
|
|
|
|
|
|
|
|
|
| |
- Add testing support
- Update WWW
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=482962
|
|
|
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/351f4727d..d3b47213b
Notes:
svn path=/head/; revision=482947
|
|
|
|
|
|
|
| |
PR: 232637
Notes:
svn path=/head/; revision=482928
|
|
|
|
|
|
|
|
| |
PR: 231940
With hat: portmgr
Notes:
svn path=/head/; revision=482870
|
|
|
|
| |
Notes:
svn path=/head/; revision=482846
|
|
|
|
| |
Notes:
svn path=/head/; revision=482839
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update LICENSE and add LICENSE_FILE
PR: 231940
Submitted by: Nathan <ndowens@yahoo.com>
Reported by: antoine
Approved by: hrs (maintainer timeout)
Obtained from: https://github.com/JudgeZarbi/RTMPDum-OpenSSL-1.1
MFH: 2018Q4
Notes:
svn path=/head/; revision=482833
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
Notes:
svn path=/head/; revision=482830
|
|
|
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/c949506be..351f4727d
Notes:
svn path=/head/; revision=482804
|
|
|
|
|
|
|
|
|
|
|
| |
src/common/debugging.h:63:14: fatal error: no viable conversion from returned value of type 'boost::tribool' to function return type 'bool'
return m_requested;
^~~~~~~~~~~
PR: 232525
Notes:
svn path=/head/; revision=482787
|
|
|
|
|
|
|
|
|
|
|
| |
src/colour_button.cpp:21:10: fatal error: 'boost/gil/gil_all.hpp' file not found
#include <boost/gil/gil_all.hpp>
^~~~~~~~~~~~~~~~~~~~~~~
PR: 232525
Notes:
svn path=/head/; revision=482784
|
|
|
|
|
|
|
|
| |
PR: 232526
Submitted by: pkubaj@anongoth.pl
Notes:
svn path=/head/; revision=482777
|
|
|
|
|
|
|
|
| |
PR: 231854
Submitted by: kikadf.01@gmail.com (new maintainer)
Notes:
svn path=/head/; revision=482714
|
|
|
|
|
|
|
|
| |
PR: 231853
Submitted by: kikadf.01@gmail.com (new maintainer)
Notes:
svn path=/head/; revision=482713
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- Update to upstream release 18.9.0
- New maintainer: kikadf.01@gmail.com
- Default toolkit is now QT5
While on it:
- Pet portlint / check-sanity
PR: 231856
Submitted by: kikadf.01@gmail.com (new maintainer)
Notes:
svn path=/head/; revision=482712
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.vapoursynth.com/2018/10/r45-python-3-7-support-for-windows-users/
Changes: https://github.com/vapoursynth/vapoursynth/blob/R45/ChangeLog
Reported by: portscout
Notes:
svn path=/head/; revision=482672
|
|
|
|
|
|
|
|
|
|
|
|
| |
Details:
- Fixes and minor enhancements
- Details see upstream changelog
https://mkvtoolnix.download/doc/NEWS.md
MFH: 2018Q4
Notes:
svn path=/head/; revision=482660
|
|
|
|
|
|
|
|
|
| |
https://ffmpeg.org/pipermail/ffmpeg-devel/2018-September/234516.html
PR: 232498
Notes:
svn path=/head/; revision=482658
|
|
|
|
|
|
|
|
| |
PR: 232262
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=482597
|
|
|
|
|
|
|
|
| |
PR: 232296
Exp-run by: antoine
Notes:
svn path=/head/; revision=482471
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from src/formats/formatmanager.cpp:54:
In file included from /usr/local/include/unicode/ucsdet.h:28:
/usr/local/include/unicode/localpointer.h:221:34: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
^
/usr/local/include/unicode/localpointer.h:221:40: error: expected ';' at end of declaration list
LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
^
;
/usr/local/include/unicode/localpointer.h:366:30: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
^
/usr/local/include/unicode/localpointer.h:366:36: error: expected ';' at end of declaration list
LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
^
;
In file included from src/formats/formatmanager.cpp:54:
In file included from /usr/local/include/unicode/ucsdet.h:29:
/usr/local/include/unicode/uenum.h:68:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close);
^
/usr/local/include/unicode/localpointer.h:493:53: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
^
In file included from src/formats/formatmanager.cpp:54:
In file included from /usr/local/include/unicode/ucsdet.h:29:
/usr/local/include/unicode/uenum.h:68:1: error: expected ';' at end of declaration list
/usr/local/include/unicode/localpointer.h:493:60: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
^
/usr/local/include/unicode/platform.h:503:23: note: expanded from macro 'U_NOEXCEPT'
# define U_NOEXCEPT noexcept
^
In file included from src/formats/formatmanager.cpp:54:
/usr/local/include/unicode/ucsdet.h:106:1: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
U_DEFINE_LOCAL_OPEN_POINTER(LocalUCharsetDetectorPointer, UCharsetDetector, ucsdet_close);
^
/usr/local/include/unicode/localpointer.h:493:53: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
^
In file included from src/formats/formatmanager.cpp:54:
/usr/local/include/unicode/ucsdet.h:106:1: error: expected ';' at end of declaration list
/usr/local/include/unicode/localpointer.h:493:60: note: expanded from macro 'U_DEFINE_LOCAL_OPEN_POINTER'
LocalPointerClassName(LocalPointerClassName &&src) U_NOEXCEPT \
^
/usr/local/include/unicode/platform.h:503:23: note: expanded from macro 'U_NOEXCEPT'
# define U_NOEXCEPT noexcept
^
Regressed by: https://github.com/unicode-org/icu/commit/35ce5296c1d3
PR: 232300
Reported by: antoine (via exp-run)
Notes:
svn path=/head/; revision=482461
|
|
|
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/5cbeca8c5..c949506be
Notes:
svn path=/head/; revision=482458
|
|
|
|
|
|
|
|
| |
Reported by: tobik
Pointyhat to: swills
Notes:
svn path=/head/; revision=482390
|
|
|
|
|
|
|
|
| |
PR: 232364
Submitted by: Nathan <ndowens@yahoo.com>
Notes:
svn path=/head/; revision=482373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Linphone uses Qt5 now instead of GTK2.
audio/bcg729:
- switch to cmake, required by net/mediastreamer
- download distfile instead of using gitlab
- fix license: source code allows later GPL version
audio/msbcg729: deleted, net/mediastreamer contains a G.729 codec now
audio/msilbc: deleted, superseded by multimedia/mswebrtc
deskutils/belcard: version 1.0.2
multimedia/bcmatroska2: version 0.23
multimedia/msopenh264: version 1.2.1
multimedia/mswebrtc: version 1.1.1
multimedia/msx264: deleted, superseded by msopenh264
net/bctoolbox: version 0.6.0
net/belle-sip: version 1.6.3
net/liblinphone: version 3.12.0
net/linphone: version 4.1.1 + upstream Qt 5.11 patches
net/mediastreamer: version 2.16.1 + upstream libsrtp2 patch
net/ortp: version 1.0.2 + bump dependent port devel/libosmo-abis
security/bzrtp: version 1.0.6
textproc/belr: version 0.1.3
Notes:
svn path=/head/; revision=482343
|
|
|
|
|
|
|
| |
Changes: https://aomedia.googlesource.com/aom/+log/05a43ffce..5cbeca8c5
Notes:
svn path=/head/; revision=482309
|
|
|
|
| |
Notes:
svn path=/head/; revision=482231
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Disable them on FreeBSD 10 as they are unlikely to work there
- Make sure the necessary evdev headers can be found
xbmc/windowing/wayland/WindowDecorator.cpp:16:10: fatal error: 'linux/input-event-codes.h' file not found
#include <linux/input-event-codes.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
- Explicitly link with libpthread and librt to get past the configure
stage with GBM=on
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_settime'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_delete'
/usr/local/lib/libepoll-shim.so: undefined reference to `pthread_getthreadid_np'
/usr/local/lib/libepoll-shim.so: undefined reference to `pthread_create'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_create'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_getoverrun'
PR: 232299
Notes:
svn path=/head/; revision=482209
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://cgit.freedesktop.org/wayland/wayland-protocols/log/?h=1.16
PR: 226408
Submitted by: Greg V
Approved by: maintainer timeout (2 months via bug 230652)
Notes:
svn path=/head/; revision=482193
|
|
|
|
|
|
|
| |
Changelog: https://forums.plex.tv/t/plex-media-server/30447/236
Notes:
svn path=/head/; revision=482128
|
|
|
|
|
|
|
|
| |
PR: 232104
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes:
svn path=/head/; revision=482067
|