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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c6a66222d49b790946347068dafbc8bcec546214">https://github.com/macports/macports-ports/commit/c6a66222d49b790946347068dafbc8bcec546214</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 c6a66222d49 gobject-introspection: fix generated gir files on Big Sur
</span>c6a66222d49 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c6a66222d49b790946347068dafbc8bcec546214
</span>Author: Igor Ryzhov <iryzhov@nfware.com>
AuthorDate: Tue Nov 17 16:01:58 2020 +0300

<span style='display:block; white-space:pre;color:#404040;'>    gobject-introspection: fix generated gir files on Big Sur
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Ref: https://trac.macports.org/ticket/61508
</span><span style='display:block; white-space:pre;color:#404040;'>    Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
</span>---
 gnome/gobject-introspection/Portfile                               | 1 +
 gnome/gobject-introspection/files/patch-fix-rpath-gir-typelib.diff | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gobject-introspection/Portfile b/gnome/gobject-introspection/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f533c99b2e2..f31d2eccbb5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gobject-introspection/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gobject-introspection/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,7 @@ patchfiles          no-env-shebang.patch \
</span> 
 post-patch {
     reinplace "s|libcairo-gobject.2.dylib|${prefix}/lib/libcairo-gobject.2.dylib|g" ${worksrcpath}/configure.ac
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|@MP_LIB@|${prefix}/lib/|g" ${worksrcpath}/giscanner/shlibs.py
</span> }
 
 configure.python    ${prefix}/bin/python3.8
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gobject-introspection/files/patch-fix-rpath-gir-typelib.diff b/gnome/gobject-introspection/files/patch-fix-rpath-gir-typelib.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index a93ec7406de..3889583c658 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gobject-introspection/files/patch-fix-rpath-gir-typelib.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gobject-introspection/files/patch-fix-rpath-gir-typelib.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@
</span> +            if libdir == '':
 +                # no way to resolve @rpath and the like, since we can't
 +                # make a reasonable assumpion of the install libdir
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+                print("warning: unknown install library directory! GObject Introspection GIR and TYPELIB files might not work!")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++                libdir = '@MP_LIB@'
</span> +            else:
 +                libdir = libdir + '/'
 +        outlibs = []
</pre><pre style='margin:0'>

</pre>