Author: kevans
Date: Tue Jul 17 14:11:30 2018
New Revision: 336414
URL: https://svnweb.freebsd.org/changeset/base/336414

Log:
  Revert r336353 completely based on protest; compatibility shims incoming

Modified:
  head/sys/conf/Makefile.amd64
  head/sys/conf/Makefile.arm
  head/sys/conf/Makefile.arm64
  head/sys/conf/Makefile.i386
  head/sys/conf/Makefile.mips
  head/sys/conf/Makefile.powerpc
  head/sys/conf/Makefile.riscv
  head/sys/conf/Makefile.sparc64
  head/usr.sbin/config/configvers.h

Modified: head/sys/conf/Makefile.amd64
==============================================================================
--- head/sys/conf/Makefile.amd64        Tue Jul 17 12:13:38 2018        
(r336413)
+++ head/sys/conf/Makefile.amd64        Tue Jul 17 14:11:30 2018        
(r336414)
@@ -18,7 +18,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=      700000
+%VERSREQ=      600012
 
 STD8X16FONT?=  iso
 

Modified: head/sys/conf/Makefile.arm
==============================================================================
--- head/sys/conf/Makefile.arm  Tue Jul 17 12:13:38 2018        (r336413)
+++ head/sys/conf/Makefile.arm  Tue Jul 17 14:11:30 2018        (r336414)
@@ -17,7 +17,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=      700000
+%VERSREQ=      600013
 
 STD8X16FONT?=  iso
 

Modified: head/sys/conf/Makefile.arm64
==============================================================================
--- head/sys/conf/Makefile.arm64        Tue Jul 17 12:13:38 2018        
(r336413)
+++ head/sys/conf/Makefile.arm64        Tue Jul 17 14:11:30 2018        
(r336414)
@@ -18,7 +18,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=      700000
+%VERSREQ=      600012
 
 .if !defined(S)
 S=     ../../..

Modified: head/sys/conf/Makefile.i386
==============================================================================
--- head/sys/conf/Makefile.i386 Tue Jul 17 12:13:38 2018        (r336413)
+++ head/sys/conf/Makefile.i386 Tue Jul 17 14:11:30 2018        (r336414)
@@ -17,7 +17,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=      700000
+%VERSREQ=      600012
 
 STD8X16FONT?=  iso
 

Modified: head/sys/conf/Makefile.mips
==============================================================================
--- head/sys/conf/Makefile.mips Tue Jul 17 12:13:38 2018        (r336413)
+++ head/sys/conf/Makefile.mips Tue Jul 17 14:11:30 2018        (r336414)
@@ -15,7 +15,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=      700000
+%VERSREQ=      600012
 
 STD8X16FONT?=  iso
 

Modified: head/sys/conf/Makefile.powerpc
==============================================================================
--- head/sys/conf/Makefile.powerpc      Tue Jul 17 12:13:38 2018        
(r336413)
+++ head/sys/conf/Makefile.powerpc      Tue Jul 17 14:11:30 2018        
(r336414)
@@ -17,7 +17,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=      700000
+%VERSREQ=      600012
 
 STD8X16FONT?=  iso
 

Modified: head/sys/conf/Makefile.riscv
==============================================================================
--- head/sys/conf/Makefile.riscv        Tue Jul 17 12:13:38 2018        
(r336413)
+++ head/sys/conf/Makefile.riscv        Tue Jul 17 14:11:30 2018        
(r336414)
@@ -19,7 +19,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=      700000
+%VERSREQ=      600012
 
 .if !defined(S)
 S=     ../../..

Modified: head/sys/conf/Makefile.sparc64
==============================================================================
--- head/sys/conf/Makefile.sparc64      Tue Jul 17 12:13:38 2018        
(r336413)
+++ head/sys/conf/Makefile.sparc64      Tue Jul 17 14:11:30 2018        
(r336414)
@@ -17,7 +17,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=      700000
+%VERSREQ=      600012
 
 STD8X16FONT?=  iso
 

Modified: head/usr.sbin/config/configvers.h
==============================================================================
--- head/usr.sbin/config/configvers.h   Tue Jul 17 12:13:38 2018        
(r336413)
+++ head/usr.sbin/config/configvers.h   Tue Jul 17 14:11:30 2018        
(r336414)
@@ -49,5 +49,5 @@
  *
  * $FreeBSD$
  */
-#define        CONFIGVERS      700000
+#define        CONFIGVERS      600015
 #define        MAJOR_VERS(x)   ((x) / 100000)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to