<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7ab429269dbc4500e9434a5099d97c40ba88d5c3">https://github.com/macports/macports-ports/commit/7ab429269dbc4500e9434a5099d97c40ba88d5c3</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 7ab4292  glib2, glib2-devel: Remove outdated reinplace
</span>7ab4292 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7ab429269dbc4500e9434a5099d97c40ba88d5c3
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Aug 10 04:52:15 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    glib2, glib2-devel: Remove outdated reinplace
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The reinplace to remove -Werror=missing-prototypes was originally added
</span><span style='display:block; white-space:pre;color:#404040;'>    to fix building with llvm-gcc42 which mishandles that option, in
</span><span style='display:block; white-space:pre;color:#404040;'>    1e6ca61fa14d518ecb2e492c44c5a7e12a1e885a.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This became unnecessary a month later when --disable-compile-warnings
</span><span style='display:block; white-space:pre;color:#404040;'>    was added, in d59f16f9ccb62f8892d70749f17c053b023cb246.
</span>---
 devel/glib2-devel/Portfile | 1 -
 devel/glib2/Portfile       | 1 -
 2 files changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/glib2-devel/Portfile b/devel/glib2-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 085d690..050e62c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/glib2-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/glib2-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -90,7 +90,6 @@ post-patch {
</span>     reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
     reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
     reinplace "s|#! */usr/bin/env python|#!${configure.python}|g" ${worksrcpath}/glib/gtester-report
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|-Werror=missing-prototypes||" ${worksrcpath}/configure
</span> }
 
 post-configure {
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/glib2/Portfile b/devel/glib2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index df46882..f32f642 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/glib2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/glib2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,7 +91,6 @@ post-patch {
</span>     reinplace "s|data_dirs = \"/usr|data_dirs = \"${prefix}/share:/usr|g" ${worksrcpath}/glib/gutils.c
     reinplace "s|path = \"/bin|path = \"${prefix}/bin:/bin|g" ${worksrcpath}/glib/gutils.c ${worksrcpath}/glib/gspawn.c
     reinplace "s|#! */usr/bin/env python|#!${configure.python}|g" ${worksrcpath}/glib/gtester-report
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|-Werror=missing-prototypes||" ${worksrcpath}/configure
</span> }
 
 post-configure {
</pre><pre style='margin:0'>

</pre>