<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Takeshi,<div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 16, 2017, at 2:00 AM, Takeshi Enomoto <<a href="mailto:takeshi@macports.org" class="">takeshi@macports.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><pre style="margin:0" class="">Takeshi Enomoto (tenomoto) pushed a commit to branch master
in repository macports-ports.

</pre><p class=""><a href="https://github.com/macports/macports-ports/commit/0c117cac980b5c189b1b033652def0ece0c51a81" class="">https://github.com/macports/macports-ports/commit/0c117cac980b5c189b1b033652def0ece0c51a81</a></p>
<pre style="white-space: pre; background: #F8F8F8" class="">The following commit(s) were added to refs/heads/master by this push:
<span style="display:block; white-space:pre;color:#404040;" class="">     new 0c117ca  g95: fix build error, closing #52990
</span>0c117ca is described below

<span style="display:block; white-space:pre;color:#808000;" class="">commit 0c117cac980b5c189b1b033652def0ece0c51a81
</span>Author: Takeshi Enomoto <<a href="mailto:takeshi@macports.org" class="">takeshi@macports.org</a>>
AuthorDate: Sun Jul 16 16:58:12 2017 +0900

<span style="display:block; white-space:pre;color:#404040;" class="">    g95: fix build error, closing #52990
</span></pre></div></blockquote><div>With the switch to GitHub, using “#52990” in the commit message no longer works as a link to that ticket. Instead you should change it to the complete URL and put it on a new line. Like this:</div><div><br class=""></div><div><font face="Monaco" class="">g95: fix build error</font></div><div><font face="Monaco" class=""><br class=""></font></div><div><font face="Monaco" class="">Closes: <a href="https://trac.macports.org/ticket/52990" class="">https://trac.macports.org/ticket/52990</a></font></div><div><br class=""></div>Then the ticket will be closed automatically with a link to the commit. </div><div><br class=""></div><div>Also, using “See: <a href="https://trac.macports.org/ticket/52990" class="">https://trac.macports.org/ticket/52990</a>” would automatically add a comment to the ticket with the commit but without closing the ticket. </div><br class=""><div><br class=""></div><div>Cheers!</div><div>Frank<br class=""><blockquote type="cite" class=""><div class=""><pre style="white-space: pre; background: #F8F8F8" class="">---
 lang/g95/Portfile                           |  4 ++--
 lang/g95/files/patch-libf95-math-x87.S.diff | 12 +++++++++++-
 2 files changed, 13 insertions(+), 3 deletions(-)

<span style="display:block; white-space:pre;color:#808080;" class="">diff --git a/lang/g95/Portfile b/lang/g95/Portfile
</span><span style="display:block; white-space:pre;color:#808080;" class="">index 77da2ad..5b95c59 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">--- a/lang/g95/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">+++ b/lang/g95/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -5,7 +5,7 @@ PortGroup              compiler_blacklist_versions 1.0
</span> 
 name            g95
 version         0.93
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-revision        4
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+revision        5
</span> platforms       darwin
 categories      lang
 license         GPL-2
<span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -97,7 +97,7 @@ compiler.blacklist-append   {clang < 500}
</span> configure.cflags-append -std=gnu89
 pre-configure {
     file mkdir ${workpath}/gcc-${version_gcc}/${name}
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-    reinplace "s|tjmp %%edx|tjmp *%%edx|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/i386.c
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+#    reinplace "s|tjmp %%edx|tjmp *%%edx|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/i386.c
</span>     if {${build_arch} eq "i386"} {
         reinplace "s|i686|i386|" ${workpath}/gcc-${version_gcc}/gcc/config/i386/darwin.h
     }
<span style="display:block; white-space:pre;color:#808080;" class="">diff --git a/lang/g95/files/patch-libf95-math-x87.S.diff b/lang/g95/files/patch-libf95-math-x87.S.diff
</span><span style="display:block; white-space:pre;color:#808080;" class="">index f58bb4b..6a2a5f5 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">--- a/lang/g95/files/patch-libf95-math-x87.S.diff
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">+++ b/lang/g95/files/patch-libf95-math-x87.S.diff
</span><span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -1,5 +1,15 @@
</span> --- libf95.a-0.93/math/x87.S.orig 2010-04-05 03:49:02.000000000 +0900
<span style="display:block; white-space:pre;background:#ffe0e0;" class="">-+++ libf95.a-0.93/math/x87.S       2014-10-18 13:08:16.000000000 +0900
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">++++ libf95.a-0.93/math/x87.S  2017-07-16 16:01:49.000000000 +0900
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+@@ -1,7 +1,7 @@
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+-
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">++/*
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+ ## Some of the code here is transliterated from the x87 glibc code
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+ ## originally written by J.T. Conklin and Ulrich Drepper.
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+-
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">++*/
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+ 
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+ 
</span><span style="display:block; white-space:pre;background:#e0ffe0;" class="">+ #if HAVE_REAL_10 == 3
</span> @@ -250,7 +250,7 @@
        fldcw   (SP)
        frndint
</pre><pre style="margin:0" class="">
</pre>

</div></blockquote></div><br class=""></div></body></html>