1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Philip M. Gollucci 2015-07-15 20:59:19 +00:00
parent 0e8ae25c16
commit 5b3b963da4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392225
3 changed files with 5 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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 $@