Date: Tue, 8 Jul 2014 14:04:36 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r268399 - in stable/10: . share share/mk tools/build/options Message-ID: <201407081404.s68E4aMq093332@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Tue Jul 8 14:04:36 2014 New Revision: 268399 URL: http://svnweb.freebsd.org/changeset/base/268399 Log: MFC r268022: Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VT The _SUPPORT knobs have a consistent meaning which differs from the behaviour controlled by this knob. As the knob is opt-out and has not appeared in a release the impact should be low. Added: stable/10/tools/build/options/WITHOUT_VT - copied unchanged from r268022, head/tools/build/options/WITHOUT_VT Deleted: stable/10/tools/build/options/WITHOUT_VT_SUPPORT Modified: stable/10/UPDATING stable/10/share/Makefile stable/10/share/mk/bsd.own.mk Directory Properties: stable/10/ (props changed) Modified: stable/10/UPDATING ============================================================================== --- stable/10/UPDATING Tue Jul 8 13:28:37 2014 (r268398) +++ stable/10/UPDATING Tue Jul 8 14:04:36 2014 (r268399) @@ -16,6 +16,11 @@ from older versions of FreeBSD, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20140708: + The WITHOUT_VT_SUPPORT kernel config knob has been renamed + WITHOUT_VT. (The other _SUPPORT knobs have a consistent meaning + which differs from the behaviour controlled by this knob.) + 20140608: On i386 and amd64 systems, the onifconsole flag is now set by default in /etc/ttys for ttyu0. This causes ttyu0 to be automatically enabled Modified: stable/10/share/Makefile ============================================================================== --- stable/10/share/Makefile Tue Jul 8 13:28:37 2014 (r268398) +++ stable/10/share/Makefile Tue Jul 8 14:04:36 2014 (r268399) @@ -86,7 +86,7 @@ _syscons= syscons _tests= tests .endif -.if ${MK_VT_SUPPORT} != "no" +.if ${MK_VT} != "no" _vt= vt .endif Modified: stable/10/share/mk/bsd.own.mk ============================================================================== --- stable/10/share/mk/bsd.own.mk Tue Jul 8 13:28:37 2014 (r268398) +++ stable/10/share/mk/bsd.own.mk Tue Jul 8 14:04:36 2014 (r268399) @@ -358,7 +358,7 @@ __DEFAULT_YES_OPTIONS = \ UNBOUND \ USB \ UTMPX \ - VT_SUPPORT \ + VT \ WIRELESS \ WPA_SUPPLICANT_EAPOL \ ZFS \ Copied: stable/10/tools/build/options/WITHOUT_VT (from r268022, head/tools/build/options/WITHOUT_VT) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ stable/10/tools/build/options/WITHOUT_VT Tue Jul 8 14:04:36 2014 (r268399, copy of r268022, head/tools/build/options/WITHOUT_VT) @@ -0,0 +1,4 @@ +.\" $FreeBSD$ +Set to not build +.Xr vt 4 +support files (fonts and keymaps).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081404.s68E4aMq093332>