From owner-freebsd-questions@FreeBSD.ORG Sat Dec 10 23:33:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 71D7516A41F for ; Sat, 10 Dec 2005 23:33:11 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB8D443D49 for ; Sat, 10 Dec 2005 23:33:10 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so1168688nzp for ; Sat, 10 Dec 2005 15:33:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=EvU+Ioc/VYnAI0dXqtxPcGl3ZfNp4fcdlw2JlXd+WAiVf3I0V96GKCc/NNJfEZFzgfO0Rx6mBzvKMXIqrvhFnHp9PVk6c0YodtuGZteZIMhvEzcgQNtNRHU7QFwOk3U3xTkCksjgdzIYzQExVXQb4MHZ201n53AQiWkwysVFskU= Received: by 10.36.222.58 with SMTP id u58mr4716946nzg; Sat, 10 Dec 2005 15:33:10 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id 24sm2932051nzn.2005.12.10.15.33.09; Sat, 10 Dec 2005 15:33:10 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Sat, 10 Dec 2005 15:33:05 -0800 User-Agent: KMail/1.8.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512101533.07117.ringworm01@gmail.com> Cc: Francisco Reyes Subject: Re: How to build package without installing it? 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: Sat, 10 Dec 2005 23:33:11 -0000 On Saturday 10 December 2005 15:18, Francisco Reyes wrote: > What parameter(s) one needs to use to make a package without installing it? > > I have some ports I installed on one machine and want to make packages to > install in others. The default "make package" tries to install. If the port is allready installed then use pkg_create -b {portname in var/db/pkg} to make a package of it. -Mike