From owner-freebsd-arch@FreeBSD.ORG Fri Oct 26 19:06:35 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72355A48 for ; Fri, 26 Oct 2012 19:06:35 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1C4138FC19 for ; Fri, 26 Oct 2012 19:06:34 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so3852548oag.13 for ; Fri, 26 Oct 2012 12:06:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=cNUCOurD0NbMZy+ugje7VdGRGVWMQ02Hc+/cv/65mUM=; b=nmgh+BlBLtloZ7PwFkdkLbQmMfugq/dkEzA3mT6JQzcP65N8yr8XB+GJeOiHZ0l7n7 i8RWij/QP6vRHxHwJ0LUp8MxLU7qighVUZ4W66lfv1hWiHyCIHAp+IQX999itmCnDW+S 4D3qNq4WvRu6IAGdqd5TDO1j2LYbwFPyV0qssXbRs0t6ca85fZc2fQRt9amh1b/ph8eP kAAQN5oNmUUor0SVp2lQU7Awldn4W/zvl0bgKwuFAxk0vYvNNuhabYbKoUK2GtvHngjR 9aeNMk2NcauM0Dwll5hWlSUZFeOESrE5n+HhSQfICdEW2WZzXy0VyYWaxE8ClV2cfoUZ LrGQ== Received: by 10.60.170.200 with SMTP id ao8mr20175017oec.104.1351278394521; Fri, 26 Oct 2012 12:06:34 -0700 (PDT) Received: from [10.30.101.53] ([209.117.142.2]) by mx.google.com with ESMTPS id n7sm2166441obd.16.2012.10.26.12.06.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Oct 2012 12:06:32 -0700 (PDT) Sender: Warner Losh Subject: Re: [CFT/RFC]: refactor bsd.prog.mk to understand multiple programs instead of a singular program Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20121026181152.GC44331@dragon.NUXI.org> Date: Fri, 26 Oct 2012 13:06:27 -0600 Content-Transfer-Encoding: 7bit Message-Id: <8055D252-DB99-4C56-ACA2-CC50897791E1@bsdimp.com> References: <201210020750.23358.jhb@freebsd.org> <201210021037.27762.jhb@freebsd.org> <127FA63D-8EEE-4616-AE1E-C39469DDCC6A@xcllnt.net> <20121025211522.GA32636@dragon.NUXI.org> <3F52B7C9-A7B7-4E0E-87D0-1E67FE5D0BA7@xcllnt.net> <20121025221244.GG3808@ithaqua.etoilebsd.net> <20121026181152.GC44331@dragon.NUXI.org> To: obrien@freebsd.org X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQn+5UJviErEca/45FWciZJ7NeUCLE6GO/eOpZCC4mGqotIgwrDsVIBLCVBMIc2ARhaMjEyh Cc: Baptiste Daroussin , Garrett Cooper , freebsd-hackers@FreeBSD.org, "Simon J. Gerraty" , Chris Rees , freebsd-arch@FreeBSD.org, Marcel Moolenaar X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 19:06:35 -0000 On Oct 26, 2012, at 12:11 PM, David O'Brien wrote: > On Fri, Oct 26, 2012 at 12:12:44AM +0200, Baptiste Daroussin wrote: >> Do be able to get the ports tree working with bmake asap, I also asked >> him to MFC it to 9.1, from latest reply he got positive answer from re@ >> about this, but was waiting for something I don't remember. > > :tu/:tl is in releng/9.1, so it will also be in 9.1-RELEASE. It isn't in 8 yet, so there's no good transition strategy there... Warner