diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-22 10:07:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-22 10:07:34 +0000 |
commit | 8124010ad51f92974a87c3fdb5e381150ee0a379 (patch) | |
tree | 4d2976a42d5752d2a67638f09ee704100296e31f /audio/lastfm-desktop | |
parent | b447407b1b14e7d6312acfca68abd2d4d126bffc (diff) | |
download | ports-8124010ad51f92974a87c3fdb5e381150ee0a379.tar.gz ports-8124010ad51f92974a87c3fdb5e381150ee0a379.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
Notes
Notes:
svn path=/head/; revision=345580
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 \ |