From owner-freebsd-hackers@FreeBSD.ORG Fri Oct 26 19:06:35 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 729B0A49 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 1C3B78FC18 for ; Fri, 26 Oct 2012 19:06:34 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so3852551oag.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=oxdCOoN/R5NlT7og9NU0ii+KxrmD+iNWhJhqQPglIm/lyFgACy2on1FbB91D27E/1h VSlTbFxOJa3ItoUcpJLzayqdbOqPohID1/4ZMj6LNhKAt1lyJBW4TRs2Cvh4r5LsN8xT rTtPFXYPAk9CQ3cpVgwNRtf/GcppHB52t5FEz5KwYjpDcfGjSg7phNbZmm2EPHp5NLqj kTlNCfYrOiPXr3gbvc/MX4KWIZXXR0yNRZbhmQbQ9BmSyHwRs1smMkT9zg6ZIx0bd509 GEU93DUD9g4CUBPanUpB5BgGg4IDz1/U0XiXy2OQ+spNgdXZGQzuwDwEsBC3xcbVUCgX hIJQ== 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: ALoCoQlqWAuOUD/nSvu+KcjXUUl4Bb9IUFcdGTlhmdAgPdyUuFTTkmlAyX98ZBOYOLc8w2DojZC9 Cc: Baptiste Daroussin , Garrett Cooper , freebsd-hackers@FreeBSD.org, "Simon J. Gerraty" , Chris Rees , freebsd-arch@FreeBSD.org, Marcel Moolenaar X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD 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