From owner-freebsd-questions@FreeBSD.ORG Sun Feb 15 00:12:52 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4519AAC for ; Sun, 15 Feb 2015 00:12:52 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 75518A00 for ; Sun, 15 Feb 2015 00:12:51 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t1F0CdcW098154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 14 Feb 2015 17:12:39 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t1F0CdIS098151; Sat, 14 Feb 2015 17:12:39 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 14 Feb 2015 17:12:39 -0700 (MST) From: Warren Block To: John Goerzen Subject: Re: Ports/Packages and release engineering In-Reply-To: Message-ID: References: <54DF89BE.6010005@complete.org> <54DFA962.2010509@infracaninophile.co.uk> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 14 Feb 2015 17:12:39 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 00:12:52 -0000 On Sat, 14 Feb 2015, John Goerzen wrote: > I actually expect to use pkg(8) rather than ports almost all of the time. > So it sounds nice that pkg(8) can do this, but I am confused about the > relation between ports and pkg. Building a port produces a package, or prebuilt binary packages can be automatically downloaded and installed. The pkg system handles and tracks this. > I see some rather contradictory information out there, and wonder if > this changed in FreeBSD 9 or 10? I see some people saying that a > person always needs to tell the ports system to register with pkg, but > then I don't see anything in the Handbook saying to do that these > days. This might help: http://www.wonkity.com/~wblock/docs/html/pkg.html