[153175] trunk/dports/emulators/hatari/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 26 01:58:52 PDT 2016


Revision: 153175
          https://trac.macports.org/changeset/153175
Author:   ryandesign at macports.org
Date:     2016-09-26 01:58:52 -0700 (Mon, 26 Sep 2016)
Log Message:
-----------
hatari: change "MacOSX" to "macOS" in comments

Modified Paths:
--------------
    trunk/dports/emulators/hatari/Portfile

Modified: trunk/dports/emulators/hatari/Portfile
===================================================================
--- trunk/dports/emulators/hatari/Portfile	2016-09-26 08:56:43 UTC (rev 153174)
+++ trunk/dports/emulators/hatari/Portfile	2016-09-26 08:58:52 UTC (rev 153175)
@@ -3,9 +3,9 @@
 
 # tested on 10.4 PPC, 10.4 Intel, 10.5 Intel, 10.6 with LibCxx upgrade, 10.7, 10.11
 # hatari command line builds on all systems
-# hatari python UI not needed with MacOSX GUI or command line versions - has unspecified python version so not included
-# hatari MacOSX GUI builds on >= 10.6 as NSWindowDelegate is used and is only 10.6 onwards
-# MacOSX GUI does not build with gcc* or llvm-gcc-4.2
+# hatari python UI not needed with macOS GUI or command line versions - has unspecified python version so not included
+# hatari macOS GUI builds on >= 10.6 as NSWindowDelegate is used and is only 10.6 onwards
+# macOS GUI does not build with gcc* or llvm-gcc-4.2
 # winuae works on all with gcc flag modification below. 
 # SDL2 works on 10.6, 10.7 and 10.11, and likely all in between, but not 10.5
 
@@ -36,24 +36,24 @@
                         port:libpng \
                         port:readline
 
-# 1. fix hard-coded installation directory for MacOSX bundle
+# 1. fix hard-coded installation directory for macOS bundle
 # 2. delete warning flag in winuae emulator code not supported by GCC42
-# 3. disable python ui - not needed for MacOSX
+# 3. disable python ui - not needed for macOS
 post-patch {
     reinplace "s|/Applications|${applications_dir}|g" ${worksrcpath}/src/CMakeLists.txt
     reinplace "s|-Wno-maybe-uninitialized||g" ${worksrcpath}/src/cpu/CMakeLists.txt
     reinplace "s|add_subdirectory(python-ui)||g" ${worksrcpath}/CMakeLists.txt
 }
 
-# default to install MacOSX GUI application, and then adjust for OS variations
+# default to install macOS GUI application, and then adjust for OS variations
 platform darwin {
     if { ${os.major} <= 9 } {
-        # 10.4 and 10.5 cannot build the MacOSX GUI at present
+        # 10.4 and 10.5 cannot build the macOS GUI at present
         default_variants       +commandlineapp
     } 
     
     if { ${os.major} >= 10 } {
-        # *gcc* does not appear to build the MacOSX GUI, so blacklist it on 10.6+
+        # *gcc* does not appear to build the macOS GUI, so blacklist it on 10.6+
         compiler.blacklist     *gcc*
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160926/ddf32ddd/attachment-0001.html>


More information about the macports-changes mailing list