Author: emaste
Date: Mon Jun 30 00:20:12 2014
New Revision: 268022
URL: http://svnweb.freebsd.org/changeset/base/268022

Log:
  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.
  
  Suggested by: imp, wblock
  MFC after:    1 week

Added:
  head/tools/build/options/WITHOUT_VT
     - copied unchanged from r268021, 
head/tools/build/options/WITHOUT_VT_SUPPORT
Deleted:
  head/tools/build/options/WITHOUT_VT_SUPPORT
Modified:
  head/Makefile.inc1
  head/UPDATING
  head/share/Makefile
  head/share/mk/src.opts.mk
  head/usr.bin/Makefile

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Sun Jun 29 22:35:47 2014        (r268021)
+++ head/Makefile.inc1  Mon Jun 30 00:20:12 2014        (r268022)
@@ -1198,7 +1198,7 @@ _gperf=           gnu/usr.bin/gperf
 _groff=                gnu/usr.bin/groff
 .endif
 
-.if ${MK_VT_SUPPORT} != "no"
+.if ${MK_VT} != "no"
 _vtfontcvt=    usr.bin/vtfontcvt
 .endif
 

Modified: head/UPDATING
==============================================================================
--- head/UPDATING       Sun Jun 29 22:35:47 2014        (r268021)
+++ head/UPDATING       Mon Jun 30 00:20:12 2014        (r268022)
@@ -31,6 +31,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
        disable the most expensive debugging functionality run
        "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20140629:
+       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.)
+
 20140619:
        Maximal length of the serial number in CTL was increased from 16 to
        64 chars, that breaks ABI.  All CTL-related tools, such as ctladm

Modified: head/share/Makefile
==============================================================================
--- head/share/Makefile Sun Jun 29 22:35:47 2014        (r268021)
+++ head/share/Makefile Mon Jun 30 00:20:12 2014        (r268022)
@@ -86,7 +86,7 @@ _syscons=     syscons
 _tests=                tests
 .endif
 
-.if ${MK_VT_SUPPORT} != "no"
+.if ${MK_VT} != "no"
 _vt=           vt
 .endif
 

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk   Sun Jun 29 22:35:47 2014        (r268021)
+++ head/share/mk/src.opts.mk   Mon Jun 30 00:20:12 2014        (r268022)
@@ -149,7 +149,7 @@ __DEFAULT_YES_OPTIONS = \
     USB \
     UTMPX \
     VI \
-    VT_SUPPORT \
+    VT \
     WIRELESS \
     WPA_SUPPLICANT_EAPOL \
     ZFS \

Copied: head/tools/build/options/WITHOUT_VT (from r268021, 
head/tools/build/options/WITHOUT_VT_SUPPORT)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/tools/build/options/WITHOUT_VT Mon Jun 30 00:20:12 2014        
(r268022, copy of r268021, head/tools/build/options/WITHOUT_VT_SUPPORT)
@@ -0,0 +1,4 @@
+.\" $FreeBSD$
+Set to not build
+.Xr vt 4
+support files (fonts and keymaps).

Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile       Sun Jun 29 22:35:47 2014        (r268021)
+++ head/usr.bin/Makefile       Mon Jun 30 00:20:12 2014        (r268022)
@@ -359,7 +359,7 @@ SUBDIR+=    yacc
 SUBDIR+=       vi
 .endif
 
-.if ${MK_VT_SUPPORT} != "no"
+.if ${MK_VT} != "no"
 SUBDIR+=       vtfontcvt
 .endif
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to