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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3af921e06a0792ab1a76e330933d860baa7f9229">https://github.com/macports/macports-ports/commit/3af921e06a0792ab1a76e330933d860baa7f9229</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 3af921e  grace: fixed bug
</span>3af921e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3af921e06a0792ab1a76e330933d860baa7f9229
</span>Author: Giovanni Bussi <giovanni.bussi@gmail.com>
AuthorDate: Mon Apr 3 18:42:16 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    grace: fixed bug
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Force configure to use bundled t1lib.
</span><span style='display:block; white-space:pre;color:#404040;'>    Without this fix, if t1lib is available, grace
</span><span style='display:block; white-space:pre;color:#404040;'>    links it and crashes upon launch.
</span><span style='display:block; white-space:pre;color:#404040;'>    With this fix, internal t1lib is used, which works
</span><span style='display:block; white-space:pre;color:#404040;'>    correctly.
</span>---
 x11/grace/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/grace/Portfile b/x11/grace/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index de344ab..31c7cac 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/grace/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/grace/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                grace
 version             5.1.25
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          x11 math science print
 license             GPL-2+
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,7 @@ patchfiles          patch-configure.diff
</span> configure.optflags  -O1
 configure.pre_args  --prefix=${prefix}/lib
 configure.args      --with-helpviewer="${prefix}/bin/openbrowser ${prefix}/share/doc/${name}/`basename %s`" \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --x-include=${prefix}/include --x-lib=${prefix}/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --x-include=${prefix}/include --x-lib=${prefix}/lib --with-bundled-t1lib=yes
</span> 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc
</pre><pre style='margin:0'>

</pre>