[Bug 224384] [Patch] Unbreak multimedia/avidemux_plugins

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 16 21:49:23 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224384

            Bug ID: 224384
           Summary: [Patch] Unbreak multimedia/avidemux_plugins
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: rkoberman at gmail.com
          Keywords: patch

Created attachment 188892
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188892&action=edit
Minor sytax corrections to allow multimedia/avidemux_plugins to build

multimedia/avidemux_plugins was broken when the g++ compiler started marking
formerly legal, later deprecated syntax as errors. The fixes were trivial,
either by commenting out "#warning" statements or by adding spaces before
variables in literals. All fixes have been made to the newer version of the
tool, but I have been unable to get the new version to build on FreeBSD.

Most patches are added "files/patch" files to the master port,
multimedia/avidemux, but there is also a patch to multimedia/avidemux_plugins
to remove the "BROKEN" statement.

These patches make NO actual code changes. They only allow the code to build
with an up to date g++. All fixes were cribbed from the avidemux version 3.7
release files.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list