Set pointer to 6.1-STABLE.
Approved by: re
This commit is contained in:
parent
2dafc8c4fc
commit
fa872b0d99
3
UPDATING
3
UPDATING
@ -8,6 +8,9 @@ Items affecting the ports and packages system can be found in
|
||||
/usr/ports/UPDATING. Please read that file before running
|
||||
portupgrade.
|
||||
|
||||
20060506:
|
||||
FreeBSD 6.1-RELEASE
|
||||
|
||||
20060309:
|
||||
The support for Linux applications the 3dfx kernel module used
|
||||
to provide is in a separate module named 3dfx_linux now. The
|
||||
|
@ -58,7 +58,7 @@
|
||||
.ds doc-str-Lb-libvgl Video Graphics Library (libvgl, \-lvgl)
|
||||
.
|
||||
.\" Default .Os value
|
||||
.ds doc-default-operating-system FreeBSD\~6.0
|
||||
.ds doc-default-operating-system FreeBSD\~6.1
|
||||
.
|
||||
.\" FreeBSD releases not found in doc-common
|
||||
.ds doc-operating-system-FreeBSD-5.5 5.5
|
||||
|
@ -18,16 +18,16 @@
|
||||
# Set these, release builder!
|
||||
#
|
||||
# Fixed version:
|
||||
#BUILDNAME=6.0-STABLE
|
||||
#BUILDNAME=6.1-STABLE
|
||||
#
|
||||
# Automatic SNAP versioning:
|
||||
DATE != date +%Y%m%d
|
||||
BASE = 6.0
|
||||
BASE = 6.1
|
||||
BUILDNAME?=${BASE}-${DATE}-SNAP
|
||||
#
|
||||
#CHROOTDIR=/junk/release
|
||||
# If this is a -stable snapshot, then set
|
||||
#RELEASETAG=RELENG_4
|
||||
#RELEASETAG=RELENG_6
|
||||
#
|
||||
# To test a release with a source tree containing patches and
|
||||
# other work. This tree will get copied instead of getting the
|
||||
@ -67,8 +67,8 @@ PORTSRELEASETAG?= ${AUXRELEASETAG}
|
||||
# If you want to pass flags to the world build such as -j X, use
|
||||
# WORLD_FLAGS. Similarly, you can specify make flags for kernel
|
||||
# builds via KERNEL_FLAGS.
|
||||
#WORLD_FLAGS=-j4
|
||||
#KERNEL_FLAGS=-j4
|
||||
WORLD_FLAGS=-j4 -s
|
||||
KERNEL_FLAGS=-j4
|
||||
|
||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
.if ${TARGET_ARCH} == ${MACHINE_ARCH}
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
TYPE="FreeBSD"
|
||||
REVISION="6.1"
|
||||
BRANCH="RC"
|
||||
BRANCH="STABLE"
|
||||
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
|
||||
BRANCH=${BRANCH_OVERRIDE}
|
||||
fi
|
||||
|
@ -57,7 +57,7 @@
|
||||
* is created, otherwise 1.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 600105 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 601100 /* Master, propagated to newvers */
|
||||
|
||||
#ifndef LOCORE
|
||||
#include <sys/types.h>
|
||||
|
@ -74,6 +74,7 @@ struct {
|
||||
{ 503000, 503099, "/packages-5.3-release" },
|
||||
{ 504000, 504099, "/packages-5.4-release" },
|
||||
{ 600000, 600099, "/packages-6.0-release" },
|
||||
{ 601000, 601099, "/packages-6.1-release" },
|
||||
{ 300000, 399000, "/packages-3-stable" },
|
||||
{ 400000, 499000, "/packages-4-stable" },
|
||||
{ 502100, 502128, "/packages-5-current" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user