To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.

Approved by:	re (implicit)
This commit is contained in:
Ken Smith 2007-10-11 04:28:08 +00:00
parent b2712a8ad4
commit c15e0967df
6 changed files with 16 additions and 12 deletions

View File

@ -8,8 +8,8 @@ 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 7.x IS SLOW:
FreeBSD 7.x has many debugging features turned on, in
NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
FreeBSD 8.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
@ -21,6 +21,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20071010:
RELENG_7 branched.
20071009:
Setting WITHOUT_LIBPTHREAD now means WITHOUT_LIBKSE and
WITHOUT_LIBTHR are set.

View File

@ -18,16 +18,16 @@
# Set these, release builder!
#
# Fixed version:
#BUILDNAME=7.0-CURRENT
#BUILDNAME=8.0-CURRENT
#
# Automatic SNAP versioning:
DATE != date +%Y%m%d
BASE = 7.0
BASE = 8.0
BUILDNAME?=${BASE}-${DATE}-SNAP
#
#CHROOTDIR=/junk/release
# If this is a -stable snapshot, then set
#RELEASETAG=RELENG_6
#RELEASETAG=RELENG_7
#
# To test a release with a source tree containing patches and
# other work. This tree will get copied instead of getting the

View File

@ -66,10 +66,10 @@
*default host=CHANGE_THIS.FreeBSD.org
*default base=/var/db
*default prefix=/usr
# The following line is for 6-stable. If you want 5-stable, 4-stable,
# 3-stable, or 2.2-stable, change to "RELENG_5", "RELENG_4", "RELENG_3",
# or "RELENG_2_2" respectively.
*default release=cvs tag=RELENG_6
# The following line is for 7-stable. If you want 6-stable, 5-stable,
# 4-stable, 3-stable, or 2.2-stable, change to "RELENG_6", "RELENG_5",
# "RELENG_4", "RELENG_3", or "RELENG_2_2" respectively.
*default release=cvs tag=RELENG_7
*default delete use-rel-suffix
# If you seem to be limited by CPU rather than network or disk bandwidth, try

View File

@ -31,7 +31,7 @@
# $FreeBSD$
TYPE="FreeBSD"
REVISION="7.0"
REVISION="8.0"
BRANCH="CURRENT"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 700053 /* Master, propagated to newvers */
#define __FreeBSD_version 800000 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>

View File

@ -81,7 +81,8 @@ struct {
{ 502100, 502128, "/packages-5-current" },
{ 503100, 599000, "/packages-5-stable" },
{ 600100, 699000, "/packages-6-stable" },
{ 700000, 799000, "/packages-7-current" },
{ 700000, 799000, "/packages-7-stable" },
{ 800000, 899000, "/packages-8-current" },
{ 0, 9999999, "/packages-current" },
{ 0, 0, NULL }
};