From owner-freebsd-questions@FreeBSD.ORG Thu May 21 00:33:51 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 C76A0F4C for ; Thu, 21 May 2015 00:33:51 +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 778C81E79 for ; Thu, 21 May 2015 00:33:51 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t4L0XmpH032064 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 20 May 2015 18:33:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t4L0Xmn9032061; Wed, 20 May 2015 18:33:48 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 20 May 2015 18:33:48 -0600 (MDT) From: Warren Block To: "William A. Mahaffey III" cc: freebsd-questions@freebsd.org Subject: Re: ports make search? In-Reply-To: <555D1E67.9090003@hiwaay.net> Message-ID: References: <29A62BC7-F140-4BA4-B7DF-1B5F47E27889@prodigy.net> <555D1E67.9090003@hiwaay.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) 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]); Wed, 20 May 2015 18:33:49 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 00:33:51 -0000 On Wed, 20 May 2015, William A. Mahaffey III wrote: > On 05/20/15 18:24, Jeffry Killen wrote: >> >> So now I have excuted the command >> make index >> >> As I type this it appears that the process is completed. >> >> But it has been going on for around 20 minutes. Is it >> common or not unexpected to take that long? >> > > Yes, that is one of the attractions of pkg's vs. ports, *much* quicker > installs. Some months ago, I compiled the iceweb port, took over 5 hours on > this box. The pkg install a week or 2 later took 30 sec. Not really, the index is a huge database, not related to compiling from source. The built version can be retrieved from the FreeBSD servers. portmaster even fetches the index automatically. I have an article on using ports here: http://www.wonkity.com/~wblock/docs/html/portupgrade.html