From owner-svn-src-all@freebsd.org Fri Jan 3 19:23:52 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ADAFC1DD678; Fri, 3 Jan 2020 19:23:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-ua1-x930.google.com (mail-ua1-x930.google.com [IPv6:2607:f8b0:4864:20::930]) (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 47qFFN2trvz4FRS; Fri, 3 Jan 2020 19:23:52 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-ua1-x930.google.com with SMTP id 73so15038642uac.6; Fri, 03 Jan 2020 11:23:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=uTGH3zvkTZoXlMhg/SfCFEibweYKvGdfB/cj4kRUt5Q=; b=cjt0765xBIVcp2NV9q79E2+55vM0W59LweAmXVXPo8vyA+x2a3t6ytkpjTrjTkBVHv EMLqqNU76Wtws+UO0uwXLjp2HBRccB7hhB4AWhQ+NE42xqwLs6xxhuS0k+Y8vF9LCd16 732YV5sSKUNh9RbNp80aDUJf+t9+Pxrfio/n5qJArQNK04zhrABQSeXINrI8gEm5rDgU Yj+5xzWD1mbD62ahZYb6Sz3H16KaafM0w+8urD4zVorA5GosfRNFJc+wKk6YI3gmT5Ke VkxFfuoRvTvfZ17xkqHcxxPnbIWseErUmujQ1mQpMUCSz4IJovL6qIbjDZbCeghFGBNg SXmg== 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=uTGH3zvkTZoXlMhg/SfCFEibweYKvGdfB/cj4kRUt5Q=; b=euSfYVaHjAT7OFxu7wh+leEu8qjkaq5jGMHGWJZThWyYDUPZt2Ql33qlSkGTDJkvMg wA9CbAlc4LnSw6HYrkcRWggUydLIXgy87pe2heyN23JEy9Hl2ciVvdjJIk5wfZ7VLJWm AjKV7V5o+L9hvNK3W0wvxWvQynTPRshDClk+LBxuAaOgo74XzeGXFq6Tz6ZlGuwG0j9e 6/L+VxyzoqLyCJWtG5c1zy5QJx+HwuQO7iZ2DSSGvObOX2bsg/NCNtSld2IjQWTcBqrs ZDP8bf9fPu++mvCnauGAuN74VixnN3dbIqefojj9AibWLmncfZkLBNsCSTMd3mSU5K1o qvow== X-Gm-Message-State: APjAAAXg3Z7xLpI7XtVgUWP2jMZBWmcmyf+QsXhoE+yEgf9qhWOiynqj UTqLeTCZp3ze8GspvtoSfOjlSrSigqzBF6aNO4WD9g== X-Google-Smtp-Source: APXvYqxx4/byJp1/YK016o3d/ViV5eTcwtEgP+tp3rV1ViTzTVZZAG9ZqSAAE1iTvvniPNEBnEpHyIocYu2CEFIlYHw= X-Received: by 2002:ab0:2b85:: with SMTP id q5mr37536624uar.24.1578079430849; Fri, 03 Jan 2020 11:23:50 -0800 (PST) MIME-Version: 1.0 References: <202001031811.003IBtqt019822@repo.freebsd.org> In-Reply-To: <202001031811.003IBtqt019822@repo.freebsd.org> From: Enji Cooper Date: Fri, 3 Jan 2020 11:23:39 -0800 Message-ID: Subject: Re: svn commit: r356322 - head/share/mk To: Ed Maste Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 47qFFN2trvz4FRS X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,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: Fri, 03 Jan 2020 19:23:52 -0000 On Fri, Jan 3, 2020 at 10:12 AM Ed Maste wrote: > > Author: emaste > Date: Fri Jan 3 18:11:55 2020 > New Revision: 356322 > URL: https://svnweb.freebsd.org/changeset/base/356322 > > Log: > src.opts.mk: GOOGLETEST requires CXX > > Reported by: Build Options Survey run by Michael Dexter Thank you for doing this <3. FWIW, MK_TESTS:= no should have also covered this, but no real harm nor foul in making it explicit. -Enji