From owner-freebsd-questions@FreeBSD.ORG Thu Feb 7 04:05:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7E3A16A420 for ; Thu, 7 Feb 2008 04:05:51 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 8DA2E13C465 for ; Thu, 7 Feb 2008 04:05:51 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2764804wxd.7 for ; Wed, 06 Feb 2008 20:05:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=Y6tpbZok2flHbC3XXHN5Lgy6Hmn91b1dEKth7eRwZIQ=; b=FGLjkQqaEmqqcedRKShCBiq6qt1nKrEVmKYIw/lWsaQJSwdjWQU3jAOM+Q7rVTO/SKwgiKaNQoYDXlJkvvPwAd/KirDERQEOW93Ie7xxKrlCJv6gf7JPBGGHb9SMtV/JOqj8ktG60JeVhpGS/JSF/Wmp7dF5VMbQkgpKTOvtWhQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=FRQD4DdufQiFKUPbB83TSBRaxnMgQ7ZebigawLKUUCSnWfd7wmyJm+Ls7DD6K4+uEuTN0ESdeO3XBiOizRU0ncvrV3DbsI5zDfSa+Zzc/mtRHyr1HxkyQ+Q45SdjT7HfXaXGuNFZ4QZv0YqoMa+/nOeH7Sk2A+rcUPWx55sFdGU= Received: by 10.150.134.7 with SMTP id h7mr4504920ybd.103.1202357150953; Wed, 06 Feb 2008 20:05:50 -0800 (PST) Received: by 10.150.157.7 with HTTP; Wed, 6 Feb 2008 20:05:50 -0800 (PST) Message-ID: <9e8c58490802062005g310123a3l53654d098cc3bdd0@mail.gmail.com> Date: Thu, 7 Feb 2008 01:05:50 -0300 From: "Oren Almog" To: "Kris Kennaway" In-Reply-To: <9e8c58490802061928q323641a8kfdcbd347dcdd1124@mail.gmail.com> MIME-Version: 1.0 References: <9e8c58490802031254y1fdeb7d2laf989382f19c3469@mail.gmail.com> <47A62F6A.9020807@FreeBSD.org> <9e8c58490802061928q323641a8kfdcbd347dcdd1124@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Ports binary 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: Thu, 07 Feb 2008 04:05:52 -0000 > > > Oren Almog wrote: > > > Hi > > > > > > When are new binary packages available? Are they compiled only at > > RELEASEs? > > > > No, they are compiled and updated continuously. > > > > Kris > > > > Thanks. > > I understand that the RELEASE directory contains only packages that were > compiled with a specific version was released. Can you explain the > differences between port directories for stable and current? > > Will I find different packages on > /pub/FreeBSD/ports/i386/packages-7-current and > /pub/FreeBSD/ports/i386/packages-8-current? What about > /pub/FreeBSD/ports/i386/packages-6-stable ? > > I can't find this in the handbook, I apologize in case it's there and I > missed it. > > Oren Ok. I think I just figured out that the only difference is that the packages were compiled against a specific version such a 7,8,stable, current etc... So, if a certain package is updated to a new version will it be compiled for all branches except for releases? How often are packages compiled?