[MacPorts] #60148: mkvtoolnix: Update to version 43

MacPorts noreply at macports.org
Tue Mar 3 04:30:27 UTC 2020


#60148: mkvtoolnix: Update to version 43
-------------------------+------------------------
  Reporter:  mf2k        |      Owner:  ryandesign
      Type:  update      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  mkvtoolnix  |
-------------------------+------------------------

Comment (by kencu):

 Ah, not so hard to do, in the end:
 {{{
 $ port -v installed mkvtoolnix
 The following ports are currently installed:
   mkvtoolnix @43.0.0_0 (active) platform='darwin 10' archs='x86_64'
 date='2020-03-02T20:24:51-0800'
 }}}

 just had to bump up the maximum recursion a bit by modifying the Rakefile
 to add the "--maxdepth 5000":
 {{{
   runq "xsltproc", t.source, "#{c(:XSLTPROC)} #{c(:XSLTPROC_FLAGS)}
 --maxdepth 5000 -o #{t.name} #{stylesheet} #{t.sources.join(" ")}",
 :filter_output => filter
 }}}

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


More information about the macports-tickets mailing list