From owner-freebsd-questions@FreeBSD.ORG Mon Apr 24 18:47:33 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 E6AE416A40F for ; Mon, 24 Apr 2006 18:47:33 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [204.127.200.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id E245643D5A for ; Mon, 24 Apr 2006 18:47:29 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com[208.206.151.59]) by comcast.net (sccrmhc14) with ESMTP id <20060424184152014001agehe>; Mon, 24 Apr 2006 18:41:52 +0000 Message-ID: <444D1BEF.5010704@computer.org> Date: Mon, 24 Apr 2006 13:41:51 -0500 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060402) MIME-Version: 1.0 To: Lena@lena.kiev.ua References: <20060424165021.GA1367@lena.kiev> In-Reply-To: <20060424165021.GA1367@lena.kiev> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Obsolete packages 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, 24 Apr 2006 18:47:34 -0000 Lena@lena.kiev.ua wrote: > Hi, > > A new version of a port (www/firefox) was released on April 14. > > # portversion -v firefox > firefox-1.5.0.1,1 < needs updating (port has 1.5.0.2,1) > > But packages still (on April 24) are of previous version: > > $ ftp ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/ > ftp> dir packages-5-stable/All/firefox-1* > -rw-r--r-- 1 110 0 11188636 Apr 01 16:29 firefox-1.5.0.1_2,1.tbz > ftp> dir packages-6-stable/All/firefox-1* > -rw-r--r-- 1 110 0 11511879 Apr 02 10:21 firefox-1.5.0.1_2,1.tbz > ftp> dir packages-7-current/All/firefox-1* > -rw-r--r-- 1 110 0 11511428 Apr 03 04:40 firefox-1.5.0.1_2,1.tbz > > Is something broken or is there insufficient computing power for > building new packages more often? It's my understanding that packages are built "when possible". They often lag that which is in ports. There are only so many cycles in a day (per cpu and per person). I would assume that there is some logical order in which the packages are built (most used first? Though not sure how that would be determined) If you require the most current binary, building it yourself is the way to go. I compile everything myself with the exception of openoffice.org (because it can be downright painful). > > Thanks, > > Lena > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Regards, Eric