From owner-cvs-ports@FreeBSD.ORG Fri Aug 3 20:42:16 2007 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B177116A417; Fri, 3 Aug 2007 20:42:16 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id ABC6413C45B; Fri, 3 Aug 2007 20:42:16 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 311801A4D7E; Fri, 3 Aug 2007 13:41:40 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id DE5C8BB43; Fri, 3 Aug 2007 16:42:15 -0400 (EDT) Date: Fri, 3 Aug 2007 16:42:15 -0400 From: Kris Kennaway To: Michael Nottebrock Message-ID: <20070803204215.GA68620@rot26.obsecurity.org> References: <200706281553.l5SFr56i099807@repoman.freebsd.org> <20070802181715.46yikycm8gc8g8kk@webmail.leidinger.net> <20070803125410.GB1062@tirith.brixandersen.dk> <200708032144.57558.lofi@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708032144.57558.lofi@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Henrik Brix Andersen , cvs-all@freebsd.org, ports-committers@freebsd.org, Pav Lucistnik , cvs-ports@freebsd.org, Alexander Leidinger Subject: Re: cvs commit: ports/Mk bsd.port.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 20:42:16 -0000 On Fri, Aug 03, 2007 at 09:44:56PM +0200, Michael Nottebrock wrote: > On Friday, 3. August 2007, Henrik Brix Andersen wrote: > > On Thu, Aug 02, 2007 at 06:17:15PM +0200, Alexander Leidinger wrote: > > > Quoting Henrik Brix Andersen (from Thu, 2 Aug > > > 2007 > > > > > > 16:17:10 +0200): > > >>> Feature: > > >>> - allow to only register explicit dependencies, disabled by default > > >>> (EXPLICIT_PACKAGE_DEPENDS=whatever_you_want) > > >> > > >> Can you elaborate a bit on this new EXPLICIT_PACKAGE_DEPENDS feature? > > >> Perhaps give a usage example or two? :) > > > > > > What about diffing the output of "make actual-package-depends" and "make > > > actual-package-depends -DEXPLICIT_PACKAGE_DEPENDS"? > > > > > > Simple Example: > > > > > > Port A depends upon B > > > Port B depends upon C > > > > > > Without the feature: > > > Port A registers dependencies to ports B and C > > > > > > With the feature: > > > Port A registers dependendcy to ports B > > > > Great, then it's just the feature I needed :) Thank you for the > > explanation. > > Not sure this can work reliably enough to be usefule at present, at least for > the specific scenario of avoiding unnecessary recompilations. I think there > are just too many ports with implicit dependencies, especially in the > KDE/GNOME domain. Yes. I'm not even convinced this feature is a good idea. Kris