From owner-freebsd-stable@FreeBSD.ORG Wed Sep 3 22:33:27 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D01AAC20 for ; Wed, 3 Sep 2014 22:33:27 +0000 (UTC) Received: from srv.slsware.net (a203.slsware.com [216.17.134.203]) by mx1.freebsd.org (Postfix) with ESMTP id B286F1FF8 for ; Wed, 3 Sep 2014 22:33:27 +0000 (UTC) Received: from air.slsware.wif (outgoing.slsware.com [216.17.134.201]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by srv.slsware.net (srv.slsware.net) with ESMTPS id 080102C004C for ; Wed, 3 Sep 2014 16:27:56 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: pkg question - Difference pkg vs port From: Glenn English X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v3.00.11.18 BETA/60 In-Reply-To: Date: Wed, 3 Sep 2014 16:27:51 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <8ACBBE0B-7C68-4E70-8D60-FDAD068625AE@slsware.net> References: To: FreeBSD Stable Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2014 22:33:27 -0000 On Sep 3, 2014, at 3:52 PM, Michael Ross wrote: > Hello, >=20 > I don' get this: I'm not a *BSD user (yet), but in the Linux world, a port is source code = to be compiled, usually with additional helpful info in the make file = about dependencies, where to install is, a known-working config file, = and stuff like that.=20 A pkg is a pre-compiled binary, almost always with lots of info for the = install program like with the port. The advantage of a port is that you can modify the make file. The = advantage of a pkg is that it almost always runs, somewhat reasonably, = and a lot of the work is already done. --=20 Glenn English