From owner-svn-ports-all@FreeBSD.ORG Thu Apr 10 09:39:48 2014 Return-Path: Delivered-To: svn-ports-all@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 694EBF5E; Thu, 10 Apr 2014 09:39:48 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DB9619F8; Thu, 10 Apr 2014 09:39:48 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 74504BDC5A; Thu, 10 Apr 2014 11:39:46 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 53901BDC1D; Thu, 10 Apr 2014 11:39:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 0B55DD366D2C; Thu, 10 Apr 2014 11:39:46 +0200 (CEST) Date: Thu, 10 Apr 2014 11:39:45 +0200 From: Mathieu Arnold To: Pawel Pekala , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r350792 - head/emulators/tme Message-ID: In-Reply-To: <201404100911.s3A9B8BV042081@svn.freebsd.org> References: <201404100911.s3A9B8BV042081@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 09:39:48 -0000 +--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. -- Mathieu Arnold