From owner-freebsd-questions@FreeBSD.ORG Fri Mar 25 14:35:11 2005 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 3D8FE16A4CE for ; Fri, 25 Mar 2005 14:35:11 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E7043D1D for ; Fri, 25 Mar 2005 14:35:11 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 554945DA3; Fri, 25 Mar 2005 09:35:10 -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 92774-05; Fri, 25 Mar 2005 09:35:09 -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 239AD5C1E; Fri, 25 Mar 2005 09:35:09 -0500 (EST) Message-ID: <42442214.1040008@mac.com> Date: Fri, 25 Mar 2005 09:37:08 -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: "O. Hartmann" References: <42441F6E.9010506@mail.uni-mainz.de> In-Reply-To: <42441F6E.9010506@mail.uni-mainz.de> 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: FreeBSD questions mailing list Subject: Re: How download installed packages' sourcesfiles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 14:35:11 -0000 O. Hartmann wrote: [ ... ] > Unforunately "portupdate" does not have a simple functionality to gather > all tarballs from each installed port and its friends it depends on. > Maybe someone of you has a similar limitation and can help. Try using "make fetch-recursive" from a port's directory to fetch the source tarballs for that port and it's dependencies. Note that you can also create packages from the installed ports and copy those over to another machine, and install them directly rather than recompiling everything. [ Start with a "mkdir /usr/ports/packages", and the ports system will create package tarballs automaticly under there... ] -- -Chuck