notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/lastfm-desktop/Makefile
SVNWeb

Number of commits found: 34

Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 3 Jan 2019
[ 15:07 riggs search for other commits by this committer ] Original commit   Revision:489184
Retire VLC OPTION; subsequently remove OPTIONs for this port

Details:
- Since the removal of vlc-qt4, gstreamer is the only backend choice.
  The only OPTION available was choosing between vlc and gstreamer, hence
  the port no longer supports OPTIONs.
- While on it: Pet portlint

Reported by:	makc
Wed, 2 Jan 2019
[ 16:24 riggs search for other commits by this committer ] Original commit   Revision:489088
Mark BROKEN. Port requires a qt4 build of vlc which was deprecated.
Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
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
Tue, 6 Nov 2018
[ 01:50 jbeich search for other commits by this committer ] Original commit   Revision:484273 (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
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/
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
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
Thu, 21 Jun 2018
[ 16:52 tcberner search for other commits by this committer ] Original commit   Revision:472983 (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
multimedia/*phonon*: update and flavorize with @qt4/@qt5

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
Wed, 2 May 2018
[ 15:07 jbeich search for other commits by this committer ] Original commit   Revision:468844 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
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
Fri, 23 Feb 2018
[ 21:09 rene search for other commits by this committer ] Original commit   Revision:462745 (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
Reset vg@'s ports after he resigned.

With hat:	portmgr-secretary
Fri, 2 Feb 2018
[ 16:15 amdmi3 search for other commits by this committer ] Original commit   Revision:460712
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Fix depends (qt dbus always used, gnome stuff always pulled by libgpod)
- Remove unneeded port.pre.mk
- Verbosify build

Approved by:	portmgr blanket
Fri, 22 Dec 2017
[ 08:54 vg search for other commits by this committer ] Original commit   Revision:456970
- Fix build issue on 11.x+
Thu, 14 Dec 2017
[ 16:33 amdmi3 search for other commits by this committer ] Original commit   Revision:456306
- Fix LICENSE
- Add LICENSE_FILE
- Mark BROKEN on 11.x+
Sat, 21 Oct 2017
[ 06:50 jbeich search for other commits by this committer ] Original commit   Revision:452570 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Sun, 1 Jan 2017
[ 03:45 sunpoet search for other commits by this committer ] Original commit   Revision:430235 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Wed, 21 Dec 2016
[ 10:08 amdmi3 search for other commits by this committer ] Original commit   Revision:429050
- Mark BROKEN on 9.x i386

Approved by:	portmgr blanket
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Sun, 3 Jul 2016
[ 21:40 woodsb02 search for other commits by this committer ] Original commit   Revision:418001
audio/lastfm-desktop: Update to 2.1.36
- Move to official GitHub repo, since the official CDN is out of date
- Patch of LAV_Source.cpp renamed to follow file move, and updated to
  fix build with FFmpeg 3.0.x - obtained from ArchLinx [1].
  Note that multimedia/ffmpeg is currently still on the 2.8.x branch,
  however this patch is backwards compatible with ffmpeg 2.8.x.
- Patch of RadioService.cpp updated - obtained from ArchLinux [2].
- Remove patch of podDevice_linux.cpp, as the change was upstreamed
- Add additional dependencies to LIB_DEPENDS and USE_QT4 as found by
  new stage-qa script.
- Ensure program will appear in desktop manager menus by installing icon
  and adding DESKTOP_ENTRIES.
- Add the audio playback run dependencies, with the option of
  either VLC or GSTREAMER. Without one of these, it crashes upon run.
- Remove the LD_LIBRARY_PATH, as it is no longer needed now that the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 28 Sep 2014
[ 23:02 avilla search for other commits by this committer ] Original commit   Revision:369504
- Chase libplist shlib bump.
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 29 Aug 2014
[ 09:54 arved search for other commits by this committer ] Original commit   Revision:366487
Unbreak

Approved by:	I don't like broken ports.
Thu, 28 Aug 2014
[ 17:26 antoine search for other commits by this committer ] Original commit   Revision:366441
Deprecate ports broken for more than 6 months

With hat:	portmgr
Tue, 29 Jul 2014
[ 18:41 adamw search for other commits by this committer ] Original commit   Revision:363371 (Only the first 10 of 426 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Sat, 22 Feb 2014
[ 10:07 antoine search for other commits by this committer ] Original commit   Revision:345580
Mark broken: Does not build

On 8 and 9:
Services/RadioService/RadioService.cpp: In member function 'void
RadioService::onPhononStateChanged(Phonon::State, Phonon::State)':
Services/RadioService/RadioService.cpp:312: error: ambiguous overload for
'operator<<' in 'StampedDebug(QtDebugMsg, ((const QByteArray&)(&
QByteArray(((const char*)"Services/RadioService/RadioService.cpp")))), 312u,
QByteArray(((const char*)(& __PRETTY_FUNCTION__)))) << oldstate'

On 10 and head:
cd app/client/ && /usr/bin/make -f Makefile all
make[2]: don't know how to make ../../_bin/Last.fm\. Stop

make[2]: stopped in
/wrkdirs/usr/ports/audio/lastfm-desktop/work/lastfm-desktop-2.1.30/app/client
*** Error code 2

Reported by:	pkg-fallout since november 2013
Tue, 18 Feb 2014
[ 14:31 makc search for other commits by this committer ] Original commit   Revision:344898 (Only the first 10 of 241 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION after KDE4_PREFIX change
Fri, 22 Nov 2013
[ 12:55 makc search for other commits by this committer ] Original commit   Revision:334586 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
Sun, 27 Oct 2013
[ 12:24 wg search for other commits by this committer ] Original commit   Revision:331767
audio/lastfm-desktop: link against ffmpeg

- Link against ffmpeg

Approved by:	portmgr (bapt, implicit)
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Wed, 18 Sep 2013
[ 08:38 bapt search for other commits by this committer ] Original commit   Revision:327535 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Mon, 22 Jul 2013
[ 14:34 vg search for other commits by this committer ] Original commit   Revision:323455 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
 - Changed my email
 - Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
Tue, 25 Jun 2013
[ 07:41 mm search for other commits by this committer ] Original commit   Revision:321725 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Update multimedia/ffmpeg1 to 1.2.1

PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
Sat, 20 Apr 2013
[ 09:46 pawel search for other commits by this committer ] Original commit   Revision:316136
Enhance your listening experience, stay up-to-date with what your friends are
listening to, view your listening history and share it with friends. The more
Last.fm learns what you like, the better it gets.

WWW: http://www.last.fm/download

PR:		ports/177233
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
Feature safe:	yes

Number of commits found: 34