From owner-freebsd-java@FreeBSD.ORG Fri Jun 2 15:53:05 2006 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7011016A435; Fri, 2 Jun 2006 15:53:02 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9553D43D48; Fri, 2 Jun 2006 15:52:58 +0000 (GMT) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id E160650B7; Fri, 2 Jun 2006 10:52:57 -0500 (CDT) Date: Fri, 2 Jun 2006 10:52:57 -0500 To: Achilleus Mantzios Message-ID: <20060602155257.GD18607@soaustin.net> References: <20060602143756.GB66066@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Mark Linimon , java@freebsd.org, freebsd-ports@freebsd.org, Kris Kennaway Subject: Re: Just a ports related question X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 15:53:30 -0000 On Fri, Jun 02, 2006 at 06:23:45PM +0300, Achilleus Mantzios wrote: > 1) Whould it take 30 new i386/amd64/sparc64/ia64 machines > to just copy packages from > /ports/i386/packages-6-stable > to > /ports/i386/packages-6.1-release > ???????? It wouldn't. But the -stable packages are continually rebuilt, with whatever the latest changes in 6-STABLE are. In "theory" there are no API changes in a -STABLE branch, but would you like to bet on it? In any case other things change (utilities are imported or improved, device drivers are added) and some of the ports that are built for -stable just aren't going to work on -release. We keep trying to figure ways to reduce the lag time between package builds and final releases but it's a really tough problem to solve. Believe me, kris and I are _very_ aware of this problem :-) mcl