Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2018 21:53: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: r336358 - head/sys/conf
Message-ID:  <201807162153.w6GLrUgr063763@repo.freebsd.org>

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



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