Created attachment 154668 [details] Patch for mkvtoolnix update to 7.7.0 against r381930 Update to 7.7.0. A run of 'make makeplist' does away with %%WXGTK%% and uses %%PORTDOCS%% instead. I'm not sure why. Poudriere build log: https://candace.robotsondrugs.com/poudriere/data/101x64-default/2015.03.22_14:21:13/logs/mkvtoolnix-7.7.0.log
Ugh, the plist needs fixing so that it works both with and without the wxgtk option.
Created attachment 154674 [details] Fixed patch for mkvtoolnix update to 7.7.0 against r381930 Put back the %%WXGTK%% parts and added new files as needed. Checked that everything worked (including running 'make check-orphans') both with and without WXGTK. New build log: https://candace.robotsondrugs.com/poudriere/data/101x64-default/2015.03.22_15:19:22/logs/mkvtoolnix-7.7.0.log
A commit references this bug: Author: riggs Date: Tue Mar 24 16:24:42 UTC 2015 New revision: 382117 URL: https://svnweb.freebsd.org/changeset/ports/382117 Log: Update to upstream version 7.7.0 PR: 198800 Submitted by: aberg010@my.hennepintech.edu Reviewed by: riggs Changes: head/multimedia/mkvtoolnix/Makefile head/multimedia/mkvtoolnix/distinfo head/multimedia/mkvtoolnix/files/patch-Rakefile head/multimedia/mkvtoolnix/pkg-plist
I needed to introduce a patch for Rakefile to exclude the new development-only UI and its manpages from build. Changed plist accordingly. Btw the original patch did not apply cleanly. Apart from that: Thanks, committed! :)