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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fd90304384fd9b0ae17efad0c66f259e4a759d3c">https://github.com/macports/macports-ports/commit/fd90304384fd9b0ae17efad0c66f259e4a759d3c</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 fd90304384f glib2: fix build on Tiger
</span>fd90304384f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fd90304384fd9b0ae17efad0c66f259e4a759d3c
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Wed Nov 15 16:17:14 2023 -0800

<span style='display:block; white-space:pre;color:#404040;'>    glib2: fix build on Tiger
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The @loader_path linkages in the test binaries
</span><span style='display:block; white-space:pre;color:#404040;'>    can't find the libraries. Probably fixable with sufficient
</span><span style='display:block; white-space:pre;color:#404040;'>    efforts, but disable tests for now, at least.
</span>---
 devel/glib2/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<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 ee2a97f1719..67a9db9464d 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;'>@@ -206,6 +206,9 @@ platform darwin 8 {
</span>     # https://trac.macports.org/ticket/67307
     configure.cflags-append -D__DARWIN_NON_CANCELABLE=1
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # the @loader_path linkages in the test binaries can't find the dylibs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   -Dtests=false
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     # meson on Tiger cannot use rpaths, so we workaround with this to find dylibs
     foreach my_phase {build test destroot} {
         ${my_phase}.env-append  "DYLD_LIBRARY_PATH=${build_dir}/glib:${build_dir}/gobject:${build_dir}/gio:${build_dir}/gthread:${build_dir}/gmodule"
</pre><pre style='margin:0'>

</pre>