[Bug 254386] multimedia/makemkv: update to 1.16.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 18 18:07:05 UTC 2021


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

            Bug ID: 254386
           Summary: multimedia/makemkv: update to 1.16.3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: felix at palmen-it.de

Created attachment 223397
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223397&action=edit
update to 1.16.3

* upstream bugfixing release

poudriere testport successful on {11.4,12.2,14.0}-{amd64,i386}
tested functionality on 13.0-RC2

There's now a lot more warnings about -std=c++11/-std=c11. The buildsystem of
makemkv-oss is broken, always applying both CFLAGS and CXXFLAGS, but not
offering a way to set preprocessor flags. In addition to the C++ code that
needed -std=c++11, this release added some C code that needs -std=c11. The
easiest way to solve this is to just throw everything at CFLAGS. Dirty, but the
warnings are harmless.

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


More information about the freebsd-ports-bugs mailing list