Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2018 23:32:24 +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: r336359 - head/sys/conf
Message-ID:  <201807162332.w6GNWOo4013819@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Mon Jul 16 23:32:24 2018
New Revision: 336359
URL: https://svnweb.freebsd.org/changeset/base/336359

Log:
  Revert 336358 and step away fron machine for the day...
  
  VERSREQ < 7.+ physically will not work with new config(8) due to major bump,
  which is why I bumped it in the first place... Back to the original version

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:53:30 2018	(r336358)
+++ head/sys/conf/Makefile.amd64	Mon Jul 16 23:32:24 2018	(r336359)
@@ -18,7 +18,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=	600012
+%VERSREQ=	700000
 
 STD8X16FONT?=	iso
 

Modified: head/sys/conf/Makefile.arm
==============================================================================
--- head/sys/conf/Makefile.arm	Mon Jul 16 21:53:30 2018	(r336358)
+++ head/sys/conf/Makefile.arm	Mon Jul 16 23:32:24 2018	(r336359)
@@ -17,7 +17,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=	600013
+%VERSREQ=	700000
 
 STD8X16FONT?=	iso
 

Modified: head/sys/conf/Makefile.arm64
==============================================================================
--- head/sys/conf/Makefile.arm64	Mon Jul 16 21:53:30 2018	(r336358)
+++ head/sys/conf/Makefile.arm64	Mon Jul 16 23:32:24 2018	(r336359)
@@ -18,7 +18,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=	600012
+%VERSREQ=	700000
 
 .if !defined(S)
 S=	../../..

Modified: head/sys/conf/Makefile.i386
==============================================================================
--- head/sys/conf/Makefile.i386	Mon Jul 16 21:53:30 2018	(r336358)
+++ head/sys/conf/Makefile.i386	Mon Jul 16 23:32:24 2018	(r336359)
@@ -17,7 +17,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=	600012
+%VERSREQ=	700000
 
 STD8X16FONT?=	iso
 

Modified: head/sys/conf/Makefile.mips
==============================================================================
--- head/sys/conf/Makefile.mips	Mon Jul 16 21:53:30 2018	(r336358)
+++ head/sys/conf/Makefile.mips	Mon Jul 16 23:32:24 2018	(r336359)
@@ -15,7 +15,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=	600012
+%VERSREQ=	700000
 
 STD8X16FONT?=	iso
 

Modified: head/sys/conf/Makefile.powerpc
==============================================================================
--- head/sys/conf/Makefile.powerpc	Mon Jul 16 21:53:30 2018	(r336358)
+++ head/sys/conf/Makefile.powerpc	Mon Jul 16 23:32:24 2018	(r336359)
@@ -17,7 +17,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=	600012
+%VERSREQ=	700000
 
 STD8X16FONT?=	iso
 

Modified: head/sys/conf/Makefile.riscv
==============================================================================
--- head/sys/conf/Makefile.riscv	Mon Jul 16 21:53:30 2018	(r336358)
+++ head/sys/conf/Makefile.riscv	Mon Jul 16 23:32:24 2018	(r336359)
@@ -19,7 +19,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=	600012
+%VERSREQ=	700000
 
 .if !defined(S)
 S=	../../..

Modified: head/sys/conf/Makefile.sparc64
==============================================================================
--- head/sys/conf/Makefile.sparc64	Mon Jul 16 21:53:30 2018	(r336358)
+++ head/sys/conf/Makefile.sparc64	Mon Jul 16 23:32:24 2018	(r336359)
@@ -17,7 +17,7 @@
 #
 
 # Which version of config(8) is required.
-%VERSREQ=	600012
+%VERSREQ=	700000
 
 STD8X16FONT?=	iso
 



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