From owner-freebsd-questions@FreeBSD.ORG Mon Mar 27 17:50:26 2006 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 3E95516A401 for ; Mon, 27 Mar 2006 17:50:26 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id E94A343D6D for ; Mon, 27 Mar 2006 17:50:06 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.internal (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id A05D1D4345B for ; Mon, 27 Mar 2006 12:50:05 -0500 (EST) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend2.internal (MEProxy); Mon, 27 Mar 2006 12:49:50 -0500 X-Sasl-enc: /bPeE9svm8VB2a6QGposkhaGLJ0HO2faRSEDQOZSd+Qh 1143481790 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by frontend3.messagingengine.com (Postfix) with ESMTP id 02FCC700 for ; Mon, 27 Mar 2006 12:49:49 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Mon, 27 Mar 2006 18:49:59 +0100 User-Agent: KMail/1.9.1 References: <4427C93B.2050805@greenmeadow.ca> <200603271649.56334.list-freebsd-2004@morbius.sent.com> <200603271002.53806.donaldjoneill@gmail.com> In-Reply-To: <200603271002.53806.donaldjoneill@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603271850.00548.list-freebsd-2004@morbius.sent.com> Subject: Re: Fwd: package vs ports question 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: Mon, 27 Mar 2006 17:50:26 -0000 On Monday 27 March 2006 17:02, Donald J. O'Neill wrote: > On Monday 27 March 2006 09:49, RW wrote: > > On Monday 27 March 2006 14:20, Norberto Meijome wrote: > > > make package will actually make the package and install it for you, > > > you dont need to do a pkg_add after that (yes, a bit > > > counter-intuitive, but really handy) > > > > Make package creates a package out of an installed port (it will > > install the port first, if neccessary). It doesn't install the > > package - there would be no point. > > _______________________________________________ > > 'make install' builds a package from the port and installs it. 'make > package' builds a package and installs it, it also saves it in > compressed form so it can be reinstalled if necessary. My point was that it doesn't create a package file and then install it, which is how I read it. There is a strong unwritten convention in the language of FreeBSD that you don't refer to installing from a port as installing a package - even though it's technically correct.