#44649: mpv portfile does not parse ---------------------------+--------------------- Reporter: ryandesign@… | Owner: ionic@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: mpv | ---------------------------+--------------------- Comment (by ryandesign@…): This seems to fix it: {{{ Index: Portfile =================================================================== --- Portfile (revision 123795) +++ Portfile (working copy) @@ -112,7 +112,7 @@ " # VDA (video hardware acceleration, mostly H264) is only supported on 10.6.3+ - if {${os.major} > 10 || {${os.major} == 10 && ${os.minor} >= 3}} { + if {${os.major} > 10 || (${os.major} == 10 && ${os.minor} >= 3)} { configure.args-delete --disable-vda-hwaccel \ --disable-vda-gl configure.args-append --enable-vda-hwaccel \ }}} -- Ticket URL: <https://trac.macports.org/ticket/44649#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X