From owner-svn-src-all@FreeBSD.ORG Tue Jun 17 16:21:50 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA5A0D18; Tue, 17 Jun 2014 16:21:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7D5B20C8; Tue, 17 Jun 2014 16:21:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5HGLoK0064878; Tue, 17 Jun 2014 16:21:50 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5HGLoIM064877; Tue, 17 Jun 2014 16:21:50 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201406171621.s5HGLoIM064877@svn.freebsd.org> From: Ed Maste Date: Tue, 17 Jun 2014 16:21:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267582 - head/tools/build/options X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 16:21:51 -0000 Author: emaste Date: Tue Jun 17 16:21:50 2014 New Revision: 267582 URL: http://svnweb.freebsd.org/changeset/base/267582 Log: share/vt now also includes keymaps Modified: head/tools/build/options/WITHOUT_VT_SUPPORT Modified: head/tools/build/options/WITHOUT_VT_SUPPORT ============================================================================== --- head/tools/build/options/WITHOUT_VT_SUPPORT Tue Jun 17 16:07:57 2014 (r267581) +++ head/tools/build/options/WITHOUT_VT_SUPPORT Tue Jun 17 16:21:50 2014 (r267582) @@ -1,4 +1,4 @@ .\" $FreeBSD$ Set to not build .Xr vt 4 -support files (fonts). +support files (fonts and keymaps).