From owner-dev-commits-src-all@freebsd.org Mon Jun 28 20:01:30 2021 Return-Path: Delivered-To: dev-commits-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 551AA65B72F; Mon, 28 Jun 2021 20:01:30 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GDJQf14Tvz4T7T; Mon, 28 Jun 2021 20:01:30 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f53.google.com (mail-qv1-f53.google.com [209.85.219.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 0A1D6CA7A; Mon, 28 Jun 2021 20:01:30 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f53.google.com with SMTP id g14so2325718qvo.7; Mon, 28 Jun 2021 13:01:30 -0700 (PDT) X-Gm-Message-State: AOAM532USCvFdoP+O4fkB3DDiBD+nxIiuTdpRBpXOy20Kaa07OcA5ZiL e/HE/tgoliw3JTuNfxRdw8U8YdQXfX1O7SKDyjo= X-Google-Smtp-Source: ABdhPJw95uDJ5NXC35iXrSD8NziBVvzB6gXbCD+RKiMrroo2xri3nrKrBSD4U0aNh5lUm57RCfTcEDTSoUZHnD7xMKc= X-Received: by 2002:a05:6214:12c7:: with SMTP id s7mr11792502qvv.60.1624910489516; Mon, 28 Jun 2021 13:01:29 -0700 (PDT) MIME-Version: 1.0 References: <202106281537.15SFbdiG002780@gitrepo.freebsd.org> In-Reply-To: From: Kyle Evans Date: Mon, 28 Jun 2021 13:01:18 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 175841285e28 - main - Add deprecation notice for WITH_PROFILE option To: Ed Maste Cc: src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2021 20:01:30 -0000 On Mon, Jun 28, 2021 at 12:57 PM Ed Maste wrote: > > On Mon, 28 Jun 2021 at 13:26, Kyle Evans wrote: > > > > I know we could bikeshed this all day, but I think this verbiage is a > > little too casual; "enabled by default" makes it sound like it can be > > turned off, when it's really becoming non-optional. > > That's a good point; I wanted to make sure some notice is in and can > be MFC'd soon. Anyhow PROFILE will at least default to off for 14, but > will probably be removed entirely. > > How about "The PROFILE functionality is not available in .Fx 14."? +1, I like that.