<pre style='margin:0'>
Mihai Moldovan (Ionic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e10c3e99b3e3fd6bec9cf6aa63b85e6290a53654">https://github.com/macports/macports-ports/commit/e10c3e99b3e3fd6bec9cf6aa63b85e6290a53654</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e10c3e99b3e3fd6bec9cf6aa63b85e6290a53654
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Wed Apr 24 07:40:00 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    misc: set qt4.debug_variant to false in qmake-1.0 PG ports that define own debug variant.
</span>---
 aqua/qt4-mac-mysql55-plugin/Portfile      | 2 ++
 aqua/qt4-mac-postgresql91-plugin/Portfile | 2 ++
 aqua/qt4-mac-sqlite2-plugin/Portfile      | 2 ++
 devel/kdiff3/Portfile                     | 1 +
 graphics/qwt/Portfile                     | 1 +
 graphics/qwtplot3d/Portfile               | 1 +
 6 files changed, 9 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt4-mac-mysql55-plugin/Portfile b/aqua/qt4-mac-mysql55-plugin/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 27463d2..a0f66e6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt4-mac-mysql55-plugin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt4-mac-mysql55-plugin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,8 @@ dist_subdir         qt4-mac
</span> # when using 'building_qt4' and qmake, have to include dependency on qt4-mac
 depends_lib-append  port:qt4-mac
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+qt4.debug_variant   no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set DB              mysql
 set DRIVER          src/sql/drivers/${DB}
 set PLUGIN          src/plugins/sqldrivers/${DB}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt4-mac-postgresql91-plugin/Portfile b/aqua/qt4-mac-postgresql91-plugin/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c843fc0..6b01c82 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt4-mac-postgresql91-plugin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt4-mac-postgresql91-plugin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,8 @@ dist_subdir         qt4-mac
</span> # when using 'building_qt4' and qmake, have to include dependency on qt4-mac
 depends_lib-append  port:qt4-mac
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+qt4.debug_variant   no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set DB              psql
 set DRIVER          src/sql/drivers/${DB}
 set PLUGIN          src/plugins/sqldrivers/${DB}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt4-mac-sqlite2-plugin/Portfile b/aqua/qt4-mac-sqlite2-plugin/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0249eef..d6d6f20 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt4-mac-sqlite2-plugin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt4-mac-sqlite2-plugin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,8 @@ dist_subdir         qt4-mac
</span> # when using 'building_qt4' and qmake, have to include dependency on qt4-mac
 depends_lib-append  port:qt4-mac
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+qt4.debug_variant   no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {${name} == ${subport}} {
 
     set DB              sqlite2
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/kdiff3/Portfile b/devel/kdiff3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f88a15d..d416a8d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/kdiff3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/kdiff3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,7 @@ if {[variant_isset kde]} {
</span> } else {
     PortGroup           xcodeversion 1.0
     PortGroup           qmake 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    qt4.debug_variant   no
</span>     set worksrcpath     ${worksrcpath}/src-QT4
     minimum_xcodeversions {9 3.1}
     patchfiles patch-src-QT4-kdiff3.pro.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/qwt/Portfile b/graphics/qwt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index eca74bc..dd72e62 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/qwt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/qwt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -174,6 +174,7 @@ if {${qwt_major} < 6} {
</span>             default_variants    +qt4
         }
         PortGroup           qmake 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        qt4.debug_variant   no
</span> 
     }
 } else {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/qwtplot3d/Portfile b/graphics/qwtplot3d/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a8a0fa3..bc00999 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/qwtplot3d/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/qwtplot3d/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,6 +48,7 @@ if {[variant_isset qt3]} {
</span>         default_variants    +qt4
     }
     PortGroup           qmake 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    qt4.debug_variant   no
</span> }
 
 post-patch {
</pre><pre style='margin:0'>

</pre>