From owner-freebsd-questions@FreeBSD.ORG Sun Sep 23 14:18:38 2007 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 26E8716A418 for ; Sun, 23 Sep 2007 14:18:38 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 4E01313C48A; Sun, 23 Sep 2007 14:18:37 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <46F675BD.6020105@FreeBSD.org> Date: Sun, 23 Sep 2007 16:18:37 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Gabriel Dragffy References: <4D948EA6-3B4F-460F-95E3-19ADFC7B9BAC@dragffy.com> In-Reply-To: <4D948EA6-3B4F-460F-95E3-19ADFC7B9BAC@dragffy.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: packages compiled from source 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: Sun, 23 Sep 2007 14:18:38 -0000 Gabriel Dragffy wrote: > Hi, trying to find out where the complete packge files are for the > packges that I compiled from ports. I wanted to save these somewhere so > I wouldn't have to recompile them in the future. The handbook doesn't > shed any light on this:( They are not saved separately but you can create backups using pkg_create -b. Kris