New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23691 (closed update: fixed)

Opened 2 years ago

Last modified 2 years ago

mkvtoolnix-3.2.0 maintainer update

Reported by: ruud@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch maintainer Cc:
Port: mkvtoolnix

Description (last modified by ryandesign@…) (diff)

Updated Portfile from 3.0.0 to 3.2.0

Since 3.0.0 these dependencies have been bumped:

  • Boost-1.34.0
  • wxWidgets-2.8.0

Attachments

Portfile-3.2.0.diff Download (1.0 KB) - added by ruud@… 2 years ago.
Portfile-mkvtoolnix-3.2.0.diff Download (2.2 KB) - added by ruud@… 2 years ago.

Change History

Changed 2 years ago by ruud@…

  Changed 2 years ago by ruud@…

This patch closes/supersedes #23392

  Changed 2 years ago by ruud@…

Should have tested this before submitting :/. The makefile is broken.

follow-ups: ↓ 4 ↓ 6   Changed 2 years ago by ruud@…

This is the offending line (configure):

MANPAGES_TRANSLATED="`for lang in $MANPAGES_TRANSLATIONS; do \
  echo -n '$(subst doc/man, doc/man/'$lang', $(MANPAGES)) '; done`"

Somehow the '-n' isn't processed but pasted in verbatim. Any suggestion how to fix this?

Changed 2 years ago by ruud@…

in reply to: ↑ 3   Changed 2 years ago by ruud@…

Replying to ruud@…: The new patch fixes the problem (suggested by the developer). Not sure if it is the best solution though.

  Changed 2 years ago by jmr@…

  • keywords haspatch maintainer added
  • version 1.8.2 deleted

in reply to: ↑ 3   Changed 2 years ago by ryandesign@…

  • status changed from new to assigned
  • owner changed from macports-tickets@… to ryandesign@…

Replying to ruud@…:

Somehow the '-n' isn't processed but pasted in verbatim. Any suggestion how to fix this?

This behavior changed ("broke") in Mac OS X 10.5 in order to be POSIX compliant. It is explained in Apple's developer documentation  here. An easy fix is to change "echo" to "/bin/echo", or to ensure that you're running "bash" not "sh".

  Changed 2 years ago by ryandesign@…

  • status changed from assigned to closed
  • resolution set to fixed
  • description modified (diff)

Updated in r63998.

Note: See TracTickets for help on using tickets.