Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 10:07:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345580 - head/audio/lastfm-desktop
Message-ID:  <201402221007.s1MA7Ysm077351@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 22 10:07:34 2014
New Revision: 345580
URL: http://svnweb.freebsd.org/changeset/ports/345580
QAT: https://qat.redports.org/buildarchive/r345580/

Log:
  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

Modified:
  head/audio/lastfm-desktop/Makefile

Modified: head/audio/lastfm-desktop/Makefile
==============================================================================
--- head/audio/lastfm-desktop/Makefile	Sat Feb 22 10:05:33 2014	(r345579)
+++ head/audio/lastfm-desktop/Makefile	Sat Feb 22 10:07:34 2014	(r345580)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221007.s1MA7Ysm077351>