[MacPorts] #71804: mysql8 @8.4.2 requires macOS 10.13 or newer. (was: Error: mysql8 @8.4.2 requires macOS 10.13 or newer.)

MacPorts noreply at macports.org
Fri Jan 10 12:05:37 UTC 2025


#71804: mysql8 @8.4.2 requires macOS 10.13 or newer.
------------------------+-------------------------
  Reporter:  ballapete  |      Owner:  herbygillot
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.10.5
Resolution:             |   Keywords:  leopard ppc
      Port:  mysql8     |
------------------------+-------------------------
Changes (by ryandesign):

 * status:  new => assigned
 * cc: herby.gillot@… (removed)
 * owner:  (none) => herbygillot


Comment:

 Yes, this portion should be removed from the Portfile:

 {{{#!tcl
 platform darwin {
     if {${os.major} < 17} {
         known_fail yes
         pre-fetch {
             ui_error "${name} @${version} requires macOS 10.13 or newer."
             return -code error "incompatible macOS version"
         }
     }
 }
 }}}

 and this should be used instead:

 {{{#!tcl
 platforms               {darwin >= 17}
 }}}

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


More information about the macports-tickets mailing list