From owner-svn-src-all@freebsd.org Thu Apr 18 00:58:41 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF399157EA94; Thu, 18 Apr 2019 00:58:41 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82DEA6CC70; Thu, 18 Apr 2019 00:58:41 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f67.google.com with SMTP id i21so53705iol.7; Wed, 17 Apr 2019 17:58:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=i0fssQ5ZeijeH/kQvUd0Vze+UazvvBpfXl+vk1c44Dc=; b=jMBweIcGeVuqi8Xb3bptzk3ufOiRP/YR2gaZr7o4PM2H5K0MqeQvUNoFGkqAZJguZb U238Fp8C9vdl0/U2/8O6vdBR744vog8kn+CvjZ/POym/bdg9Vivdnvtq92IZvovCJKD8 M1XJrZDIMrQLqepgIub5VVoI2+jk0eZ40JbqxCV19GYiSVb9sGIWyToyGNE0sqthzrnx OX32D7Mjx9NeoBhmLSc1Rc+H/oRXRTEDKFYK9S0Ko9jH/828Gt49EMsV2r/N51vO68jf I+GIeJxQZYWsB2ztl9Dd/T6j8+fpLfcHBHruaJMhYgcG7Cgzw77xTHd/rqpf6PMo4UWK ZvmA== X-Gm-Message-State: APjAAAWnLN+rTrHan7syPWsiKW76HNtwDk8GI0QfuF4ZguOd8LkMANR8 57FgYtXPXu8bg++/x3lN1ynuwjqpYx0KiE64bV4= X-Google-Smtp-Source: APXvYqwcnDH812sUDfpUoBR0j7bJx4UlEPrMXuVEG1fyut4X5aFauwNIBuvTSk3eRBiGfhK5QbpTa9V9PrmwsZverPU= X-Received: by 2002:a6b:6006:: with SMTP id r6mr1954517iog.294.1555548643443; Wed, 17 Apr 2019 17:50:43 -0700 (PDT) MIME-Version: 1.0 References: <20190417195145.6824c0f9@thor.intern.walstatt.dynvpn.de> <201904171941.x3HJfmee090931@slippy.cwsent.com> In-Reply-To: <201904171941.x3HJfmee090931@slippy.cwsent.com> From: Ed Maste Date: Wed, 17 Apr 2019 20:50:31 -0400 Message-ID: Subject: Re: svn commit: r346316 - in head: contrib/elftoolchain/strings sbin/savecore usr.bin/brandelf usr.bin/head usr.bin/wc To: Cy Schubert Cc: "O. Hartmann" , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 82DEA6CC70 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.936,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 18 Apr 2019 00:58:42 -0000 On Wed, 17 Apr 2019 at 15:42, Cy Schubert wrote: > > -.if !exists(/usr/include/casper/cap_fileargs.h) > CASPERINC+= ${SRCTOP}/lib/libcasper/services/cap_fileargs/cap_fileargs. > h > -.endif Yes I think this change is correct as an immediate workaround for this issue (until we sort out header bootstrapping in a more holistic way). Please commit it, or I will if you don't get to it soon.