<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/457c36e318af6053bdc7b8bf49da82a17c80ee8a">https://github.com/macports/macports-ports/commit/457c36e318af6053bdc7b8bf49da82a17c80ee8a</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 457c36e318a GLGLC_lib: fix build on 10.6 and older; add license
</span>457c36e318a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 457c36e318af6053bdc7b8bf49da82a17c80ee8a
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Wed May 24 20:23:24 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    GLGLC_lib: fix build on 10.6 and older; add license
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
</span>---
 graphics/GLC_lib/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/GLC_lib/Portfile b/graphics/GLC_lib/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8e01c2889f5..28ffad51ab2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/GLC_lib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/GLC_lib/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,6 +9,7 @@ platforms           darwin
</span> name                GLC_lib
 version             2.2.0
 revision            0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+license             LGPL-2.1
</span> maintainers         nomaintainer
 description         C++ class library that enables the quick creation of an OpenGL application based on QT4.
 long_description    ${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,8 +37,8 @@ post-patch {
</span> configure.args      GLC_lib.pro
 
 # https://github.com/laumaya/GLC_lib/issues/30
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard 2003
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cxxflags-append -std=c++03
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 1998
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append -std=c++98
</span> 
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/api/file/index/project-id/153150/mtime/desc/rss?path=%2Fglc-lib
</pre><pre style='margin:0'>

</pre>