On March 31, 2020 10:53:14 PM PDT, Glen Barber <g...@freebsd.org> wrote: >Author: gjb >Date: Wed Apr 1 05:51:46 UTC 2020 >New Revision: 359503 >URL: https://svnweb.freebsd.org/changeset/base/359503 > >Log: > Update head to 14.0-CURRENT in order to prevent having > a 13.0-RELEASE. > >Modified: > Makefile.inc1 > UPDATING > lib/clang/freebsd_cc_version.h > lib/clang/llvm.build.mk > sys/conf/newvers.sh > sys/sys/param.h > >Index: Makefile.inc1 >=================================================================== >--- Makefile.inc1 (revision 359501) >+++ Makefile.inc1 (working copy) >@@ -130,9 +130,9 @@ TARGET_ABI= gnueabi > .endif > .endif > MACHINE_ABI?= unknown >-MACHINE_TRIPLE?=${MACHINE_ARCH:S/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mips64/}-${MACHINE_ABI}-freebsd13.0 >+MACHINE_TRIPLE?=${MACHINE_ARCH:S/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mips64/}-${MACHINE_ABI}-freebsd14.0 > TARGET_ABI?= unknown >-TARGET_TRIPLE?= >${TARGET_ARCH:S/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mips64/}-${TARGET_ABI}-freebsd13.0 >+TARGET_TRIPLE?= >${TARGET_ARCH:S/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mips64/}-${TARGET_ABI}-freebsd14.0 > KNOWN_ARCHES?= aarch64/arm64 \ > amd64 \ > armv6/arm \ >@@ -2123,7 +2123,7 @@ ${_bt}-lib/libdwarf: ${_bt_m4_depend} > .endif > ># flua is required to regenerate syscall files. It first appeared >during the >-# 13.0-CURRENT cycle, thus needs to be built on -older releases and >stable >+# 14.0-CURRENT cycle, thus needs to be built on -older releases and >stable > # branches. > .if ${BOOTSTRAPPING} < 1300059 > ${_bt}-libexec/flua: ${_bt}-lib/liblua >Index: UPDATING >=================================================================== >--- UPDATING (revision 359501) >+++ UPDATING (working copy) >@@ -11,8 +11,8 @@ handbook: > Items affecting the ports and packages system can be found in >/usr/ports/UPDATING. Please read that file before running portupgrade. > >-NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: >- FreeBSD 13.x has many debugging features turned on, in both the >kernel >+NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW: >+ FreeBSD 14.x has many debugging features turned on, in both the >kernel > and userland. These features attempt to detect incorrect use of > system primitives, and encourage loud failure through extra sanity > checking and fail stop semantics. They also substantially impact >Index: lib/clang/freebsd_cc_version.h >=================================================================== >--- lib/clang/freebsd_cc_version.h (revision 359501) >+++ lib/clang/freebsd_cc_version.h (working copy) >@@ -1,3 +1,3 @@ > /* $FreeBSD$ */ > >-#define FREEBSD_CC_VERSION 1300007 >+#define FREEBSD_CC_VERSION 1400007 >Index: lib/clang/llvm.build.mk >=================================================================== >--- lib/clang/llvm.build.mk (revision 359501) >+++ lib/clang/llvm.build.mk (working copy) >@@ -38,7 +38,7 @@ TARGET_ABI= -gnueabi > TARGET_ABI= > .endif > VENDOR= unknown >-OS_VERSION= freebsd13.0 >+OS_VERSION= freebsd14.0 > >LLVM_TARGET_TRIPLE?= >${TARGET_ARCH:C/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mips64/}-${VENDOR}-${OS_VERSION}${TARGET_ABI} >LLVM_BUILD_TRIPLE?= >${BUILD_ARCH:C/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mips64/}-${VENDOR}-${OS_VERSION} >Index: sys/conf/newvers.sh >=================================================================== >--- sys/conf/newvers.sh (revision 359501) >+++ sys/conf/newvers.sh (working copy) >@@ -53,7 +53,7 @@ > # > > TYPE="FreeBSD" >-REVISION="13.0" >+REVISION="14.0" > BRANCH=${BRANCH_OVERRIDE:-CURRENT} > RELEASE="${REVISION}-${BRANCH}" > VERSION="${TYPE} ${RELEASE}" >Index: sys/sys/param.h >=================================================================== >--- sys/sys/param.h (revision 359501) >+++ sys/sys/param.h (working copy) >@@ -60,7 +60,7 @@ > * in the range 5 to 9. > */ > #undef __FreeBSD_version >-#define __FreeBSD_version 1300087 /* Master, propagated to newvers */ >+#define __FreeBSD_version 1400087 /* Master, propagated to newvers */ > > /* >* __FreeBSD_kernel__ indicates that this system uses the kernel of >FreeBSD,
This was discussed at length just before 12 was released. Are you now the one to decide naming, disregarding the discussion? Should we not have also skipped 4? -- Pardon the typos and autocorrect, small keyboard in use. Cy Schubert <cy.schub...@cschubert.com> FreeBSD UNIX: <c...@freebsd.org> Web: https://www.FreeBSD.org The need of the many outweighs the greed of the few. Sent from my Android device with K-9 Mail. Please excuse my brevity. _______________________________________________ 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"