From owner-freebsd-ports@FreeBSD.ORG Thu Mar 17 12:27:51 2005 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 C2C6C16A4CE for ; Thu, 17 Mar 2005 12:27:51 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7903743D55 for ; Thu, 17 Mar 2005 12:27:51 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D5AFA5D60; Thu, 17 Mar 2005 07:27:50 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 94914-08; Thu, 17 Mar 2005 07:27:50 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-53-96.ny325.east.verizon.net [68.161.53.96]) by pi.codefab.com (Postfix) with ESMTP id D7E735C0F; Thu, 17 Mar 2005 07:27:49 -0500 (EST) Message-ID: <4239779D.3020903@mac.com> Date: Thu, 17 Mar 2005 07:27:09 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Forrest Aldrich References: <42392B72.1060301@forrie.com> In-Reply-To: <42392B72.1060301@forrie.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com cc: ports@freebsd.org Subject: Re: Packages and dependencies... 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, 17 Mar 2005 12:27:51 -0000 Forrest Aldrich wrote: > When you create a package of a port, is there a means by which to also > create the dependencies into packages ... for distribution. Yep. You want "make package-recursive". -- -Chuck