<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5daa639cfb3ff315cc9b6a2f7cbab7b0fc896ffc">https://github.com/macports/macports-ports/commit/5daa639cfb3ff315cc9b6a2f7cbab7b0fc896ffc</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 5daa639  hexchat: Switch +lua from luajit to lua
</span>5daa639 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5daa639cfb3ff315cc9b6a2f7cbab7b0fc896ffc
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Sun Apr 1 04:55:18 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    hexchat: Switch +lua from luajit to lua
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    LuaJIT has strict requirements on the process address space layout on
</span><span style='display:block; white-space:pre;color:#404040;'>    macOS and even needs a specific -image_base. To avoid compiling all of
</span><span style='display:block; white-space:pre;color:#404040;'>    hexchat (including possible third-party plugins) with additional linker
</span><span style='display:block; white-space:pre;color:#404040;'>    flags, switch to the lua port instead.
</span>---
 irc/hexchat/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/irc/hexchat/Portfile b/irc/hexchat/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7682091..fdfdbb8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/irc/hexchat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/irc/hexchat/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           meson 1.0
</span> 
 name                hexchat
 version             2.14.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          irc
 maintainers         {raimue @raimue} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,8 +71,8 @@ variant ssl description "Enable SSL using openssl" {
</span> }
 
 variant lua description "Enable Lua scripting, using luajit" {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append          port:luajit
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-replace      -Dwith-lua=false -Dwith-lua=luajit
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append          port:lua
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace      -Dwith-lua=false -Dwith-lua=lua
</span> }
 
 variant perl description "Enable Perl scripting, using perl5.26" {
</pre><pre style='margin:0'>

</pre>