svn commit: r392225 - in head/net-p2p/zetacoin: . files
Philip M. Gollucci
pgollucci at FreeBSD.org
Wed Jul 15 20:59:21 UTC 2015
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 at 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 $@
More information about the svn-ports-all
mailing list