From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 22:37:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28D1E106567B for ; Tue, 19 Aug 2008 22:37:04 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 9F60F8FC1A for ; Tue, 19 Aug 2008 22:37:03 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so251040fgb.35 for ; Tue, 19 Aug 2008 15:37:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=aJG4IIHsuXC2BtrrSGzr/NLvjGzqm6omi/2PPt1SKN4=; b=S/3kVJ+pd5yvldvolzaV1ap7JhFhwJgvPFMegxPXCtBoMOwFPO0mRX1T1BzTCbNyxT CRlhfQNjYn9QHnz3+KjXuGBXnQvF0mm5Q8UTRtuW29FHE0y0omcKkgconXJsJCMuJ+WL I0wquhmxoA8v9lsc3XMmiEyPCg2L5Cg5Xtnt4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=StkVG9JifDwC4rL/Mn2IF7Voa6jI5LeM1djKPu6JaSfhzxcdqa7dG9HbJc/lBVX1oN TojMVtWXcDDEKMQyccaHT/qZxT21FcPfRNSkEFNzmhtz3nr/XRMW/P55SFNjzy3aT5pH GWuEdtw/sII9Q2INLOOlOHta5tr2lRFzx2bxo= Received: by 10.86.59.18 with SMTP id h18mr5991328fga.63.1219185422194; Tue, 19 Aug 2008 15:37:02 -0700 (PDT) Received: from atlantis.dyndns.org ( [87.203.159.121]) by mx.google.com with ESMTPS id 3sm765387fge.3.2008.08.19.15.36.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 19 Aug 2008 15:37:00 -0700 (PDT) Message-ID: <48AB4B0A.7090900@gmail.com> Date: Wed, 20 Aug 2008 01:36:58 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080703) MIME-Version: 1.0 To: Polytropon References: <20080819181714.fb9d5ea1.freebsd@edvax.de> <48AB2051.2020303@gmail.com> <20080819235050.7341a5f3.freebsd@edvax.de> In-Reply-To: <20080819235050.7341a5f3.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: Fetching precompiled packages for external install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 22:37:04 -0000 Polytropon wrote: > On Tue, 19 Aug 2008 22:34:41 +0300, Manolis Kiagias wrote: > >> See this discussion in -questions a few days ago: >> >> http://lists.freebsd.org/pipermail/freebsd-questions/2008-August/180001.html >> > > Hmmm... this seems to refer to a procedure involving ports. I don't > wanted to compile anything, just a "recursive fetch". Please see my > other reply for the ugly solution I found. > > It doesn't have to be done through ports, you can still get the packages using pkg_add -r and then recreate them using pkg_create -Rb. Side effect is the packages will be installed on the download machine, and that may not be what you want. But you could probably use a jail to avoid this.