From owner-svn-src-head@freebsd.org Mon Sep 19 07:02:25 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 AEADCBE0205 for ; Mon, 19 Sep 2016 07:02:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (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 71D0CD28 for ; Mon, 19 Sep 2016 07:02:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22f.google.com with SMTP id m186so82785958ioa.2 for ; Mon, 19 Sep 2016 00:02:25 -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=9ma3QyS86EwHdjgIHRFXGvVI4XtIq53zZC4cz7L4BjU=; b=dnjbyZ5UkFvwIIwPV8EatWsx0MLqN7HmIVHAsI3AAikX2uf6DNP5c3yH40C3Kgd1dC e7Sf29NIEAUeg2MaMtc8v51tH6qmwvVNXC1Mf7w13cFECkpCr03DGwdemz1C3g0T+gzH 85ObryS7yCdPGBqv9wmS9KdUFU6OCYgHHqpXs3qJy89y0Y1v1COsYW8unuT2rcKg95sE YF2H0wu9AWDWgseTK7zBVxO6Np2g8R2lXyr1LjF4ER01PEtohA3qf4sf27RGNzLbN89D UIq5pd1OOu3ASifCpnj/SYWAfZo13ryHywwk/c+VPeiQL0Tv84EifGZU7GuaJuamLe2B depQ== 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=9ma3QyS86EwHdjgIHRFXGvVI4XtIq53zZC4cz7L4BjU=; b=Rfj+y2DS313pjXNrML4sY5/C97P6e2o/cJMotkrw7Q/Ly0ZSmgS08SWnsOjFWuQ8uG xmo2rvxofC284hglt4vjjIv30rTGX/TxCNYmKcISvUCO/5sulh+ZoIsD+Z24Pyo1x+3R 8g9UV0R0P0E8gMi6NbuULWjyhUbtuJ8CpJbPXf8ct+wWUmqJL0LP0VLsN3Udj1sxLdWo NrPT7uXOsAjZWyVcI+AXdjKs7zSJh9XO/+5ekqlnYa4v9CJWmVVqxCnWFzfFyWNkZu2C 6RauxEIb0Szmmz1E0Scr1y5+sErOWH9Zih8hViaCpzsFolQ69GI6ky7JZJJAu7STVOYR OnJg== X-Gm-Message-State: AE9vXwMV+UH7YpI4Pd3VIP/1I0GkPrMjrl0UUXbCrznyK8H7kys29acV6If6n6jcghc3pXnYwRZzVvCTi2kTFg== X-Received: by 10.107.184.131 with SMTP id i125mr39682448iof.167.1474265056574; Sun, 18 Sep 2016 23:04:16 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.36.65.7 with HTTP; Sun, 18 Sep 2016 23:04:16 -0700 (PDT) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <201609181916.u8IJGnG2062423@repo.freebsd.org> From: Warner Losh Date: Mon, 19 Sep 2016 00:04:16 -0600 X-Google-Sender-Auth: eW6kLhA6fG9xfYtcL2UqTofHMHA 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:02:25 -0000 On Sun, Sep 18, 2016 at 11:52 PM, Warner Losh wrote: > 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. So in case it wasn't clear, I'd like to request a backout of the elimination of the #ifdef, or at least permission to add them back when I can show that 9.x systems still can build HEAD. Unlike clang requiring c++11 to build, this is a trivial thing to maintain compatibility. Warner