From owner-svn-ports-all@freebsd.org Fri Aug 31 13:54:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BB0DFCC1EA; Fri, 31 Aug 2018 13:54:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 1C7BB73371; Fri, 31 Aug 2018 13:54:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 7691621F5F; Fri, 31 Aug 2018 09:54:21 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute4.internal (MEProxy); Fri, 31 Aug 2018 09:54:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=ivUHhC vOUgV9eVKMGV01l/IUD72XxCaq8+bMXOPPj+M=; b=iNvS9PgF5iVajRQJhwGThU N24GaKXXklXk/eu6RIWVgLWc+ZQ6U65bYja0L8Aanh0knYCKRhiP5LQscOiLhMnC 8cHXW3K9hxj4r6GRuWmD/ea+9VjefmJlCo5ziVtdsj789Z93aEvwUAJie3uKgWXv t20DrRKwF6CQ+Mbqk+yAPejsHTEb+jQ5r0nY36rOtal2No+lV91l16Cm1k/aWCZQ 2gxH+yRQpgSlZpX+n2qmVtuBRbGusLJOH++Zs2DdsilAf6sQGV7LdW+hqLwCpAaq KmYDcCgwj0csDDQsVMe+xbgWnwyC4Jn9Ood5aMsoHm42DdElQWJZqpjQUYqapwPQ == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 0D88A621C1; Fri, 31 Aug 2018 09:54:21 -0400 (EDT) Message-Id: <1535723660.2295317.1492563248.6AF41036@webmail.messagingengine.com> From: Tobias Kortkamp To: Alexey Dokuchaev Cc: ndowens@yahoo.com, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-7b72137a Subject: Re: svn commit: r478529 - in head: audio/atunes devel/efl graphics/gimageview graphics/opencv graphics/osg graphics/osg-devel multimedia/gxine multimedia/k9copy-kde4 multimedia/libxine multimedia/libxi... Date: Fri, 31 Aug 2018 15:54:20 +0200 In-Reply-To: <20180831124120.GA26782@FreeBSD.org> References: <201808310816.w7V8GIhm033801@repo.freebsd.org> <20180831101627.GA93235@FreeBSD.org> <1535714662.2255182.1492419576.2BB150A3@webmail.messagingengine.com> <20180831124120.GA26782@FreeBSD.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 13:54:22 -0000 On Fri, Aug 31, 2018, at 14:41, Alexey Dokuchaev wrote: > On Fri, Aug 31, 2018 at 01:24:22PM +0200, Tobias Kortkamp wrote: > > On Fri, Aug 31, 2018, at 12:16, Alexey Dokuchaev wrote: > > > On Fri, Aug 31, 2018 at 08:16:18AM +0000, Tobias Kortkamp wrote: > > > > New Revision: 478529 > > > > URL: https://svnweb.freebsd.org/changeset/ports/478529 > > > > > > > > Log: > > > > multimedia/libxine: Update to 1.2.9 > > > > > > > > - Cleanup options > > > > - Enable IMAGEMAGICK by default > > > > > > Can you elaborate more on this one? IM is a rather heavy dependency, esp. > > > with default selection of options, and I'm surprized why it would be needed > > > by default in the multimedia decoding library. > > > > Please qualify "heavy dependency". > > Just have a look at its USES and dependencies: Most of these are more than likely already installed (via web browsers or similar) on systems that would install one of libxine's consumers. > > I haven't really questioned it. > > As committers, we should question every non-obvious, let alone dubious, > change proposed. Thanks for that insight, Alexey.