From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 20:47:20 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 B0DA116A4CE for ; Fri, 19 Nov 2004 20:47:20 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60CBE43D1F for ; Fri, 19 Nov 2004 20:47:20 +0000 (GMT) (envelope-from tommoyer@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so64444wri for ; Fri, 19 Nov 2004 12:47:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=MM743nY+wRkxwGgNWBWdXUqjM+aJvRHAdgZKixqzzwpimxFsWebfnVkvtQb5J24pTv1FJl1WXMtFjlNNM99VmFzgKxXLN7aTB1aEAIDsuduuuc6UGByPWFvV+i2eJm9C9QnEXn1pv3XZTNq2ljbHDNuVPWvCF26nHPRhzv6MoOU= Received: by 10.54.4.26 with SMTP id 26mr434643wrd; Fri, 19 Nov 2004 12:47:19 -0800 (PST) Received: by 10.54.41.24 with HTTP; Fri, 19 Nov 2004 12:47:19 -0800 (PST) Message-ID: <1486736304111912474c9b6ee1@mail.gmail.com> Date: Fri, 19 Nov 2004 15:47:19 -0500 From: Tom Moyer To: Chuck Swiger , FreeBSD Questions In-Reply-To: <419E1D6F.6040507@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <148673630411182008412a23a6@mail.gmail.com> <419E1D6F.6040507@mac.com> Subject: Re: Installation Question 5.3-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tom Moyer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 20:47:20 -0000 > Fortunately, you can still use the ports collection for your offline machine, > by using a machine which is connected and doing the "make package-recursive" > or "make fetch-recursive" commands to grab all of the dependencies as well. Is there any way I can force it to fetch packages when they exist and distfiles for ports if a package doesn't exist? So in summary I have a list of applications I would like to install on a machine not connected to a network. I am looking for the easiest method of fetching the packages from a server and putting them on CDs so I can move them to the stand-alone machine. For the one or two apps I use that don't have packages I would like to fetch all the necesary distfiles to be able to install those few apps from ports.