| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove patch (added upstream)
- Disable ZSH completion option for the time being. The way we currently generate
ZSH completion is known to be incompatible with cross-compilation, which is
actually why it's disabled by default upstream [1]
Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.27.0
PR: 221876 [1]
Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Notes:
svn path=/head/; revision=449784
|
|
|
|
|
|
|
| |
Upstream rerolled the tarball with changes unrelated to this port.
Notes:
svn path=/head/; revision=449759
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Upstream rerolled the tarball with the following change:
--- MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/File_Mpeg4_Elements.cpp.orig 2017-09-11 20:01:14.000000000 +0800
+++ MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/File_Mpeg4_Elements.cpp 2017-09-12 21:03:36.000000000 +0800
@@ -2764,7 +2764,7 @@
Fill(Stream_General, 0, "Media/UUID", Value);
else if (Parameter=="com.apple.finalcutstudio.media.history.uuid")
Fill(Stream_General, 0, "Media/History/UUID", Value);
- else if (Parameter=="com.apple.proapps.logNote")
+ else if (Parameter=="com.universaladid.idregistry")
{
Fill(Stream_General, 0, "AdID_Registry", Value);
Fill_SetOptions(Stream_General, 0, "AdID_Registry", "N NTY");
@@ -2774,7 +2774,7 @@
Fill_SetOptions(Stream_General, 0, "AdID/String", "Y NTN");
}
}
- else if (Parameter=="com.apple.proapps.reel")
+ else if (Parameter=="com.universaladid.idvalue")
{
Fill(Stream_General, 0, "AdID_Value", Value);
Fill_SetOptions(Stream_General, 0, "AdID_Value", "N NTY");
Notes:
svn path=/head/; revision=449758
|
|
|
|
|
|
|
| |
Upstream rerolled the tarball with changes unrelated to this port.
Notes:
svn path=/head/; revision=449757
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/utils.cpp:269:17: error: variable has incomplete type 'icu::UnicodeString'
UnicodeString ustr;
^
/usr/local/include/unicode/locid.h:50:7: note: forward declaration of 'icu::UnicodeString'
class UnicodeString;
^
PR: 218788
Obtained from: upstream
Notes:
svn path=/head/; revision=449740
|
|
|
|
|
|
|
|
| |
Changes: https://mediaarea.net/MediaInfo/ChangeLog
https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt
Notes:
svn path=/head/; revision=449719
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt
https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt
Notes:
svn path=/head/; revision=449718
|
|
|
|
|
|
|
| |
Changes: https://github.com/MediaArea/ZenLib/blob/master/History.txt
Notes:
svn path=/head/; revision=449717
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 222183
Submitted by: rozhuk.im@gmail.com
Reviewed by: hselasky
Approved by: cpm (maintainer)
Notes:
svn path=/head/; revision=449700
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Security: CVE-2017-14054 CVE-2017-14055 CVE-2017-14056 CVE-2017-14057
Security: CVE-2017-14058 CVE-2017-14059 CVE-2017-14169 CVE-2017-14170
Security: CVE-2017-14171 CVE-2017-14222 CVE-2017-14223 CVE-2017-14225
MFH: 2017Q3
Notes:
svn path=/head/; revision=449689
|
|
|
|
|
|
|
| |
Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.09...485ba78
Notes:
svn path=/head/; revision=449659
|
|
|
|
| |
Notes:
svn path=/head/; revision=449657
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix various portlint warnings
- Add missing LICENSE_FILE
- Update pkg-descr to match recent upstream development
The update was postponed a few times because early 4.2 releases
had some serious regressions on FreeBSD. I know that there are
still a few issues in the current release especially around IPTV
and SAT>IP but they do not seem to be FreeBSD specific. If you
run into regressions please let me know then we can still decide
if we need to keep tvheadend 4.0 around.
Thanks to all people for their patience and the people which helped
during the testing phase especially Rainer and Heiko!
Thanks to: Rainer Hurling <rhurlin@gwdg.de>,
Heiko Kirschke <heiko.kirschke@posteo.de>
Notes:
svn path=/head/; revision=449622
|
|
|
|
|
|
|
|
|
|
|
| |
since the initial version
PR: 221741
Submitted by: myself
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=449616
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
|
| |
- Update BROKEN: use lowercase for leading character
- Regenerate patch files with makepatch:
Notes:
svn path=/head/; revision=449568
|
|
|
|
|
|
|
| |
Changelog: https://forums.plex.tv/discussion/comment/1512281/#Comment_1512281
Notes:
svn path=/head/; revision=449435
|
|
|
|
|
|
|
| |
- Cosmetic fixes
Notes:
svn path=/head/; revision=449330
|
|
|
|
|
|
|
| |
Changes: https://github.com/cmdrkotori/mpc-qt/compare/af00b5b...v17.09
Notes:
svn path=/head/; revision=449166
|
|
|
|
| |
Notes:
svn path=/head/; revision=449048
|
|
|
|
|
|
|
| |
- (LiveTV) Stability improvements
Notes:
svn path=/head/; revision=449037
|
|
|
|
|
|
|
|
|
|
| |
PR: 221599
Reviewed by: rakuco
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12067
Notes:
svn path=/head/; revision=448892
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
PR: 221653
Submitted by: sunpoet (myself)
Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Notes:
svn path=/head/; revision=448832
|
|
|
|
|
|
|
| |
Changelog: https://forums.plex.tv/discussion/comment/1497543/#Comment_1497543
Notes:
svn path=/head/; revision=448702
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
PR: 221654
Submitted by: sunpoet (myself)
Approved by: Christian Heckendorf <heckendorfc@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=448499
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=448476
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=448475
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
Notes:
svn path=/head/; revision=448472
|
|
|
|
|
|
|
|
|
| |
PR: 219469
Submitted by: takefu@airport.fm
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=448433
|
|
|
|
|
|
|
| |
Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.08...af00b5b
Notes:
svn path=/head/; revision=448425
|
|
|
|
| |
Notes:
svn path=/head/; revision=448388
|
|
|
|
|
|
|
| |
MFH: 2017Q3
Notes:
svn path=/head/; revision=448310
|
|
|
|
| |
Notes:
svn path=/head/; revision=448202
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.3.3:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Security: CVE-2017-9608 CVE-2017-11399 CVE-2017-11665 CVE-2017-11665 CVE-2017-11719
MFH: 2017Q3
Notes:
svn path=/head/; revision=448015
|
|
|
|
|
|
|
| |
Changelog: http://forums.plex.tv/discussion/comment/1497543/#Comment_1497543
Notes:
svn path=/head/; revision=447983
|
|
|
|
|
|
|
|
| |
Changes this release:
https://github.com/MediaBrowser/Emby/releases/tag/3.2.27.0
Notes:
svn path=/head/; revision=447929
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Cleanup Makefile
PR: 221241
Submitted by: <peo@bsdlabs.com>
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D11993
Notes:
svn path=/head/; revision=447919
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Cleanup Makefile
* Add license file
PR: 221248
Submitted by: SimaMoto,RyōTa (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12000
Notes:
svn path=/head/; revision=447918
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Cleanup Makefile
* Added license file
PR: 221247
Submitted by: SimaMoto,RyōTa (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11999
Notes:
svn path=/head/; revision=447917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added license file
* Cleanup Makefile
PR: 221253
Submitted by: SimaMoto,RyōTa (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11994
Notes:
svn path=/head/; revision=447916
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Cleanup Makefile
* Added license file
PR: 221250
Submitted by: SimaMoto,RyōTa (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11998
Notes:
svn path=/head/; revision=447915
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/cmdrkotori/mpc-qt/compare/ec7ef77...v17.08
Changes: https://github.com/cmdrkotori/mpc-qt/releases/tag/v17.08
Notes:
svn path=/head/; revision=447880
|
|
|
|
|
|
|
|
| |
Changes: https://mediaarea.net/MediaInfo/ChangeLog
https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt
Notes:
svn path=/head/; revision=447795
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt
https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt
Notes:
svn path=/head/; revision=447794
|
|
|
|
|
|
|
| |
Changes: https://github.com/MediaArea/ZenLib/blob/master/History.txt
Notes:
svn path=/head/; revision=447793
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.07...ec7ef77
MFH: 2017Q3
Notes:
svn path=/head/; revision=447731
|
|
|
|
| |
Notes:
svn path=/head/; revision=447730
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort Makefile to make portlint happy
- Bump PORTREVISION
PR: 220603
Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
Approved by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer)
MFH: 2017Q3 (blanket)
Notes:
svn path=/head/; revision=447558
|
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- USES=localbase
- Add LICENSE_FILE
Notes:
svn path=/head/; revision=447461
|
|
|
|
|
|
|
| |
more easily contribute to their maintenance.
Notes:
svn path=/head/; revision=447386
|