From owner-svn-ports-all@freebsd.org Sun Aug 6 09:11:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62E3ADCD7E5; Sun, 6 Aug 2017 09:11:46 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25E327E22F; Sun, 6 Aug 2017 09:11:46 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v769BjEu019187; Sun, 6 Aug 2017 09:11:45 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v769BjCB019186; Sun, 6 Aug 2017 09:11:45 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201708060911.v769BjCB019186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 6 Aug 2017 09:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447453 - head/audio/tomahawk X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/audio/tomahawk X-SVN-Commit-Revision: 447453 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 09:11:46 -0000 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