diff options
author | asami <asami@FreeBSD.org> | 2001-03-12 10:55:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-03-12 10:55:03 +0000 |
commit | 4e08e4d8e62eeee6d5ef7bea5faed104208db981 (patch) | |
tree | d3b41d7bb000c3288b6d4f43d303b0c27dd30aa0 /Tools/portbuild | |
parent | 582bfecadc62dac81c5c3c71bafbeb75738a2b7a (diff) | |
download | FreeBSD-ports-4e08e4d8e62eeee6d5ef7bea5faed104208db981.zip FreeBSD-ports-4e08e4d8e62eeee6d5ef7bea5faed104208db981.tar.gz |
Uncomment and update OSREL and OSVERSION in preparation for 4.3R.
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-x | Tools/portbuild/scripts/makeduds | 4 | ||||
-rwxr-xr-x | Tools/portbuild/scripts/makeindex | 4 | ||||
-rwxr-xr-x | Tools/portbuild/scripts/portbuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds index c4afc19..5b77f35 100755 --- a/Tools/portbuild/scripts/makeduds +++ b/Tools/portbuild/scripts/makeduds @@ -27,8 +27,8 @@ case "x$1" in x4) branch=4 export PORTOBJFORMAT=elf - # export OSREL=4.2 - # export OSVERSION=420001 + export OSREL=4.3 + export OSVERSION=430000 ;; x5) branch=5 diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex index be3bb18..2f75ef5 100755 --- a/Tools/portbuild/scripts/makeindex +++ b/Tools/portbuild/scripts/makeindex @@ -27,8 +27,8 @@ case "x$1" in x4) branch=4 export PORTOBJFORMAT=elf - # export OSREL=4.2 - # export OSVERSION=420001 + export OSREL=4.3 + export OSVERSION=430000 ;; x5) branch=5 diff --git a/Tools/portbuild/scripts/portbuild b/Tools/portbuild/scripts/portbuild index 8f8dbc9..20b305c 100755 --- a/Tools/portbuild/scripts/portbuild +++ b/Tools/portbuild/scripts/portbuild @@ -82,8 +82,8 @@ case ${branch} in # export PORTOBJFORMAT=elf ;; 4*) - # export OSREL=4.2 - # export OSVERSION=420001 + export OSREL=4.3 + export OSVERSION=430000 # export PORTOBJFORMAT=elf ;; 3*) |