From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 12:45:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE74C16A4F1 for ; Thu, 12 Feb 2004 12:45:27 -0800 (PST) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1021043D31 for ; Thu, 12 Feb 2004 12:45:14 -0800 (PST) (envelope-from duanewinner@worldnet.att.net) Received: from [10.10.100.60] (unknown[216.113.237.29]) by worldnet.att.net (mtiwmhc11) with SMTP id <2004021220451311100fa3q1e> (Authid: duanewinner); Thu, 12 Feb 2004 20:45:13 +0000 From: Duane Winner To: freebsd-questions Content-Type: text/plain Organization: UTRS, Inc. Message-Id: <1076618818.259.17.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 12 Feb 2004 15:46:58 -0500 Content-Transfer-Encoding: 7bit Subject: stupid packages question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: duanewinner@att.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 20:45:28 -0000 Hello, I'm sure there is an easy answer to this that I just haven't been able to gleen from reading stuff: How can I make packages for all the depencies of a package that I'm trying to create in one fell swoop? Example: If I go into /usr/ports/sysutils/portupgrade and type "make package" it builds a nice package that I can send to other machines to install, but then of course I will need to install all the depencies first, which means I have to go back to my build box, find all the sources and "make package" on all of them. Kinda tedious. Is there an easier way? I've read about "make package" in about 5 different docs/books, but none of the mention this problem. Thanks for any info. -DW