From owner-svn-ports-head@freebsd.org Thu Jan 4 11:11:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E5A5EAA178; Thu, 4 Jan 2018 11:11:19 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1674B63802; Thu, 4 Jan 2018 11:11:19 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w04BBIZh022091; Thu, 4 Jan 2018 11:11:18 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w04BBH56022088; Thu, 4 Jan 2018 11:11:17 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201801041111.w04BBH56022088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 Jan 2018 11:11:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458021 - in head/multimedia: mlt mlt-qt4 mlt-qt5 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/multimedia: mlt mlt-qt4 mlt-qt5 X-SVN-Commit-Revision: 458021 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jan 2018 11:11:19 -0000 Author: tcberner Date: Thu Jan 4 11:11:17 2018 New Revision: 458021 URL: https://svnweb.freebsd.org/changeset/ports/458021 Log: Unbreak multimedia/mlt* after 457914 Removing eigen as a run-depend in graphics/movit makes mlt fail to build. Add eigen as a build-depend to mlt*. Pointy hat: tcberner Reported by: antoine Modified: head/multimedia/mlt-qt4/Makefile head/multimedia/mlt-qt5/Makefile head/multimedia/mlt/Makefile Modified: head/multimedia/mlt-qt4/Makefile ============================================================================== --- head/multimedia/mlt-qt4/Makefile Thu Jan 4 09:56:25 2018 (r458020) +++ head/multimedia/mlt-qt4/Makefile Thu Jan 4 11:11:17 2018 (r458021) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CONFLICTS_INSTALL= ${PORTNAME}-qt5-* Modified: head/multimedia/mlt-qt5/Makefile ============================================================================== --- head/multimedia/mlt-qt5/Makefile Thu Jan 4 09:56:25 2018 (r458020) +++ head/multimedia/mlt-qt5/Makefile Thu Jan 4 11:11:17 2018 (r458021) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 CONFLICTS_INSTALL= ${PORTNAME}-qt4-* Modified: head/multimedia/mlt/Makefile ============================================================================== --- head/multimedia/mlt/Makefile Thu Jan 4 09:56:25 2018 (r458020) +++ head/multimedia/mlt/Makefile Thu Jan 4 11:11:17 2018 (r458021) @@ -2,7 +2,7 @@ PORTNAME= mlt PORTVERSION= 6.4.1 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES?= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -12,7 +12,7 @@ COMMENT?= Multimedia framework for TV broadcasting LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi -USES+= alias gmake pkgconfig +USES+= alias eigen:3 gmake pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD