<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8fffb70b6ad104e3517d0da86c2bec4c992bb152">https://github.com/macports/macports-ports/commit/8fffb70b6ad104e3517d0da86c2bec4c992bb152</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 8fffb70b6ad emacs{,-app}: fix nativecomp variant
</span>8fffb70b6ad is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8fffb70b6ad104e3517d0da86c2bec4c992bb152
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Wed Aug 2 08:28:03 2023 +0900

<span style='display:block; white-space:pre;color:#404040;'>    emacs{,-app}: fix nativecomp variant
</span>---
 editors/emacs/Portfile | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/emacs/Portfile b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 935c1be15e4..5e31b914bfb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/emacs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -103,7 +103,7 @@ platform darwin {
</span> 
 if {$subport eq $name || $subport eq "emacs-app"} {
     version         29.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        1
</span> 
     checksums       rmd160  c306a0554d77ee472600ed28af4751211dc1ec70 \
                     sha256  5b80e0475b0e619d2ad395ef5bc481b7cb9f13894ed23c301210572040e4b5b1 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -271,17 +271,10 @@ if {$subport eq "emacs-app" || $subport eq "emacs-app-devel"} {
</span> variant nativecomp description {Builds emacs with native compilation support} {
     set gcc_v                      12
     depends_lib-append             port:gcc${gcc_v}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append          --with-native-compilation
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append          --with-native-compilation=aot
</span>     compiler.cpath-prepend         ${prefix}/include/gcc${gcc_v}
     compiler.library_path-prepend  ${prefix}/lib/gcc${gcc_v}
     configure.ldflags-append       "-Wl,-rpath ${prefix}/lib/gcc${gcc_v}"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {$subport eq "emacs-devel" || $subport eq "emacs-app-devel"} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args-replace     --with-native-compilation \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                                   --with-native-compilation=aot
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    } else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        build.args-append          NATIVE_FULL_AOT=1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span> }
 
 variant treesitter description {Builds emacs with tree-sitter support} {
</pre><pre style='margin:0'>

</pre>