From owner-svn-ports-all@freebsd.org Wed Jul 15 20:59:21 2015 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 602BB9A29B8; Wed, 15 Jul 2015 20:59:21 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.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 1C40712BF; Wed, 15 Jul 2015 20:59:21 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FKxK0H077039; Wed, 15 Jul 2015 20:59:20 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FKxKAT077033; Wed, 15 Jul 2015 20:59:20 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507152059.t6FKxKAT077033@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 15 Jul 2015 20:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392225 - in head/net-p2p/zetacoin: . files X-SVN-Group: ports-head 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.20 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: Wed, 15 Jul 2015 20:59:21 -0000 Author: pgollucci Date: Wed Jul 15 20:59:19 2015 New Revision: 392225 URL: https://svnweb.freebsd.org/changeset/ports/392225 Log: net-p2p/zetacoin: cleanup - Remove Qt build tools from runtime dependencies; - Use qt4-linguisttools instead of qt4-linguist; - Add explicit dependency on qt4-network; - Regen patches. PR: 201024 Submitted by: s3erios@gmail.com Approved by: bradleythughes (maintainer) Added: head/net-p2p/zetacoin/files/patch-src_Makefile.include - copied, changed from r392224, head/net-p2p/zetacoin/files/patch-Makefile_include_editSedCommands.patch head/net-p2p/zetacoin/files/patch-src_qt_Makefile.am - copied, changed from r392224, head/net-p2p/zetacoin/files/patch-qt_makefile_am_editSedCommands.patch Deleted: head/net-p2p/zetacoin/files/patch-Makefile_include_editSedCommands.patch head/net-p2p/zetacoin/files/patch-qt_makefile_am_editSedCommands.patch Modified: head/net-p2p/zetacoin/Makefile Modified: head/net-p2p/zetacoin/Makefile ============================================================================== --- head/net-p2p/zetacoin/Makefile Wed Jul 15 20:59:13 2015 (r392224) +++ head/net-p2p/zetacoin/Makefile Wed Jul 15 20:59:19 2015 (r392225) @@ -34,7 +34,8 @@ X11_CONFIGURE_WITH= gui X11_CONFIGURE_ON= --without-daemon X11_CONFIGURE_OFF= --with-daemon X11_BUILD_DEPENDS= protoc:${PORTSDIR}/devel/protobuf -X11_USE= qt4=corelib,gui,qmake_build,linguist,uic,moc,rcc,qtestlib_build +X11_USE= qt4=corelib,network,gui,qmake_build,linguisttools_build \ + qt4=uic_build,moc_build,rcc_build,qtestlib_build X11_USES= desktop-file-utils WALLET_CONFIGURE_ENABLE= wallet Copied and modified: head/net-p2p/zetacoin/files/patch-src_Makefile.include (from r392224, head/net-p2p/zetacoin/files/patch-Makefile_include_editSedCommands.patch) ============================================================================== --- head/net-p2p/zetacoin/files/patch-Makefile_include_editSedCommands.patch Wed Jul 15 20:59:13 2015 (r392224, copy source) +++ head/net-p2p/zetacoin/files/patch-src_Makefile.include Wed Jul 15 20:59:19 2015 (r392225) @@ -1,6 +1,4 @@ -diff --git a/src/Makefile.include b/src/Makefile.include -index 2fc6cd7..cdd16f5 100644 ---- a/src/Makefile.include +--- src/Makefile.include.orig 2014-12-12 22:22:31 UTC +++ src/Makefile.include @@ -40,18 +40,18 @@ $(LIBBITCOINQT): ui_%.h: %.ui Copied and modified: head/net-p2p/zetacoin/files/patch-src_qt_Makefile.am (from r392224, head/net-p2p/zetacoin/files/patch-qt_makefile_am_editSedCommands.patch) ============================================================================== --- head/net-p2p/zetacoin/files/patch-qt_makefile_am_editSedCommands.patch Wed Jul 15 20:59:13 2015 (r392224, copy source) +++ head/net-p2p/zetacoin/files/patch-src_qt_Makefile.am Wed Jul 15 20:59:19 2015 (r392225) @@ -1,8 +1,6 @@ -diff --git a/src/qt/Makefile.am b/src/qt/Makefile.am -index 648971b..97b2ec4 100644 ---- a/src/qt/Makefile.am +--- src/qt/Makefile.am.orig 2014-12-12 22:22:31 UTC +++ src/qt/Makefile.am -@@ -373,7 +373,7 @@ translate: bitcoinstrings.cpp $(QT_FORMS_UI) $(QT_FORMS_UI) $(BITCOIN_QT_CPP) $( +@@ -373,7 +373,7 @@ translate: bitcoinstrings.cpp $(QT_FORMS $(QT_QRC_CPP): $(QT_QRC) $(QT_QM) $(QT_FORMS_H) $(RES_ICONS) $(RES_IMAGES) $(RES_MOVIES) $(PROTOBUF_H) @cd $(abs_srcdir); test -f $(RCC) && QT_SELECT=$(QT_SELECT) $(RCC) -name bitcoin -o $(abs_builddir)/$@ $< || \ echo error: could not build $@