<pre style='margin:0'>
MarcusCalhoun-Lopez pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c4415db93513954ef7a7c9298a69d62e7f9a2973">https://github.com/macports/macports-ports/commit/c4415db93513954ef7a7c9298a69d62e7f9a2973</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit c4415db93513954ef7a7c9298a69d62e7f9a2973
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Jun 26 07:29:53 2017 -0700
<span style='display:block; white-space:pre;color:#404040;'> qt5*: modify comments and patchfile name
</span>---
aqua/qt5/Portfile | 6 +++---
aqua/qt5/files/{patch-configure.diff => patch-opengl.diff} | 0
aqua/qt55/Portfile | 6 +++---
aqua/qt55/files/{patch-configure.diff => patch-opengl.diff} | 0
aqua/qt56/Portfile | 6 +++---
aqua/qt56/files/{patch-configure.diff => patch-opengl.diff} | 0
6 files changed, 9 insertions(+), 9 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt5/Portfile b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f4517d9..59cd4a8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -700,12 +700,12 @@ foreach {module module_info} [array get modules] {
</span> # see http://comments.gmane.org/gmane.comp.lib.qt.user/21422
patchfiles-append patch-fontconfig.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # the build system uses pkgconfig to look for an OpenGL installation (gl.pc)
</span> # the build system automatically uses OpenGL frameworks (-framework OpenGL -framework AGL)
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # the build system also uses pkgconfig to look for an OpenGL installation (gl.pc)
</span> # if mesa is installed, the build system will try to use both OpenGL systems
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # later, this will cause problems
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # when building qtmultimedia, this will cause problems
</span> # Undefined symbols: "_CGLGetCurrentContext"
<span style='display:block; white-space:pre;background:#ffe0e0;'>- patchfiles-append patch-configure.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ patchfiles-append patch-opengl.diff
</span>
# undo part of https://codereview.qt-project.org/#/c/140954/
# .pc files still needed by some port
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt5/files/patch-configure.diff b/aqua/qt5/files/patch-opengl.diff
</span>similarity index 100%
rename from aqua/qt5/files/patch-configure.diff
rename to aqua/qt5/files/patch-opengl.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt55/Portfile b/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 44cb816..a56805e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt55/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -626,12 +626,12 @@ foreach {module module_info} [array get modules] {
</span> # see http://comments.gmane.org/gmane.comp.lib.qt.user/21422
patchfiles-append patch-fontconfig.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # the build system uses pkgconfig to look for an OpenGL installation (gl.pc)
</span> # the build system automatically uses OpenGL frameworks (-framework OpenGL -framework AGL)
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # the build system also uses pkgconfig to look for an OpenGL installation (gl.pc)
</span> # if mesa is installed, the build system will try to use both OpenGL systems
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # later, this will cause problems
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # when building qtmultimedia, this will cause problems
</span> # Undefined symbols: "_CGLGetCurrentContext"
<span style='display:block; white-space:pre;background:#ffe0e0;'>- patchfiles-append patch-configure.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ patchfiles-append patch-opengl.diff
</span>
# see https://codereview.qt-project.org/#/c/126584/
patchfiles-append patch-pcfiles.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt55/files/patch-configure.diff b/aqua/qt55/files/patch-opengl.diff
</span>similarity index 100%
rename from aqua/qt55/files/patch-configure.diff
rename to aqua/qt55/files/patch-opengl.diff
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt56/Portfile b/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 08eda3d..5b54c57 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/qt56/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -644,12 +644,12 @@ foreach {module module_info} [array get modules] {
</span> # see http://comments.gmane.org/gmane.comp.lib.qt.user/21422
patchfiles-append patch-fontconfig.diff
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # the build system uses pkgconfig to look for an OpenGL installation (gl.pc)
</span> # the build system automatically uses OpenGL frameworks (-framework OpenGL -framework AGL)
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # the build system also uses pkgconfig to look for an OpenGL installation (gl.pc)
</span> # if mesa is installed, the build system will try to use both OpenGL systems
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # later, this will cause problems
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # when building qtmultimedia, this will cause problems
</span> # Undefined symbols: "_CGLGetCurrentContext"
<span style='display:block; white-space:pre;background:#ffe0e0;'>- patchfiles-append patch-configure.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ patchfiles-append patch-opengl.diff
</span>
# undo part of https://codereview.qt-project.org/#/c/140954/
# .pc files still needed by some port
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/qt56/files/patch-configure.diff b/aqua/qt56/files/patch-opengl.diff
</span>similarity index 100%
rename from aqua/qt56/files/patch-configure.diff
rename to aqua/qt56/files/patch-opengl.diff
</pre><pre style='margin:0'>
</pre>