non port: audio/lastfm-desktop/Makefile |
SVNWeb
|
Number of commits found XX: 34 |
Wed, 16 Jan 2019
|
[ 11:13 tijl ] 
490472 accessibility/kdeaccessibility/Makefile
490472 accessibility/kmag/Makefile
490472 accessibility/kmousetool/Makefile
490472 accessibility/kmouth/Makefile
490472 accessibility/qt5-speech/Makefile
490472 archivers/ark/Makefile
490472 archivers/kf5-karchive/Makefile
490472 archivers/peazip/Makefile
490472 archivers/quazip/Makefile
490472 astro/gpsbabel/Makefile
(Only the first 10 of 1089 ports in this commit are shown above. )
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 )
|
Thu, 3 Jan 2019
|
[ 15:07 riggs ] 
489184 audio/lastfm-desktop/Makefile
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 ] 
489088 audio/lastfm-desktop/Makefile
Mark BROKEN. Port requires a qt4 build of vlc which was deprecated.
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] 
486467 accessibility/qt4-accessible/Makefile
486467 archivers/quazip/Makefile
486467 astro/gpsd/Makefile
486467 astro/qlandkartegt/Makefile
486467 astro/stellarium-qt4/Makefile
486467 astro/xglobe/Makefile
486467 audio/acoustid-fingerprinter/Makefile
486467 audio/audex/Makefile
486467 audio/clementine-player/Makefile
486467 audio/creox/Makefile
(Only the first 10 of 464 ports in this commit are shown above. )
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 ] 
484273 astro/siril/Makefile
484273 audio/acoustid-fingerprinter/Makefile
484273 audio/alsa-plugins/Makefile
484273 audio/aqualung/Makefile
484273 audio/aubio/Makefile
484273 audio/audacity/Makefile
484273 audio/baresip/Makefile
484273 audio/beets/Makefile
484273 audio/cantata/Makefile
484273 audio/carla/Makefile
(Only the first 10 of 188 ports in this commit are shown above. )
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 ] 
473503 CHANGES
473503 Mk/Scripts/qa.sh
473503 Mk/Uses/qmake.mk
473503 Mk/Uses/qt-dist.mk
473503 Mk/Uses/qt.mk
473503 Mk/bsd.port.mk
473503 Mk/bsd.qt.mk
473503 Mk/bsd.sanity.mk
473503 accessibility/jovie-kde4/Makefile
473503 accessibility/kaccessible-kde4/Makefile
(Only the first 10 of 1416 ports in this commit are shown above. )
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 ] 
472983 MOVED
472983 Mk/bsd.qt.mk
472983 accessibility/kmousetool/Makefile
472983 astro/libkgeomap-kde4/Makefile
472983 astro/marble-kde4/Makefile
472983 astro/marble/Makefile
472983 astro/stellarium-qt4/Makefile
472983 audio/amarok-kde4/Makefile
472983 audio/audiocd-kio/Makefile
472983 audio/juk/Makefile
(Only the first 10 of 105 ports in this commit are shown above. )
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 ] 
468844 astro/siril/Makefile
468844 audio/acoustid-fingerprinter/Makefile
468844 audio/alsa-plugins/Makefile
468844 audio/aqualung/Makefile
468844 audio/aubio/Makefile
468844 audio/audacity/Makefile
468844 audio/baresip/Makefile
468844 audio/beets/Makefile
468844 audio/cantata/Makefile
468844 audio/carla/Makefile
(Only the first 10 of 183 ports in this commit are shown above. )
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 ] 
462745 audio/cueplayer/Makefile
462745 audio/deadbeef/Makefile
462745 audio/gvolwheel/Makefile
462745 audio/lastfm-desktop/Makefile
462745 audio/minitunes/Makefile
462745 audio/rubygem-librmpd/Makefile
462745 benchmarks/nosqlbench/Makefile
462745 cad/qelectrotech/Makefile
462745 converters/fondu/Makefile
462745 converters/ocaml-base64/Makefile
(Only the first 10 of 96 ports in this commit are shown above. )
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary
|
Fri, 2 Feb 2018
|
[ 16:15 amdmi3 ] 
460712 audio/lastfm-desktop/Makefile
460712 audio/lastfm-desktop/files/patch-admin_include.qmake
- 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 ] 
456970 audio/lastfm-desktop/Makefile
456970 audio/lastfm-desktop/files/patch-app_client_Application.cpp
- Fix build issue on 11.x+
|
Thu, 14 Dec 2017
|
[ 16:33 amdmi3 ] 
456306 audio/lastfm-desktop/Makefile
- Fix LICENSE
- Add LICENSE_FILE
- Mark BROKEN on 11.x+
|
Sat, 21 Oct 2017
|
[ 06:50 jbeich ] 
452570 audio/acoustid-fingerprinter/Makefile
452570 audio/alsa-plugins/Makefile
452570 audio/aqualung/Makefile
452570 audio/aubio/Makefile
452570 audio/audacity/Makefile
452570 audio/baresip/Makefile
452570 audio/beets/Makefile
452570 audio/cantata/Makefile
452570 audio/chromaprint/Makefile
452570 audio/cmus/Makefile
(Only the first 10 of 169 ports in this commit are shown above. )
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 ] 
441503 accessibility/redshift/Makefile
441503 astro/boinc-astropulse/Makefile
441503 astro/boinc-setiathome-v7/Makefile
441503 astro/celestia/Makefile
441503 astro/nightfall/Makefile
441503 astro/opencpn/Makefile
441503 astro/openuniverse/Makefile
441503 astro/qlandkartegt/Makefile
441503 audio/amarok-kde4/Makefile
441503 audio/aylet/Makefile
(Only the first 10 of 711 ports in this commit are shown above. )
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 ] 
439367 accessibility/jovie/Makefile
439367 accessibility/kaccessible/Makefile
439367 accessibility/kdeaccessibility4/Makefile
439367 accessibility/kmag/Makefile
439367 accessibility/kmousetool/Makefile
439367 accessibility/kmouth/Makefile
439367 arabic/kde4-l10n/Makefile
439367 archivers/ark/Makefile
439367 astro/kstars/Makefile
439367 astro/libkgeomap/Makefile
(Only the first 10 of 701 ports in this commit are shown above. )
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] 
430235 archivers/zstd/Makefile
430235 astro/libosmium/Makefile
430235 audio/gnuspeechsa/Makefile
430235 audio/lastfm-desktop/Makefile
430235 audio/sooperlooper/Makefile
430235 audio/teamspeak3-server/Makefile
430235 benchmarks/clpeak/Makefile
430235 biology/jellyfish/Makefile
430235 biology/seqtools/Makefile
430235 cad/freecad/Makefile
(Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Wed, 21 Dec 2016
|
[ 10:08 amdmi3 ] 
429050 audio/lastfm-desktop/Makefile
- Mark BROKEN on 9.x i386
Approved by: portmgr blanket
|
Sun, 11 Dec 2016
|
[ 15:22 jbeich ] 
428352 audio/acoustid-fingerprinter/Makefile
428352 audio/alsa-plugins/Makefile
428352 audio/amarok-kde4/Makefile
428352 audio/aqualung/Makefile
428352 audio/aubio/Makefile
428352 audio/audacity/Makefile
428352 audio/baresip/Makefile
428352 audio/beets/Makefile
428352 audio/cantata/Makefile
428352 audio/chromaprint/Makefile
(Only the first 10 of 160 ports in this commit are shown above. )
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 ] 
418001 audio/lastfm-desktop/Makefile
418001 audio/lastfm-desktop/distinfo
418001 audio/lastfm-desktop/files/lastfm-desktop.sh.in
418001 audio/lastfm-desktop/files/patch-app_client_Fingerprinter_LAV_Source.cpp
418001 audio/lastfm-desktop/files/patch-app_client_MediaDevices_IpodDevice_linux.cpp
418001 audio/lastfm-desktop/files/patch-app_client_Services_RadioService_RadioService.cpp
418001 audio/lastfm-desktop/files/patch-app_fingerprinter_LAV__Source.cpp
418001 audio/lastfm-desktop/pkg-plist
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 )
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] 
412344 Mk/Uses/gecko.mk
412344 Mk/bsd.fpc.mk
412344 Mk/bsd.gecko.mk
412344 Mk/bsd.port.mk
412344 accessibility/accerciser/Makefile
412344 accessibility/at-spi/Makefile
412344 accessibility/at-spi2-atk/Makefile
412344 accessibility/at-spi2-core/Makefile
412344 accessibility/caribou/Makefile
412344 accessibility/dasher/Makefile
(Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 28 Sep 2014
|
[ 23:02 avilla ] 
369504 audio/amarok-kde4/Makefile
369504 audio/clementine-player/Makefile
369504 audio/gtkpod/Makefile
369504 audio/lastfm-desktop/Makefile
369504 audio/libgpod/Makefile
369504 audio/rhythmbox/Makefile
369504 graphics/kipi-plugin-ipodexport/Makefile
369504 sysutils/fusefs-ifuse/Makefile
369504 sysutils/fusefs-pod/Makefile
- Chase libplist shlib bump.
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] 
367888 accessibility/accerciser/Makefile
367888 accessibility/jovie/Makefile
367888 accessibility/kaccessible/Makefile
367888 accessibility/kdeaccessibility4/Makefile
367888 accessibility/kmag/Makefile
367888 accessibility/kmousetool/Makefile
367888 accessibility/kmouth/Makefile
367888 accessibility/orca/Makefile
367888 arabic/kde4-l10n/Makefile
367888 arabic/libreoffice/Makefile
(Only the first 10 of 3171 ports in this commit are shown above. )
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 ] 
366487 audio/lastfm-desktop/Makefile
366487 audio/lastfm-desktop/files/patch-app_client_Services_RadioService_RadioService.cpp
Unbreak
Approved by: I don't like broken ports.
|
Thu, 28 Aug 2014
|
[ 17:26 antoine ] 
366441 archivers/rpm5/Makefile
366441 audio/lastfm-desktop/Makefile
366441 databases/jasperreports/Makefile
366441 devel/cocaine-core/Makefile
366441 graphics/ruby-tgif/Makefile
366441 textproc/apache-poi/Makefile
Deprecate ports broken for more than 6 months
With hat: portmgr
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] 
363371 archivers/file-roller/Makefile
363371 audio/amarok-kde4/Makefile
363371 audio/freedesktop-sound-theme/Makefile
363371 audio/ipod-sharp/Makefile
363371 audio/lastfm-desktop/Makefile
363371 audio/liquidsoap/Makefile
363371 biology/crux/Makefile
363371 biology/pymol/Makefile
363371 comms/gammu-devel/Makefile
363371 comms/gtkmmorse/Makefile
(Only the first 10 of 426 ports in this commit are shown above. )
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 ] 
345580 audio/lastfm-desktop/Makefile
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 ] 
344898 astro/libkgeomap/Makefile
344898 astro/stellarium/Makefile
344898 audio/amarok-kde4/Makefile
344898 audio/audex/Makefile
344898 audio/creox/Makefile
344898 audio/cuberok/Makefile
344898 audio/kaudiocreator/Makefile
344898 audio/kid3-kde4/Makefile
344898 audio/kstreamripper/Makefile
344898 audio/lastfm-desktop/Makefile
(Only the first 10 of 241 ports in this commit are shown above. )
- Bump PORTREVISION after KDE4_PREFIX change
|
Fri, 22 Nov 2013
|
[ 12:55 makc ] 
334586 archivers/quazip/Makefile
334586 audio/cuberok/Makefile
334586 audio/cueplayer/Makefile
334586 audio/lastfm-desktop/Makefile
334586 audio/mehdiaplayer/Makefile
334586 audio/midipp/Makefile
334586 audio/minitunes/Makefile
334586 audio/mumble/Makefile
334586 audio/murmur/Makefile
334586 audio/qmpdclient/Makefile
(Only the first 10 of 42 ports in this commit are shown above. )
- 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 ] 
331767 audio/lastfm-desktop/Makefile
331767 audio/lastfm-desktop/files/patch-admin_qmake_3rdparty.pro.inc
audio/lastfm-desktop: link against ffmpeg
- Link against ffmpeg
Approved by: portmgr (bapt, implicit)
|
Fri, 20 Sep 2013
|
[ 14:36 bapt ] 
327706 audio/HVSC-Update/Makefile
327706 audio/Maaate/Makefile
327706 audio/aacgain/Makefile
327706 audio/aacplusenc/Makefile
327706 audio/abcde/Makefile
327706 audio/abcmidi/Makefile
327706 audio/abcselect/Makefile
327706 audio/abraca/Makefile
327706 audio/acoustid-fingerprinter/Makefile
327706 audio/adplay/Makefile
(Only the first 10 of 879 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
|
Wed, 18 Sep 2013
|
[ 08:38 bapt ] 
327535 audio/lastfm-desktop/Makefile
327535 audio/mumble/Makefile
327535 deskutils/fbreader/Makefile
327535 deskutils/libopensync-plugin-evolution2-devel/Makefile
327535 devel/py-statgrab/Makefile
327535 editors/openoffice-3/Makefile
327535 editors/openoffice-4/Makefile
327535 editors/openoffice-devel/Makefile
327535 games/pink-pony/Makefile
327535 games/trophy/Makefile
(Only the first 10 of 24 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Mon, 22 Jul 2013
|
[ 14:34 vg ] 
323455 audio/cueplayer/Makefile
323455 audio/deadbeef/Makefile
323455 audio/gvolwheel/Makefile
323455 audio/lastfm-desktop/Makefile
323455 audio/mehdiaplayer/Makefile
323455 audio/minitunes/Makefile
323455 audio/tepsonic/Makefile
323455 benchmarks/nosqlbench/Makefile
323455 cad/qelectrotech/Makefile
323455 converters/fondu/Makefile
(Only the first 10 of 89 ports in this commit are shown above. )
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
|
Tue, 25 Jun 2013
|
[ 07:41 mm ] 
321725 audio/beets/Makefile
321725 audio/cmus/Makefile
321725 audio/lastfm-desktop/Makefile
321725 audio/spek/Makefile
321725 comms/dabstick-radio/Makefile
321725 deskutils/libstreamanalyzer/Makefile
321725 emulators/dolphin-emu-devel/Makefile
321725 games/corsix-th/Makefile
321725 graphics/cimg/Makefile
321725 graphics/wxsvg/Makefile
(Only the first 10 of 27 ports in this commit are shown above. )
Update multimedia/ffmpeg1 to 1.2.1
PR: ports/177145
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
|
Sat, 20 Apr 2013
|
[ 09:46 pawel ] 
316136 audio/Makefile
316136 audio/lastfm-desktop
316136 audio/lastfm-desktop/Makefile
316136 audio/lastfm-desktop/distinfo
316136 audio/lastfm-desktop/files
316136 audio/lastfm-desktop/files/lastfm-desktop.sh.in
316136 audio/lastfm-desktop/files/patch-admin_qmake_3rdparty.pro.inc
316136 audio/lastfm-desktop/files/patch-app_client_MediaDevices_IpodDevice_linux.cpp
316136 audio/lastfm-desktop/pkg-descr
316136 audio/lastfm-desktop/pkg-plist
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 XX: 34 |