Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2017 09:11:45 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447453 - head/audio/tomahawk
Message-ID:  <201708060911.v769BjCB019186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Aug  6 09:11:45 2017
New Revision: 447453
URL: https://svnweb.freebsd.org/changeset/ports/447453

Log:
  Mark audio/tomahawk broken.
  
  Project has been dead for a while now, and it does not build with
  the current qtkeychain-qt4 (while being that ports only consumer).
  
  PR:		221157
  Differential Revision:	https://reviews.freebsd.org/D11867

Modified:
  head/audio/tomahawk/Makefile

Modified: head/audio/tomahawk/Makefile
==============================================================================
--- head/audio/tomahawk/Makefile	Sun Aug  6 09:01:16 2017	(r447452)
+++ head/audio/tomahawk/Makefile	Sun Aug  6 09:11:45 2017	(r447453)
@@ -31,6 +31,11 @@ CMAKE_ARGS=	-DBUILD_RELEASE="ON"
 CXXFLAGS+=	-Wno-cast-align -I${LOCALBASE}/include
 LDFLAGS+=	-lz
 
+BROKEN=		Does not build against new qtkeychain-0.80.0
+# https://github.com/tomahawk-player/tomahawk/commit/c8389592488c07079f40e7edb9195cfabbc58740
+DEPRECATED=	Project is dead upstream.
+EXPIRATION_DATE=2017-08-31
+
 GH_ACCOUNT=	tomahawk-player
 
 TELEPATHY_LIB_DEPENDS=	libtelepathy-qt4.so:net-im/telepathy-qt4



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