Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Nov 2019 18:07:22
18.08_4

|
zeising  |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
06 Nov 2019 14:50:16
18.08_4

|
jbeich  |
multimedia/mpc-qt: upstream disappeared, so use a mirror for now
fetch:
https://codeload.github.com/cmdrkotori/mpc-qt/tar.gz/v18.08?dummy=/cmdrkotori-mpc-qt-v18.08_GH0.tar.gz:
Not Found |
06 Nov 2019 14:00:19
18.08_4

|
antoine  |
Mark a few ports BROKEN (unfetchable) |
14 Sep 2019 22:01:13
18.08_4

|
jbeich  |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
26 Jul 2019 20:46:57
18.08_4

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
16 Jan 2019 11:13:45
18.08_3

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2018 01:35:36
18.08_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
11 Sep 2018 18:34:28
18.08_1

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
10 Sep 2018 13:14:52
18.08

|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
04 Aug 2018 17:03:46
18.08

|
jbeich  |
multimedia/mpc-qt: track PORTEPOCH since r331464 |
04 Aug 2018 16:59:04
18.08

|
jbeich  |
multimedia/mpc-qt: update to 18.08
- Build with modern Clang to avoid playback crash on FreeBSD 10.4:
$ mpc-qt /path/to/foo.mkv
[...]
Thread 1 received signal SIGSEGV, Segmentation fault.
0x0000000800da8721 in mpv_render_context_render (ctx=0x81580ac40,
params=0x7fffffff3f30)
at ../video/out/vo_libmpv.c:405
405 if (GET_MPV_RENDER_PARAM(params,
MPV_RENDER_PARAM_BLOCK_FOR_TARGET_TIME,
(gdb) backtrace full
#0 0x0000000800da8721 in mpv_render_context_render (ctx=0x81580ac40,
params=0x7fffffff3f30)
at ../video/out/vo_libmpv.c:405
do_render = 1
frame = 0x8263046a0 (Only the first 15 lines of the commit message are shown above ) |
29 Jul 2018 22:18:46
18.03_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
28 Jun 2018 17:39:55
18.03

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
11 May 2018 01:50:28
18.03

|
jbeich  |
multimedia/mpc-qt: update to 18.03
Changes: https://github.com/cmdrkotori/mpc-qt/compare/78c4816...v18.03 |
26 Jan 2018 14:38:43
17.11.10

|
jbeich  |
multimedia/mpc-qt: update to 17.11.10
Changes: https://github.com/cmdrkotori/mpc-qt/compare/0fff34c...78c4816 |
23 Dec 2017 00:16:31
17.11.8

|
jbeich  |
multimedia/mpc-qt: update to 17.11.8
Changes: https://github.com/cmdrkotori/mpc-qt/compare/b6b5e54...0fff34c |
19 Nov 2017 01:06:21
17.11.4

|
jbeich  |
multimedia/mpc-qt: update to 17.11.4
Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.11...b6b5e54 |
01 Nov 2017 14:35:47
17.11

|
jbeich  |
multimedia/mpc-qt: update to 17.11
Changes: https://github.com/cmdrkotori/mpc-qt/releases/tag/v17.11
Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.10...v17.11
MFH: 2017Q4 (mostly bug fixes, remains a snapshot) |
02 Oct 2017 09:55:52
17.10

|
jbeich  |
multimedia/mpc-qt: chase submodule after r451073
Changes: https://github.com/Argon-/mpv-stats/compare/6a37a6d...f42aa68
MFH: 2017Q4 |
02 Oct 2017 09:50:35
17.10

|
jbeich  |
multimedia/mpc-qt: update to 17.10
Changes: https://github.com/cmdrkotori/mpc-qt/compare/1f6806d...v17.10
MFH: 2017Q4 |
25 Sep 2017 03:19:27
17.09.18

|
jbeich  |
multimedia/mpc-qt: update to 17.09.18
Changes: https://github.com/cmdrkotori/mpc-qt/compare/485ba78...1f6806d |
11 Sep 2017 15:57:11
17.09.12

|
jbeich  |
multimedia/mpc-qt: update to 17.09.12
Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.09...485ba78 |
10 Sep 2017 20:55:39
17.09_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(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 |
03 Sep 2017 00:42:02
17.09

|
jbeich  |
multimedia/mpc-qt: update to 17.09
Changes: https://github.com/cmdrkotori/mpc-qt/compare/af00b5b...v17.09 |
20 Aug 2017 13:41:46
17.08.13

|
jbeich  |
multimedia/mpc-qt: update to 17.08.13
Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.08...af00b5b |
13 Aug 2017 11:24:43
17.08

|
jbeich  |
multimedia/mpc-qt: update to 17.08
Changes: https://github.com/cmdrkotori/mpc-qt/compare/ec7ef77...v17.08
Changes: https://github.com/cmdrkotori/mpc-qt/releases/tag/v17.08 |
11 Aug 2017 04:41:44
17.07.34

|
jbeich  |
multimedia/mpc-qt: update to 17.07.34
Changes: https://github.com/cmdrkotori/mpc-qt/compare/v17.07...ec7ef77
MFH: 2017Q3 |
11 Aug 2017 04:41:31
17.07_2

|
jbeich  |
multimedia/mpc-qt: fix missing icons after r443673 |
19 Jul 2017 23:06:04
17.07_1

|
cpm  |
multimedia/mpc-qt:
- Add patch to fix mpcwidget crash on mpv 0.26.0
multimedia/mpv:
- Update mpv to 0.26.0
- Update waf to 1.9.8 using the same waf version as bootstrap.py
- Update ffmpeg version required to 3.3
- Drop unnecessary CONFIGURE_ARGS options
- Fix option helpers
- Update WWW in pkg-descr
Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.26.0
Reviewed by: jbeich
Approved by: jbeich (mpc-qt, maintainer)
Differential Revision: https://reviews.freebsd.org/D11655 |
01 Jul 2017 15:54:24
17.07

|
jbeich  |
multimedia/mpc-qt: switch to a nearby tag
The new versioning scheme is based on "git describe --tags".
Changes: https://github.com/cmdrkotori/mpc-qt/compare/8835b7f...v17.07
MFH: 2017Q3 |
30 Jun 2017 20:10:08
0.0.0.s20170630

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20170630
Changes: https://github.com/cmdrkotori/mpc-qt/compare/55cfb22...8835b7f |
19 Jun 2017 13:05:13
0.0.0.s20170618

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20170618
Changes: https://github.com/cmdrkotori/mpc-qt/compare/999d18f...55cfb22
MFH: 2017Q2 |
16 Jun 2017 08:39:48
0.0.0.s20170616

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20170616
Changes: https://github.com/cmdrkotori/mpc-qt/compare/508ddd0...999d18f
MFH: 2017Q2 |
23 May 2017 05:03:16
0.0.0.s20170422_1

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
26 Apr 2017 03:39:09
0.0.0.s20170422

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20170422
And pacify stage-qa warning that appeared after r436603
Error: /usr/local/bin/mpc-qt is linked to /usr/local/lib/qt5/libQt5DBus.so.5
from devel/qt5-dbus butit is not declared as a dependency
Warning: you need USE_QT5+=dbus
Changes: https://github.com/cmdrkotori/mpc-qt/compare/76fd545...508ddd0
MFH: 2017Q2 |
25 Apr 2017 08:20:31
0.0.0.s20170412_1

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
13 Apr 2017 20:25:17
0.0.0.s20170412

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20170412
Changes: https://github.com/cmdrkotori/mpc-qt/compare/3cd13a9...76fd545
MFH: 2017Q2 |
01 Apr 2017 15:23:32
0.0.0.s20170329_1

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
31 Mar 2017 14:00:58
0.0.0.s20170329

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20170329
Changes: https://github.com/cmdrkotori/mpc-qt/compare/30b2294...3cd13a9 |
21 Mar 2017 13:24:45
0.0.0.s20170321

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20170321
Changes: https://github.com/cmdrkotori/mpc-qt/compare/e9be455...30b2294 |
12 Mar 2017 09:13:27
0.0.0.s20170312

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20170312
Changes: https://github.com/cmdrkotori/mpc-qt/compare/7ffd261...e9be455 |
05 Mar 2017 14:19:39
0.0.0.s20170305

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20170305
Changes: https://github.com/cmdrkotori/mpc-qt/compare/1aee565...7ffd261 |
22 Feb 2017 02:29:20
0.0.0.s20170221

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20170221
Changes: https://github.com/cmdrkotori/mpc-qt/compare/54b0be7...1aee565 |
31 Dec 2016 16:05:51
0.0.0.s20161230

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20161230
Changes: https://github.com/cmdrkotori/mpc-qt/compare/165c793...54b0be7 |
15 Dec 2016 19:54:07
0.0.0.s20161214

|
jbeich  |
multimedia/mpc-qt: update to 0s20161214
Changes: https://github.com/cmdrkotori/mpc-qt/compare/5853b77...165c793 |
17 Nov 2016 02:58:02
0.0.0.s20161114

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20161114
Changes: https://github.com/cmdrkotori/mpc-qt/compare/24223b8...5853b77 |
02 Nov 2016 02:13:19
0.0.0.s20161028

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20161028
Changes: https://github.com/cmdrkotori/mpc-qt/compare/5d410a5...24223b8 |
07 Oct 2016 13:03:38
0.0.0.s20161007

|
jbeich  |
multimedia/mpc-qt: update to 0.0.0.s20161007
Re-enable -Werror as upstream fixed all warnings per cmdrkotori/mpc-qt#46
Changes: https://github.com/cmdrkotori/mpc-qt/compare/e4c46f6...5d410a5
MFH: 2016Q4 |
29 Sep 2016 00:26:13
0.0.0.s20160921

|
jbeich  |
multimedia/mpc-qt: oops, consistently use PORTNAME |
28 Sep 2016 23:55:44
0.0.0.s20160921

|
jbeich  |
multimedia/mpc-qt: add new port
Media Player Classic Home Cinema is considered by many to be the
quintessential media player for the Windows desktop. Media Player
Classic Qute Theater (mpc-qt) aims to reproduce most of the interface
and functionality of mpc-hc while using libmpv to play video instead
of DirectShow.
https://github.com/cmdrkotori/mpc-qt |