From owner-freebsd-arch@freebsd.org Wed Feb 10 15:19:26 2021 Return-Path: Delivered-To: freebsd-arch@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 A086F549A2B for ; Wed, 10 Feb 2021 15:19:26 +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 4DbNht3j51z4bpr for ; Wed, 10 Feb 2021 15:19:26 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f178.google.com (mail-qk1-f178.google.com [209.85.222.178]) (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 6D018CD1E for ; Wed, 10 Feb 2021 15:19:26 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f178.google.com with SMTP id x14so1960497qkm.2 for ; Wed, 10 Feb 2021 07:19:26 -0800 (PST) X-Gm-Message-State: AOAM533FsU6uk68sVx5hIsdpYbh94S5ttaYEPhNqpV6iZntdzwg38eWA oY6eaWNimI1fIw0tH3X7qdA2EcWWb3XpWUPp4Qw= X-Google-Smtp-Source: ABdhPJz8TDlqNqU/gJTlbP/0m6jA84SSmhhQE2xJ2jDzLn1sqCjg0+Bm8qBzOZ/eR2YtmaJSgZ1erbufwJffUr9v03E= X-Received: by 2002:a05:620a:b8a:: with SMTP id k10mr4080573qkh.120.1612970366057; Wed, 10 Feb 2021 07:19:26 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Wed, 10 Feb 2021 09:19:12 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Deprecate/remove fmtree(8)? To: "freebsd-arch@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Feb 2021 15:19:26 -0000 On Sat, Feb 6, 2021 at 3:37 PM Kyle Evans wrote: > > Hi, > > I was reviewing build options, and noticed that we're still building > and installing fmtree by default. > > Brooks imported nmtree about 8 years ago, made it the default about 7 > years ago. Since then, fmtree has seen approximately ~0 work besides > build fixes from tangentially related work or fixes for bugs that > nmtree inherited from fmtree. > > Is anyone actually using this? This feels like a pretty clear case of > maintenance burden at a glance... > The only feedback I've received from this is Baptiste's "Yes!", so I've staged a review here for a deprecation notice and turning off the option by default: https://reviews.freebsd.org/D28573 Thanks, Kyle Evans