The following reply was made to PR ports/188133; it has been noted by GNATS.
From: Wolfgang Jenkner <[email protected]> To: [email protected],[email protected] Cc: Subject: Re: ports/188133: www/firefox coredumps when rewinding HTML5 video content provided by multimedia/gstreamer1-libav Date: Sat, 19 Apr 2014 18:38:53 +0200 Perhaps, until gst-libav-1.2.4 comes to ports it's worth trying out the patch given in https://bugzilla.gnome.org/show_bug.cgi?id=727779 viz., https://bug727779.bugzilla-attachments.gnome.org/attachment.cgi?id=274396 I use the following script to transform such git-style patches into a patch-foo file which can be dropped into the ./files subdirectory of the port (multimedia/gstreamer1-libav in this case). #! /usr/bin/sed -Ef /^diff --git / s,a/([^ ]+) b/([^ ]+),\1.orig \2, /^--- / s,a/(.*)$,\1.orig, /^\+\+\+ / s,b/(.*)$,\1, _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
