From owner-svn-ports-head@FreeBSD.ORG Wed Feb 25 13:16:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69E8F984; Wed, 25 Feb 2015 13:16:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 55EE9694; Wed, 25 Feb 2015 13:16:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1PDGaQi001223; Wed, 25 Feb 2015 13:16:36 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PDGaiA001222; Wed, 25 Feb 2015 13:16:36 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201502251316.t1PDGaiA001222@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 25 Feb 2015 13:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379909 - head/net-p2p/bitcoin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 13:16:36 -0000 Author: koobs Date: Wed Feb 25 13:16:35 2015 New Revision: 379909 URL: https://svnweb.freebsd.org/changeset/ports/379909 QAT: https://qat.redports.org/buildarchive/r379909/ Log: net-p2p/bitcoin: Use linguisttools, 45 less dependencies Take advantage of the new qt4-linguisttools port [1] to eliminate 45 build dependencies. [1] https://svnweb.freebsd.org/changeset/ports/379843 PR: 198024 Submitted by: Robert Backhaus (maintainer) Modified: head/net-p2p/bitcoin/Makefile Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Wed Feb 25 13:16:31 2015 (r379908) +++ head/net-p2p/bitcoin/Makefile Wed Feb 25 13:16:35 2015 (r379909) @@ -22,7 +22,7 @@ SLAVE_PORT?= no .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" USES+= desktop-file-utils -USE_QT4= corelib gui moc_build linguist_build network qmake_build \ +USE_QT4= corelib gui moc_build linguisttools_build network qmake_build \ rcc_build uic_build BUILD_DEPENDS+= protoc:${PORTSDIR}/devel/protobuf