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