diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-22 18:07:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-22 18:07:34 +0800 |
commit | 7681a853f00961a05eee2a2db98a9e65b14d84cf (patch) | |
tree | 4d2976a42d5752d2a67638f09ee704100296e31f /audio/lastfm-desktop | |
parent | bd06aa9604d42a2fcc6e511c82035dbe3a788d69 (diff) | |
download | freebsd-ports-gnome-7681a853f00961a05eee2a2db98a9e65b14d84cf.tar.gz freebsd-ports-gnome-7681a853f00961a05eee2a2db98a9e65b14d84cf.tar.zst freebsd-ports-gnome-7681a853f00961a05eee2a2db98a9e65b14d84cf.zip |
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
Diffstat (limited to 'audio/lastfm-desktop')
-rw-r--r-- | audio/lastfm-desktop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/lastfm-desktop/Makefile b/audio/lastfm-desktop/Makefile index e4a70ea463fe..79f0ccbe8cc0 100644 --- a/audio/lastfm-desktop/Makefile +++ b/audio/lastfm-desktop/Makefile @@ -12,6 +12,8 @@ DISTNAME= Last.fm-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Official Last.fm desktop application suite +BROKEN= Does not build + LICENSE= GPLv3 LIB_DEPENDS= liblastfm.so:${PORTSDIR}/audio/liblastfm \ |