From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 4 00:15:58 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75E6C1065697; Mon, 4 Oct 2010 00:15:58 +0000 (UTC) (envelope-from arundel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 65DA48FC08; Mon, 4 Oct 2010 00:15:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o940FwSL055976; Mon, 4 Oct 2010 00:15:58 GMT (envelope-from arundel@freefall.freebsd.org) Received: (from arundel@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o940FwZl055972; Mon, 4 Oct 2010 00:15:58 GMT (envelope-from arundel) Date: Mon, 4 Oct 2010 00:15:58 GMT Message-Id: <201010040015.o940FwZl055972@freefall.freebsd.org> To: aragon@phat.za.net, arundel@FreeBSD.org, freebsd-bugs@FreeBSD.org, delphij@FreeBSD.org From: arundel@FreeBSD.org Cc: Subject: Re: misc/151180: src.conf WITHOUT_MAIL should not disable /usr/bin/fmt X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2010 00:15:58 -0000 Synopsis: src.conf WITHOUT_MAIL should not disable /usr/bin/fmt State-Changed-From-To: open->analyzed State-Changed-By: arundel State-Changed-When: Mon Oct 4 00:08:38 UTC 2010 State-Changed-Why: This was fixed in HEAD by commit r203711. The changes were MFC'ed in r203584, but only partially. r203584 only touched tools/build/mk/OptionalObsoleteFiles.inc, but not usr.bin/Makefile. Responsible-Changed-From-To: freebsd-bugs->delphij Responsible-Changed-By: arundel Responsible-Changed-When: Mon Oct 4 00:08:38 UTC 2010 Responsible-Changed-Why: Hi delphij, could you take a look at this PR? It seems an MFC you did, didn't contain all changes from the initial commit to HEAD. http://www.freebsd.org/cgi/query-pr.cgi?pr=151180