svn commit: r447453 - head/audio/tomahawk

Tobias C. Berner tcberner at FreeBSD.org
Sun Aug 6 09:11:46 UTC 2017


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


More information about the svn-ports-head mailing list