From owner-svn-ports-all@FreeBSD.ORG Thu Apr 10 10:11:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B930CE5; Thu, 10 Apr 2014 10:11:48 +0000 (UTC) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2E1A1DAD; Thu, 10 Apr 2014 10:11:46 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id e49so2870413eek.3 for ; Thu, 10 Apr 2014 03:11:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=mibQ5m0aQxpM4LXtfXXac9jjSIXKF3vl6AlCKDwMkaM=; b=HC8XC73ju0jn7gsanPVeEj2gg7X+4RW8mpoc///3Hz19Cms4gR1r+Eqeq+BZkWldzl TmfTjv7T1r3LY0TWhfC1EVz9fdP204q/f62BjVTg0odTuqHi0Nj2IS6amN5V7y5ab+pt O90edzM1CzdHWwpBic4OoC9T7NRWVlvuXVNmBb2Za3YssnMUr1jf/T/H6bvSg4HgoBb7 +U2nRMDvqDMDPgXEQw358svOA5GMjNt+CwlGGy08hnMEKuS7wGNDe+b1J/hxPDGNErWM 1CM8DjHyWUS4rHjJ1gdil212dy4mpiDZSsBDgjiWW2SwsCjbIWP0vYE17Py9sZdgia2Q b9zQ== X-Received: by 10.15.67.142 with SMTP id u14mr19855439eex.19.1397124705195; Thu, 10 Apr 2014 03:11:45 -0700 (PDT) Received: from localhost (dn97.internetdsl.tpnet.pl. [80.53.249.97]) by mx.google.com with ESMTPSA id q49sm8774538eem.34.2014.04.10.03.11.43 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Thu, 10 Apr 2014 03:11:44 -0700 (PDT) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Thu, 10 Apr 2014 12:11:33 +0200 From: =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= To: Baptiste Daroussin Subject: Re: svn commit: r350792 - head/emulators/tme Message-ID: <20140410121133.000066f7@freebsd.org> In-Reply-To: <20140410094640.GB8207@ivaldir.etoilebsd.net> References: <201404100911.s3A9B8BV042081@svn.freebsd.org> <20140410094640.GB8207@ivaldir.etoilebsd.net> X-Mailer: Claws Mail 3.9.3-31-gc98d95 (GTK+ 2.16.6; i586-pc-mingw32msvc) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Mathieu Arnold , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 10 Apr 2014 10:11:48 -0000 Baptiste Daroussin wrote: > On Thu, Apr 10, 2014 at 11:39:45AM +0200, Mathieu Arnold wrote: > > +--On 10 avril 2014 09:11:08 +0000 Pawel Pekala > > wrote: | - Remove some dependencies pulled in automatically by > > others > > > > Ah, that feels wrong, a port should have explicit dependencies to > > thing it needs to fetch/extract/build/link/run, it should not rely > > on some of its dependencies bringing what it needs as sub > > dependencies. > > > Good catch I haven't seen that one > > This is wrong because the day one of the deps stop pulling down a > dependency of this port then this port will be broken All removed dependencies libraries can be found in pkg -B gtk2 output, which is build and run dependency (USES= gtk20) so I don't see any problem here except not clear log entry.