Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Mar 2019 21:55:51
0.11.0_3

|
tcberner  |
Qt4 deprecation: Remove Qt4 and its consumes.
2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 (Only the first 15 lines of the commit message are shown above ) |
16 Jan 2019 11:13:45
0.11.0_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 ) |
25 Dec 2018 20:25:40
0.11.0_2

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
02 Dec 2018 15:41:48
0.11.0_2

|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
06 Nov 2018 01:50:27
0.11.0_2

|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
28 Jun 2018 17:39:55
0.11.0_1

|
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 |
02 May 2018 15:07:27
0.11.0_1

|
jbeich  |
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 |
03 Dec 2017 17:37:02
0.11.0

|
riggs  |
Update to upstream version 0.11.0
Details:
- Update to upstream version 0.11.0
- New OPTIONS: GOOM, HISTORY, FFVIDEO
- Pet portlint
PR: 223927
Submitted by: liangtai.s16@gmail.com (maintainer) |
13 Aug 2017 22:25:15
0.10.3

|
ultima  |
* Updated to 0.10.3
* Cleanup Makefile
* Add license file
PR: 221248
Submitted by: SimaMoto,RyoTa (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12000 |
25 Apr 2017 08:20:31
0.10.2_1

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
25 Mar 2017 17:51:37
0.10.2

|
riggs  |
Update to upstream version 0.10.2, use CMAKE_BOOL helpers
PR: 218020
Submitted by: liangtai.s16@gmail.com (maintainer) |
21 Oct 2016 12:51:41
0.10.0

|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
25 Jun 2016 19:35:24
0.10.0

|
olivierd  |
- Update to 0.10.0
- Add new option, SRCONV
PR: 210525
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer) |
11 Jun 2016 08:47:57
0.9.5

|
olivierd  |
- Update to 0.9.5
- Set PORTSCOUT to specify targeted version is 0.*, not 1.*
PR: 209914
Submitted by: <liangtai.s16@gmail.com> (maintainer) |
09 May 2016 17:18:47
0.9.4

|
olivierd  |
- Update to 0.9.4 [2]
- Replace CFLAGS, and LDFLAGS by USES= localbase [2]
- Adjust dependencies [1]
PR: 209246
Submitted by: <liangtai.s16@gmail.com> (maintainer) [1], myself [2] |
01 Apr 2016 14:16:20
0.9.3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
25 Dec 2015 17:39:11
0.9.3

|
olivierd  |
- Update multimedia/qmmp to 0.9.5
- Update multimedia/qmmp-plugin-pack to 0.9.3
- Add multimedia/qmmp-qt5 (1.0.4)
- Add multimedia/qmmp-plugin-pack-qt5 (1.0.2)
Qmmp 0.9.x works only with Qt4, whereas 1.x switched to Qt5
PR: 203948
Submitted by: <liangtai.s16@gmail.com> (maintainer) |
14 Jan 2015 21:52:01
0.8.3

|
bapt  |
Update qmmp and its plugin pack to 0.8.3
Clean up plist
PR: 196634
Submitted by: jdhore1@gmail.com (patch by maintainer) |
10 Sep 2014 20:50:37
0.8.0_1

|
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
02 Aug 2014 21:03:57
0.8.0

|
riggs  |
- Update to upstream version 0.8.0
- Add additonal OPTIONS for replay gain scanner, sid support and
GNOME/Cinnamon hotkeys
- General cleanups
PR: 188347
Submitted by: liangtai.s16@gmail.com (maintainer)
Approved by: mentors (implicit) |
29 Jul 2014 18:41:17
0.7.4_1

|
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
11 Jun 2014 21:43:58
0.7.4_1

|
bar  |
- Added libtool to USES for audio/wildmidi
- Bump PORTREVISION for dependent ports
Approved by: portsmgr blanket |
17 Jan 2014 16:00:09
0.7.4

|
makc  |
- Update to 0.7.4
- Fix build with non-default options
- Remove obsolete patch (CMAKE_INSTALL_RPATH_USE_LINK_PATH is now set globally)
PR: ports/185219
Submitted by: RyoTa SimaMoto (maintainer) |
13 Nov 2013 13:12:00
0.7.3

|
wg  |
multimedia/qmmp-plugin-pack: update to 0.7.3
- Update to 0.7.3
- Use options helpers
PR: ports/183919
Submitted by: maintainer |
19 Oct 2013 16:43:33
0.7.2

|
wg  |
multimedia/ffmpeg: update to 2.0.1
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt) |
20 Sep 2013 20:57:49
0.6.2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
23 Apr 2013 14:20:28
0.6.2

|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
22 Mar 2013 20:06:15
0.6.2

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
19 Aug 2012 12:47:13
0.6.2
|
madpilot  |
- Update to 0.6.2
- Add build dependency on pkgconfig
- Add option controlling asm optimizations (only for i386 and amd64,
defaults to on)
- While here fix usage of ${ARCH}
PR: ports/170668
Submitted by: RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
Approved by: crees, tabthorpe (mentors, implicit) |
04 Jul 2012 21:03:52
0.6.0
|
pawel  |
Additional plug-ins for Qt MultiMedia Player
- MPG123: provides MPEG v1/2 layer1/2/3 support with use of
libmpg123 library
- FFap: provides enhanced Monkey's Audio (APE) support
(24-bit samples and embedded cue support)
- Simple Ui: simple user interface based on standard widgets set
WWW: http://qmmp.ylsoftware.com/ or http://code.google.com/p/qmmp/
PR: ports/169574
Submitted by: SimaMoto,RyoTa <liangtai.s4@gmail.com> |