<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/017929e1d1537a5142ecaadddc28e233461175e3">https://github.com/macports/macports-ports/commit/017929e1d1537a5142ecaadddc28e233461175e3</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 017929e  qt53: remove trailing whitespace
</span>017929e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 017929e1d1537a5142ecaadddc28e233461175e3
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Aug 23 06:04:10 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qt53: remove trailing whitespace
</span>---
 aqua/qt53/Portfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt53/Portfile b/aqua/qt53/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5b6d1a6..0c6c40a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt53/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt53/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -710,13 +710,13 @@ foreach {module module_info} [array get modules] {
</span>                     mkspecs/common/mac.conf \
                     mkspecs/features/mac/rez.prf
             }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>             # new qt53 patch - don't force deployment target to 10.7 for c++11
             patchfiles-append patch-allow-c++11-with-106OSDK.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>             # in /Developer/SDKs/MacOSX10.6.sdk/usr/include/rpcsvc/yp_prot.h we have the following block,
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # but c++11 already defines bool, so an error occurs 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # but c++11 already defines bool, so an error occurs
</span> 
 #           #ifndef BOOL_DEFINED
 #           typedef unsigned int bool;
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -853,7 +853,7 @@ foreach {module module_info} [array get modules] {
</span>             }
 
             # return modified spec files to the default values, except clang-mac.conf
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            # the modified clang-mac.conf was retained here and not overwritten as the mkspecs-save version hard-codes libc++ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # the modified clang-mac.conf was retained here and not overwritten as the mkspecs-save version hard-codes libc++
</span>             # we could consider retaining clang.conf here as well, as it adds the AR and RANLIB specs. However, it also adds
             # a hard-coded compiler spec, which is a problem if a different compiler is chosen, so handle the AR and RANLIB
             # in qmake5 1.0 PG instead
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1336,7 +1336,7 @@ foreach {module module_info} [array get modules] {
</span>             # special case
             if { ${module} eq "qtconnectivity" } {
                 # several patches were added to later versions of qt-qtconnectivity to allow them
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                # to build with newer SDKs - none of these patches apply on qt53 "as is" and 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                # to build with newer SDKs - none of these patches apply on qt53 "as is" and
</span>                 # none of them are relevant to systems < 10.12 it appears -- just ignore them
                 # TODO: this entire block and ass't patches can be removed after suitable review
 
</pre><pre style='margin:0'>

</pre>