Author: kevans
Date: Mon Jul 16 21:53:30 2018
New Revision: 336358
URL: https://svnweb.freebsd.org/changeset/base/336358

Log:
  Partially revert r336353: sys/conf/* %VERSREQ bumps
  
  The changes made in r335998 don't strictly require a newer config(8),
  though it is advised. The %VERSREQ bumps were premature.

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

Modified: head/sys/conf/Makefile.amd64
==============================================================================
--- head/sys/conf/Makefile.amd64        Mon Jul 16 21:32:50 2018        
(r336357)
+++ head/sys/conf/Makefile.amd64        Mon Jul 16 21:53:30 2018        
(r336358)
@@ -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  Mon Jul 16 21:32:50 2018        (r336357)
+++ head/sys/conf/Makefile.arm  Mon Jul 16 21:53:30 2018        (r336358)
@@ -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        Mon Jul 16 21:32:50 2018        
(r336357)
+++ head/sys/conf/Makefile.arm64        Mon Jul 16 21:53:30 2018        
(r336358)
@@ -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 Mon Jul 16 21:32:50 2018        (r336357)
+++ head/sys/conf/Makefile.i386 Mon Jul 16 21:53:30 2018        (r336358)
@@ -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 Mon Jul 16 21:32:50 2018        (r336357)
+++ head/sys/conf/Makefile.mips Mon Jul 16 21:53:30 2018        (r336358)
@@ -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      Mon Jul 16 21:32:50 2018        
(r336357)
+++ head/sys/conf/Makefile.powerpc      Mon Jul 16 21:53:30 2018        
(r336358)
@@ -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        Mon Jul 16 21:32:50 2018        
(r336357)
+++ head/sys/conf/Makefile.riscv        Mon Jul 16 21:53:30 2018        
(r336358)
@@ -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      Mon Jul 16 21:32:50 2018        
(r336357)
+++ head/sys/conf/Makefile.sparc64      Mon Jul 16 21:53:30 2018        
(r336358)
@@ -17,7 +17,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=      700000
+%VERSREQ=      600012
 
 STD8X16FONT?=  iso
 
_______________________________________________
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