aboutsummaryrefslogtreecommitdiff
path: root/graphics/qt5-pixeltool
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-09-17 09:46:54 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-09-17 09:46:54 +0000
commit3346021972b58ae3975cf109e41beb4d895dd577 (patch)
treeff6682b425056cf66ba4ca415211efb1b19cc258 /graphics/qt5-pixeltool
parentd0e47e76ab45dc3eadf4c50d94669a800e87fe10 (diff)
downloadports-3346021972b58ae3975cf109e41beb4d895dd577.tar.gz
ports-3346021972b58ae3975cf109e41beb4d895dd577.zip
Notes
Diffstat (limited to 'graphics/qt5-pixeltool')
-rw-r--r--graphics/qt5-pixeltool/files/patch-git_a685d8a20
-rw-r--r--graphics/qt5-pixeltool/files/patch-src__src.pro7
2 files changed, 4 insertions, 23 deletions
diff --git a/graphics/qt5-pixeltool/files/patch-git_a685d8a b/graphics/qt5-pixeltool/files/patch-git_a685d8a
deleted file mode 100644
index 5f25c96cfd43..000000000000
--- a/graphics/qt5-pixeltool/files/patch-git_a685d8a
+++ /dev/null
@@ -1,20 +0,0 @@
-commit a685d8ad61335ce9908bf5ce4d4cd63283965a83
-Author: Raphael Kubo da Costa <rakuco@FreeBSD.org>
-Date: Tue Jan 19 15:19:49 2016 +0100
-
- pixeltool: Stop depending on QtNetwork.
-
- There is nothing in the code using the QtNetwork module, so stop
- requiring it in the build system.
-
- Change-Id: I1f7bc89a9589dc2510f38a11fc4b4aeb69d662bc
- Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
---- src/pixeltool/pixeltool.pro
-+++ src/pixeltool/pixeltool.pro
-@@ -1,4 +1,4 @@
--QT += widgets network
-+QT += widgets
-
- mac {
- QMAKE_INFO_PLIST=Info_mac.plist
diff --git a/graphics/qt5-pixeltool/files/patch-src__src.pro b/graphics/qt5-pixeltool/files/patch-src__src.pro
index 81e5d1f3852c..97ee904830ab 100644
--- a/graphics/qt5-pixeltool/files/patch-src__src.pro
+++ b/graphics/qt5-pixeltool/files/patch-src__src.pro
@@ -1,11 +1,11 @@
Only enter the directories we want to build, otherwise we might fail due to
missing dependencies.
---- src/src.pro
+--- src/src.pro.orig 2016-02-04 10:42:47 UTC
+++ src/src.pro
-@@ -1,37 +1,2 @@
+@@ -1,38 +1,3 @@
TEMPLATE = subdirs
--
+
-qtHaveModule(widgets) {
- no-png {
- message("Some graphics-related tools are unavailable without PNG support")
@@ -20,6 +20,7 @@ missing dependencies.
-}
-
-SUBDIRS += linguist \
+- qdoc \
- qtplugininfo
-if(!android|android_app):!ios: SUBDIRS += qtpaths
-