From owner-freebsd-arch@FreeBSD.ORG Wed Jul 10 16:55:29 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 748B8992 for ; Wed, 10 Jul 2013 16:55:29 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-f179.google.com (mail-ie0-f179.google.com [209.85.223.179]) by mx1.freebsd.org (Postfix) with ESMTP id 432861D8B for ; Wed, 10 Jul 2013 16:55:29 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id c10so16331580ieb.10 for ; Wed, 10 Jul 2013 09:55:23 -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=3WwhEESNvjmrYsgMnEjXaqxBUoV/h14ecXFvPpfkeVM=; b=oXK814IcwjurUs6lisGMX0xxch/WzqyIdqzDYi7qZb32daJP+AC/FRX1U5Vi2Q2nvY jes3QubIvbfWqXHnGqUw7MSL+jBDfap22zaMvZ3ASCE1qMPpl6Mk0+Ri/UKvpD2e7BL7 5R/60USp+zheG5J52aIy6v+FOdWcb4k3OzI0RPUlx/MwrAXiHXRGTLmPZwl1dEn5z2YH ZCk/NjneMDNz6FxQsnIMmScBC6XD+wYWhGZmvfShY5jnWXw6lv5GSUSyFrgj+fVvtpb/ GAcRBbqRU88C855c+wj9m0o6uFDRCxrM8iRRsbfOjaNUEH1A92mPoQK9wQtNI2KZfxvE PNwQ== X-Received: by 10.50.23.8 with SMTP id i8mr35990261igf.42.1373475323601; Wed, 10 Jul 2013 09:55:23 -0700 (PDT) Received: from monkey-bot.int.fusionio.com ([209.117.142.2]) by mx.google.com with ESMTPSA id nr4sm12133988igb.0.2013.07.10.09.55.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Jul 2013 09:55:22 -0700 (PDT) Sender: Warner Losh Subject: Re: Adding a MACHINE_ARCH note Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Wed, 10 Jul 2013 10:55:20 -0600 Content-Transfer-Encoding: 7bit Message-Id: <752588A3-C0EF-4844-A0EE-4657CAD40E4C@bsdimp.com> References: <20130709090744.0e497e7e@bender.Home> <32F979BD-FB5C-4111-9586-4C5E7C6DFA71@bsdimp.com> <20130709234837.559e3769@bender.Home> To: Adrian Chadd X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQkuHBNLXLawknsAJLdtMZxaEq/mzcxFBmSe/3ZGiOxyXQ/XrzfY7gLHjBpUzXhmqlX1010g Cc: Baptiste Daroussin , Dimitry Andric , Andrew Turner , freebsd-arch@freebsd.org 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: Wed, 10 Jul 2013 16:55:29 -0000 On Jul 10, 2013, at 10:41 AM, Adrian Chadd wrote: > [snip] > > .. boy, wouldn't it be nice to at least check if the package system > we're about to roll out may support this? > > That's the reason I replied about it. Not specifically to make it > happen _everywhere_, but to see if we're about to migrate to a tool > that doesn't support it, making it a much bigger deal to migrate again > later. I've been talking to Baptiste, and it will support this. Warner