From owner-svn-src-head@freebsd.org Mon Sep 19 07:01:23 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0656BBE018B for ; Mon, 19 Sep 2016 07:01:23 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2331C50 for ; Mon, 19 Sep 2016 07:01:22 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x234.google.com with SMTP id q92so82902937ioi.1 for ; Mon, 19 Sep 2016 00:01:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Vf71ekNyqsOa+Y/wEtHj0nT4murJgkWr/d6gRQjUV68=; b=1s1JsJaIRPva/P+Rl7s3BzdpfYoqNY35Pbkhv+Yln1jMq9G4Yb3bWImyBNjdDi8FPP O3nfXBL8B3jejLckXloXfoKJWJMFD+wd6r4MyLO365PadyyXkcyf/83m015s8u89mrPI Ea5zJCQVQJRX6tVTeZoc63y8jJehuoZA6WGTbLYMWqUDrrQtINqNIcDEiOOgAsxi6TyO Y3wJnkf06Dw6Da4b5c0+8E47kO7DfDTpNqfpG/gi+STn2CrRdJRSEyoU1cKgrG2eVBSg TaWo9WQirpFS9Ixx1Dr+yLLPuEe8jGX66p6Ua5v/N2Y0Xz7zqaRyn3wvv9bj9wEcLRgs 3ifA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Vf71ekNyqsOa+Y/wEtHj0nT4murJgkWr/d6gRQjUV68=; b=EwAFC/pqPin2uyCcMcc7pbXtW7BpOIRPb2jeTRXYpuw2cVTNWA/1+oSc1atq2JCRnY aWB9ZRAE81znein66uF0aOXPTNk/wvhuT6VAbCvRC9Htro6sja1m1YyemEduEb5c//ct f8dgNCrOkIkIYGtPWAH9jKZJsuzHQUfqdf4wPH1LOlVtQT0WImR06h58z4f6kq+gTQDx SisE22TmLaCR/AEbF2bIYn2pHBPvbw8hAxzLxurYqCg0X5mDok/z7epxUl/qNFQ6Nlzg xNsu2mQ5A2UOdoylWgRQwyCsn/PnEmrXM1Nvg59NZlkeJSui+cOI5dU9g5Nt2xMpTJZu nA3A== X-Gm-Message-State: AE9vXwO5j/0QNCgzEdevsgEmVdhYfQdu8gVixg3iAmGpuQY8sDNuEGOYyKaXatUTbjEmQq4s7yQN4K29t2B2Pw== X-Received: by 10.107.184.131 with SMTP id i125mr39638570iof.167.1474264349522; Sun, 18 Sep 2016 22:52:29 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.36.65.7 with HTTP; Sun, 18 Sep 2016 22:52:29 -0700 (PDT) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <201609181916.u8IJGnG2062423@repo.freebsd.org> From: Warner Losh Date: Sun, 18 Sep 2016 23:52:29 -0600 X-Google-Sender-Auth: -F-utvzMh97-f2wC8ygOIT60nhY Message-ID: Subject: Re: svn commit: r305949 - head/usr.bin/soelim To: Allan Jude Cc: Baptiste Daroussin , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 07:01:23 -0000 On Sun, Sep 18, 2016 at 11:44 PM, Warner Losh wrote: > On Sun, Sep 18, 2016 at 6:24 PM, Allan Jude wrote: >> On 2016-09-18 15:16, Baptiste Daroussin wrote: >>> Author: bapt >>> Date: Sun Sep 18 19:16:48 2016 >>> New Revision: 305949 >>> URL: https://svnweb.freebsd.org/changeset/base/305949 >>> >>> Log: >>> Simplify the fix for bootstrap tools >>> >>> building head is not supported from prior to stable/10 where sys/capsicum.h was >>> named sys/capabilities.h > > There's still a lot of people building head on 9.x systems. You sure > this is a good idea? MINIMUM_SUPPORTED_OSREL?= 900044 is the currently listed minimum version. Last time I tried it, it worked. Warner