Created attachment 179587 [details] patch - update to 11.8 - silence explicitly called commands - fixed portlint errors
@@ -9,6 +8,8 @@ MAINTAINER= dem.procopiou@gmail.com COMMENT= Realtime audio/video conversion library +LICENSE= GPLv2+ + BUILD_DEPENDS= yasm:devel/yasm LIB_DEPENDS= libopencv_core.so:graphics/opencv2-core \ libgmp.so:math/gmp \ According to https://www.libav.org/legal/ Libav is licensed under the GNU Lesser General Public License (LGPL) version 2.1 or later. However, Libav incorporates several optional parts and optimizations that are covered by the GNU General Public License (GPL) version 2 or later. If those parts get used the GPL applies to all of Libav. It should be LGPL21+
(In reply to Carlos J. Puga Medina from comment #1) Oops, I've misinterpreted the License that applies in this case. "If those parts get used the GPL applies to all of Libav." You're right :)
A commit references this bug: Author: cpm Date: Fri Feb 24 00:13:46 UTC 2017 New revision: 434690 URL: https://svnweb.freebsd.org/changeset/ports/434690 Log: - Update to 11.8 - Add LICENSE - Silence explictly called command PR: 216769 Submitted by: Demetris Procopiou (maintainer) Changes: head/multimedia/libav/Makefile head/multimedia/libav/distinfo
Committed! Thanks