From owner-cvs-all@FreeBSD.ORG Fri Oct 6 23:32:24 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 BF9C216A415; Fri, 6 Oct 2006 23:32:24 +0000 (UTC) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F28B43D49; Fri, 6 Oct 2006 23:32:24 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k96NWOxB069140; Fri, 6 Oct 2006 23:32:24 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k96NWNvA069136; Fri, 6 Oct 2006 23:32:23 GMT (envelope-from lesi) Message-Id: <200610062332.k96NWNvA069136@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 6 Oct 2006 23:32:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: 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: Fri, 06 Oct 2006 23:32:24 -0000 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 Revision Changes Path 1.88 +0 -2 src/share/mk/sys.mk