Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2018 14:11:30 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336414 - in head: sys/conf usr.sbin/config
Message-ID:  <201807171411.w6HEBU36066615@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807171411.w6HEBU36066615>