From owner-freebsd-questions@FreeBSD.ORG Fri Mar 25 20:35:09 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 E0BB016A4CE for ; Fri, 25 Mar 2005 20:35:09 +0000 (GMT) Received: from mailgate2.zdv.Uni-Mainz.DE (mailgate2.zdv.Uni-Mainz.DE [134.93.178.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9417543D46 for ; Fri, 25 Mar 2005 20:35:09 +0000 (GMT) (envelope-from ohartman@mail.uni-mainz.de) Received: from [134.93.180.218] (edda.Physik.Uni-Mainz.DE [134.93.180.218]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailgate2.zdv.Uni-Mainz.DE (Postfix) with ESMTP id 60441300026A; Fri, 25 Mar 2005 21:34:52 +0100 (CET) Message-ID: <42447600.1060504@mail.uni-mainz.de> Date: Fri, 25 Mar 2005 21:35:12 +0100 From: "O. Hartmann" Organization: Institut =?ISO-8859-1?Q?f=FCr_Geophysik?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-AT; rv:1.7.5) Gecko/20050317 X-Accept-Language: de-de, en MIME-Version: 1.0 To: Chuck Swiger References: <42441F6E.9010506@mail.uni-mainz.de> <42442214.1040008@mac.com> In-Reply-To: <42442214.1040008@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at uni-mainz.de 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 20:35:10 -0000 Chuck Swiger schrieb: > 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... ] > All right, this works, but I still have to check what port is installed. The reason for this uncommon way is, my lab's computer is a i386 machine while at home I would like to run an amd64 based system without IA32 compatibility. Building packages on the source machine isn't an option. Thank you very much for that hint. Oliver