Changes between Version 92 and Version 93 of PortfileRecipes


Ignore:
Timestamp:
Sep 6, 2016, 6:46:00 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Change OS X to macOS and update macOS version table

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v92 v93  
    2020These examples are based on [browser:trunk/dports/lang/php5 php5].
    2121
    22 == Compare Darwin/OS X versions == #compare-osx-darwin-version
    23 
    24 ||||||= Mac OS X Version Info =||
    25 ||= Darwin =||= OS X =||= Name =||
    26 || 7.0 || 10.3 || Panther ||
    27 || 8.0 || 10.4 || Tiger ||
    28 || 9.0 || 10.5 || Leopard ||
    29 || 10.0 || 10.6 || Snow Leopard ||
    30 || 11.0.0 || 10.7 || Lion ||
    31 || 12.0.0 || 10.8 || Mountain Lion ||
    32 || 13.0.0 || 10.9 || Mavericks ||
    33 || 14.0.0 || 10.10 || Yosemite ||
     22== Compare Darwin/macOS versions == #compare-osx-darwin-version
     23
     24||||||= macOS Version Info =||
     25||= Darwin =||= macOS =||= Name =||
     26|| 8.x.y || 10.4.x || Tiger ||
     27|| 9.x.y || 10.5.x || Leopard ||
     28|| 10.x.y || 10.6.x || Snow Leopard ||
     29|| 11.x.y || 10.7.x || Lion ||
     30|| 12.x.y || 10.8.x || Mountain Lion ||
     31|| 13.x.y || 10.9.x || Mavericks ||
     32|| 14.x.y || 10.10.x || Yosemite ||
     33|| 15.x.y || 10.11.x || El Capitan ||
     34|| 16.x.y || 10.12.x || Sierra ||
    3435
    3536Note: os.major is the left most dot separated number of the darwin version.
     
    397398== Specifying which compiler to use based on the version of Xcode == #compiler
    398399
    399 As of MacPorts 2, the default value of configure.compiler is chosen based on Xcode version instead of OS X version.
     400As of MacPorts 2, the default value of configure.compiler is chosen based on Xcode version instead of macOS version.
    400401If a certain compiler won't build your port, blacklist it, and MacPorts will select the next-best compiler.
    401402