From owner-cvs-all@FreeBSD.ORG Sat Oct 7 02:57:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 200D016A412; Sat, 7 Oct 2006 02:57:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A523A43D46; Sat, 7 Oct 2006 02:57:22 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k972too4055457; Fri, 6 Oct 2006 20:55:50 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 06 Oct 2006 20:54:59 -0600 (MDT) Message-Id: <20061006.205459.1716878001.imp@bsdimp.com> To: lesi@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200610062332.k96NWNvA069136@repoman.freebsd.org> References: <200610062332.k96NWNvA069136@repoman.freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Fri, 06 Oct 2006 20:55:50 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 02:57:23 -0000 In message: <200610062332.k96NWNvA069136@repoman.freebsd.org> Dejan Lesjak writes: : lesi 2006-10-06 23:32:23 UTC : : FreeBSD src repository (ports committer) : : Modified files: : share/mk sys.mk : Log: : Remove X11BASE from here so the one from bsd.port.mk has a chance to set : default. Grepping through src shows only gnu/usr.bin/groff which doesn't : use it in src build and OpenSSH for which this was a NOOP. : : Discussed with: des, ru : Approved by: ru I've wanted to remove this for years. Warner