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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"