From owner-svn-src-head@freebsd.org Mon Sep 19 06:41: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 BB292BE08C9 for ; Mon, 19 Sep 2016 06:41:23 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (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 8CF3D122 for ; Mon, 19 Sep 2016 06:41:23 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x22a.google.com with SMTP id r192so60676078ita.0 for ; Sun, 18 Sep 2016 23:41:23 -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=mgR3+0/pJD3qFGoe9XDVTBiUv5qazjMktqe3JhQXAiI=; b=MQ+D9CLDPEMPO5MpKPtG4tg79VaqXJnWf3ZbmkZKT8tVEJs9LgVXVz4BfhZwASyyYX KhgBZE75xBKml8GKXGW0Z6uVJ5b89AYzoDQ5cKIfeC8j0hByjkclcZV7zrOPY3aOQogB C7VCILVCChaSIGU50Amu7Mw4BprfDyVsnbIytfUx0q2a6CfXd5wy0O1fG19fMh2TeO7y rQDRd/H/SXJw+BZQ9mx+eqUG0pz7cVAhK0Py8GNOouqqgx+1UGUyCF+D37eVKg5iel/5 9vJ8889TcesVMJzpwMaiYzsaOgGeN6Qs8BLVgoA/B78nmlCj6U5FSeukQ1n+JB4L2aD+ Wp/w== 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=mgR3+0/pJD3qFGoe9XDVTBiUv5qazjMktqe3JhQXAiI=; b=UdwwX/NDU7HX44SLlr4P8lLmKGauRwpuv6dG5IW7z9nKMqHUfJAdofOedTIYo+TcAA DdMN9bn+6BnFpQ0GeDkeor59z0E1btZ1dKmAVHGJ/bUZX+asZgjRM4qw+ayJmD0pooAW zgV3J5OyFkh2u/PVQeOhdAXku1NUDK4HSfGE/4bEbj0lFaFXjZEI+h8Ia7c4mCCYFfAe Roq7hYjRTjVkR2VkT8/b8tlEcxIVqjD4CnsK9dbScJk4F+gtg3HiyQtKzf9Et81DhLQA iCQ7g+/xxDmCUa4jsgFIuRB9m2wYt4VYPBKI8lCWrDH9SMjwffEw0ydt8vmXKrF7DORb Ew+A== X-Gm-Message-State: AE9vXwO/8O7UFYTCKl51bJ4YWdH0p83BvQJI9myNIIhz/CoSIOJOytlTCcwl7Fpcvu+nV/2rRO/hp2SFVB2Rog== X-Received: by 10.36.212.6 with SMTP id x6mr8380209itg.71.1474263852161; Sun, 18 Sep 2016 22:44:12 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.36.65.7 with HTTP; Sun, 18 Sep 2016 22:44:11 -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:44:11 -0600 X-Google-Sender-Auth: llbipHQCNLv8sLQFQBMRiuI2mLk 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 06:41:23 -0000 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? And why does soelim need capsicum anyway in its role as a bootstrap tool? Warner