From owner-svn-src-all@freebsd.org Mon Sep 19 07:03:33 2016 Return-Path: Delivered-To: svn-src-all@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 6E625BE02BD for ; Mon, 19 Sep 2016 07:03:33 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (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 35233DAA for ; Mon, 19 Sep 2016 07:03:33 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x236.google.com with SMTP id q92so82941324ioi.1 for ; Mon, 19 Sep 2016 00:03:33 -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=RJGJZUuVWF83vzR0q/VIEG54FlDQmAZxrq+6tpQXC3v8RRlaeZeGr7J15c1Ge0y11i nXafzPRuNHbe0p5WQgZRG0ItqSnrbwFPo+J7cfu5lTSQ6VECuaD31AEjGKZavRRZ6q/X kcqqLOLLOEU6LRzxSx3KqYamoz+xoSt3WltByo9A8rzIbsz7QTJkivrsQAOHcRSoSbu9 kVkm7MQt3ewUxSPx1bjeQKtRxNQGxORYYdQYIdC8BrPPGpnqyeeMunRf6eswuhN5CCWo uJvSJg47k+VkD5fBnBcf/E9eIEfvPmEjIA89aTFGl/XTwZn/NuAhdU18myEX/371bTP/ H4mA== X-Gm-Message-State: AE9vXwPhBBZOrWPJo4Es7F6KeSJkXVuKJ4TnbmFVWcTI61qro/4SagCfls5GLfELDbLMLCzW5BKF2M/UFYXGOA== 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 07:03:33 -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