Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Apr 2020 05:06:06 -0700
From:      Cy Schubert <Cy.Schubert@cschubert.com>
To:        Glen Barber <gjb@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r359503 - in head
Message-ID:  <EB4B0AA1-559C-446C-9C50-869BF5C24B3C@cschubert.com>
In-Reply-To: <20200401055314.GN9584@FreeBSD.org>
References:  <20200401055314.GN9584@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On March 31, 2020 10:53:14 PM PDT, Glen Barber <gjb@freebsd=2Eorg> wrote:
>Author: gjb
>Date: Wed Apr  1 05:51:46 UTC 2020
>New Revision: 359503
>URL: https://svnweb=2Efreebsd=2Eorg/changeset/base/359503
>
>Log:
>  Update head to 14=2E0-CURRENT in order to prevent having
>  a 13=2E0-RELEASE=2E
>
>Modified:
>  Makefile=2Einc1
>  UPDATING
>  lib/clang/freebsd_cc_version=2Eh
>  lib/clang/llvm=2Ebuild=2Emk
>  sys/conf/newvers=2Esh
>  sys/sys/param=2Eh
>
>Index: Makefile=2Einc1
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- Makefile=2Einc1	(revision 359501)
>+++ Makefile=2Einc1	(working copy)
>@@ -130,9 +130,9 @@ TARGET_ABI=3D	gnueabi
> =2Eendif
> =2Eendif
> MACHINE_ABI?=3D	unknown
>-MACHINE_TRIPLE?=3D${MACHINE_ARCH:S/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mi=
ps64/}-${MACHINE_ABI}-freebsd13=2E0
>+MACHINE_TRIPLE?=3D${MACHINE_ARCH:S/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mi=
ps64/}-${MACHINE_ABI}-freebsd14=2E0
> TARGET_ABI?=3D	unknown
>-TARGET_TRIPLE?=3D	${TARGET_ARCH:S/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mip=
s64/}-${TARGET_ABI}-freebsd13=2E0
>+TARGET_TRIPLE?=3D	${TARGET_ARCH:S/amd64/x86_64/:C/[hs]f$//:S/mipsn32/mip=
s64/}-${TARGET_ABI}-freebsd14=2E0
> KNOWN_ARCHES?=3D	aarch64/arm64 \
> 		amd64 \
> 		armv6/arm \
>@@ -2123,7 +2123,7 @@ ${_bt}-lib/libdwarf: ${_bt_m4_depend}
> =2Eendif
>=20
># flua is required to regenerate syscall files=2E  It first appeared
>during the
>-# 13=2E0-CURRENT cycle, thus needs to be built on -older releases and
>stable
>+# 14=2E0-CURRENT cycle, thus needs to be built on -older releases and
>stable
> # branches=2E
> =2Eif ${BOOTSTRAPPING} < 1300059
> ${_bt}-libexec/flua: ${_bt}-lib/liblua
>Index: UPDATING
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- 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=2E  Please read that file before running portupgrade=
=2E
>=20
>-NOTE TO PEOPLE WHO THINK THAT FreeBSD 13=2Ex IS SLOW:
>-	FreeBSD 13=2Ex has many debugging features turned on, in both the
>kernel
>+NOTE TO PEOPLE WHO THINK THAT FreeBSD 14=2Ex IS SLOW:
>+	FreeBSD 14=2Ex has many debugging features turned on, in both the
>kernel
> 	and userland=2E  These features attempt to detect incorrect use of
> 	system primitives, and encourage loud failure through extra sanity
> 	checking and fail stop semantics=2E  They also substantially impact
>Index: lib/clang/freebsd_cc_version=2Eh
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- lib/clang/freebsd_cc_version=2Eh	(revision 359501)
>+++ lib/clang/freebsd_cc_version=2Eh	(working copy)
>@@ -1,3 +1,3 @@
> /* $FreeBSD$ */
>=20
>-#define	FREEBSD_CC_VERSION		1300007
>+#define	FREEBSD_CC_VERSION		1400007
>Index: lib/clang/llvm=2Ebuild=2Emk
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- lib/clang/llvm=2Ebuild=2Emk	(revision 359501)
>+++ lib/clang/llvm=2Ebuild=2Emk	(working copy)
>@@ -38,7 +38,7 @@ TARGET_ABI=3D	-gnueabi
> TARGET_ABI=3D
> =2Eendif
> VENDOR=3D		unknown
>-OS_VERSION=3D	freebsd13=2E0
>+OS_VERSION=3D	freebsd14=2E0
>=20
>LLVM_TARGET_TRIPLE?=3D	${TARGET_ARCH:C/amd64/x86_64/:C/[hs]f$//:S/mipsn32=
/mips64/}-${VENDOR}-${OS_VERSION}${TARGET_ABI}
>LLVM_BUILD_TRIPLE?=3D	${BUILD_ARCH:C/amd64/x86_64/:C/[hs]f$//:S/mipsn32/m=
ips64/}-${VENDOR}-${OS_VERSION}
>Index: sys/conf/newvers=2Esh
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- sys/conf/newvers=2Esh	(revision 359501)
>+++ sys/conf/newvers=2Esh	(working copy)
>@@ -53,7 +53,7 @@
> #
>=20
> TYPE=3D"FreeBSD"
>-REVISION=3D"13=2E0"
>+REVISION=3D"14=2E0"
> BRANCH=3D${BRANCH_OVERRIDE:-CURRENT}
> RELEASE=3D"${REVISION}-${BRANCH}"
> VERSION=3D"${TYPE} ${RELEASE}"
>Index: sys/sys/param=2Eh
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- sys/sys/param=2Eh	(revision 359501)
>+++ sys/sys/param=2Eh	(working copy)
>@@ -60,7 +60,7 @@
>  *		in the range 5 to 9=2E
>  */
> #undef __FreeBSD_version
>-#define __FreeBSD_version 1300087	/* Master, propagated to newvers */
>+#define __FreeBSD_version 1400087	/* Master, propagated to newvers */
>=20
> /*
>* __FreeBSD_kernel__ indicates that this system uses the kernel of
>FreeBSD,

This was discussed at length just before 12 was released=2E Are you now th=
e one to decide naming, disregarding the discussion?

Should we not have also skipped 4?



--=20
Pardon the typos and autocorrect, small keyboard in use=2E=20
Cy Schubert <Cy=2ESchubert@cschubert=2Ecom>
FreeBSD UNIX: <cy@FreeBSD=2Eorg> Web: https://www=2EFreeBSD=2Eorg

The need of the many outweighs the greed of the few=2E

Sent from my Android device with K-9 Mail=2E Please excuse my brevity=2E



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EB4B0AA1-559C-446C-9C50-869BF5C24B3C>