<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/126b2812869036fca21d84cce598c8add335822c">https://github.com/macports/macports-ports/commit/126b2812869036fca21d84cce598c8add335822c</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 126b281 hatari @2.1.0: macGUI now needs 10.12 SDK or newer
</span>126b281 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 126b2812869036fca21d84cce598c8add335822c
</span>Author: kencu <ken.cunningham.webuse@gmail.com>
AuthorDate: Sun Feb 25 12:05:10 2018 -0800
<span style='display:block; white-space:pre;color:#404040;'> hatari @2.1.0: macGUI now needs 10.12 SDK or newer
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> build SDL gui on 10.11 and older
</span><span style='display:block; white-space:pre;color:#404040;'> might be possible to install 10.12 SDK on older systems
</span><span style='display:block; white-space:pre;color:#404040;'> and build the macGUI using that SDK - will leave this as
</span><span style='display:block; white-space:pre;color:#404040;'> an exercise for the reader
</span>---
emulators/hatari/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/hatari/Portfile b/emulators/hatari/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 90fc367..a2c5900 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/hatari/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/hatari/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,12 +48,12 @@ platform darwin {
</span> }
# 10.11 or greater should build macOS GUI
<span style='display:block; white-space:pre;background:#ffe0e0;'>- if { ${os.major} > 14 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if { ${os.major} > 15 } {
</span> default_variants +macOSGUI
}
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant macOSGUI description "Build macOS GUI Application (10.11+)" {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant macOSGUI description "Build macOS GUI Application (10.12+)" {
</span> configure.args-replace -DENABLE_OSX_BUNDLE:BOOL=0 -DENABLE_OSX_BUNDLE:BOOL=1
post-destroot {
copy ${worksrcpath}/src/tos.img ${destroot}${applications_dir}/hatari.app/Contents/Resources/tos.img
</pre><pre style='margin:0'>
</pre>