From owner-svn-ports-head@FreeBSD.ORG Sun Dec 15 22:15:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 761332AF; Sun, 15 Dec 2013 22:15:24 +0000 (UTC) Received: from frv154.fwdcdn.com (frv154.fwdcdn.com [212.42.77.154]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2AA71163D; Sun, 15 Dec 2013 22:15:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=KX1mOrC68q905xr0huZ4Z2kVqttJM1u7R/dNm+nWgVE=; b=GL1SNlNsDj7hwlYXCTZeAyFimqs8hTulE8ghr64tu/kqcu8CEdb4ndv18n5hHmCxksrAqxPUaNYnh1wxapkGOH9Mh3nH/J0YYhgFqm4jspvQoKapztStfOwPwigI8Ta8fjK+3R9kLE0X1O3EQa37pTbOzEYKwRTMOsAqVneVSh8=; Received: from [37.115.116.138] (helo=nonamehost.local) by frv154.fwdcdn.com with esmtpsa ID 1VsJy5-000Omh-No ; Mon, 16 Dec 2013 00:15:21 +0200 Date: Mon, 16 Dec 2013 00:15:21 +0200 From: Ivan Klymenko To: Thierry Thomas Subject: Re: svn commit: r336566 - in head/multimedia: mencoder mplayer mplayer/files Message-ID: <20131216001521.1e9af233@nonamehost.local> In-Reply-To: <20131215221106.GF14741@graf.pompo.net> References: <201312151850.rBFIoq2q038615@svn.freebsd.org> <20131215233631.6096654f@nonamehost.local> <20131215213745.GM57153@ithaqua.etoilebsd.net> <20131215235327.55b79747@nonamehost.local> <20131215221106.GF14741@graf.pompo.net> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=37.115.116.138; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 15 Dec 2013 22:15:24 -0000 =D0=92 Sun, 15 Dec 2013 23:11:06 +0100 Thierry Thomas =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On sun 15 dec 13 at 22:53:27 +0100, Ivan Klymenko > wrote: >=20 > > so then need to fix same way ports: > >=20 > > devel/synfig > > multimedia/dv2jpg > > multimedia/mlt > > multimedia/kino > > multimedia/transcode > > multimedia/xawtv > >=20 > > :) >=20 > Not exactly: >=20 > LIB_DEPENDS=3D dv.4:${PORTSDIR}/multimedia/libdv >=20 > is the old syntax, deprecated but still correct. But dv.so was wrong. >=20 > Regards, ok Thanks.