From owner-freebsd-ports@FreeBSD.ORG Thu Sep 25 13:28:44 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5518216A4B3 for ; Thu, 25 Sep 2003 13:28:44 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F38543FD7 for ; Thu, 25 Sep 2003 13:28:43 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id B3CB03F4E; Thu, 25 Sep 2003 16:28:25 -0400 (EDT) From: "Dan Langille" To: Kris Kennaway Date: Thu, 25 Sep 2003 16:29:12 -0400 MIME-Version: 1.0 Message-ID: <3F7317D8.29925.20A89F5F@localhost> Priority: normal In-reply-to: <20030925201758.GA66639@rot13.obsecurity.org> References: <3F72D337.11051.1F9C8A56@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body cc: freebsd-ports@freebsd.org Subject: Re: Getting a list of existing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 20:28:44 -0000 On 25 Sep 2003 at 13:17, Kris Kennaway wrote: > On Thu, Sep 25, 2003 at 11:36:23AM -0400, Dan Langille wrote: > > Please cc me on any replies. > > > > I'm trying to find a way of determining whether or not a given port > > should have a package. I would prefer to obtain this information via > > make. e.g. make -V PACKAGEEXISTS > > > > Looking at the various settings in Mk/*, I'm not seeing anything > > which is obviously the solution. > > > > Clues please? > > Essentially, a package is built for port X unless > > 1) IGNORE is set > > 2) Condition 1 is true for a port upon which port X depends. Would it be correct to add this to 1) and NO_PACKAGE is not set. -- Dan Langille : http://www.langille.org/