From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 14 10:43:43 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDD57106566C for ; Fri, 14 Jan 2011 10:43:43 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9D8E98FC13 for ; Fri, 14 Jan 2011 10:43:43 +0000 (UTC) Received: by gwj21 with SMTP id 21so1093552gwj.13 for ; Fri, 14 Jan 2011 02:43:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=a9cXi2skiHNVzUjJpXtCojJSg86B9+GdDA6bZhf/MCI=; b=kNRUKjQV1p9IANwLZQWkb4H/8nhDSdE05QconswnN4F/vosp6Ll0u07C6xMc6kc+Jp YTB+Zdc31KDRqIjh9u+rRBA1068HZWIx6JvI3bg3K9lxWtUfm9HRtkoPlTLlZtDIHE5g iXxvXkgym7NWl4dDlCSQfWXCHSxjNhYxuRs2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lUsxOrIJxM/fqOIIfasRswKbyQqEAkIXm2oMT+reiem6S1JlU3fPN9r3DKjxrLVNOy crO920McU7bj9YTWUwS6qypKJzNWbOSM7saHxJ13lFMuSQAL1cBqqJ7FjJYjvjhmka1d hvLF56NOEn89bp0kKTDBax9Ca7/VhCc7Pobz0= MIME-Version: 1.0 Received: by 10.236.108.41 with SMTP id p29mr1157248yhg.54.1295000395218; Fri, 14 Jan 2011 02:19:55 -0800 (PST) Received: by 10.236.110.10 with HTTP; Fri, 14 Jan 2011 02:19:55 -0800 (PST) Date: Fri, 14 Jan 2011 05:19:55 -0500 Message-ID: From: Aryeh Friedman To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: best way to run -RELEASE and -CURRENT on the same machine X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2011 10:43:43 -0000 My normal work doesn't require -CURRENT but the stuff I need to do Android development only works on -CURRENT the problem I only have one machine and want to make it so I can run 8.2-RC1 for most everyday things but can switch to -CURRENT when I do Android work.... Obviously I would like to make it so my ports are also build for both machines everytime I run portmaster (or the equiv)... dual boot or jail or what?.... note that -CURRENT currently is unusable due to active refactoring of the interrupt handling and my NIC (ale(4)) causing a panic when it goes from down to up