[MacPorts] #64412: mariadb-10.6/7 fails to build on Mojave 10.14.6

MacPorts noreply at macports.org
Thu Mar 10 17:29:08 UTC 2022


#64412: mariadb-10.6/7 fails to build on Mojave 10.14.6
----------------------------------------+-----------------------
  Reporter:  ArtKoKo                    |      Owner:  michaelld
      Type:  defect                     |     Status:  assigned
  Priority:  Normal                     |  Milestone:
 Component:  ports                      |    Version:  2.7.1
Resolution:                             |   Keywords:  mojave
      Port:  mariadb-10.6 mariadb-10.7  |
----------------------------------------+-----------------------
Changes (by ryandesign):

 * keywords:  mariadb mojave => mojave


Comment:

 Apple clang and open source clang use different version numbering schemes.
 Open source clang 10 is not the same thing as Apple clang 10.

 It would not be correct to check for `__APPLE__` here since it is
 perfectly valid to use either Apple clang or open source clang on Apple
 platforms. If you want to know if Apple clang is being used, you would
 check for `__apple_build_version__`.

-- 
Ticket URL: <https://trac.macports.org/ticket/64412#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list