summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-09-11 00:09:22 +0000
committerasami <asami@FreeBSD.org>1999-09-11 00:09:22 +0000
commit8711848f6276041dedbe43301060a1baab1dcd1a (patch)
treeea801c589a7f5f37797c9eb8d078e202ba2f4e29 /Tools
parent841e344c689dda9b8db42ea2fa56d03f1e339f06 (diff)
downloadFreeBSD-ports-8711848f6276041dedbe43301060a1baab1dcd1a.zip
FreeBSD-ports-8711848f6276041dedbe43301060a1baab1dcd1a.tar.gz
Change OSREL and OSVERSION for 3 and 4 branches. (The ones for 3-stable
are commented out anyway....)
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeduds6
-rwxr-xr-xTools/portbuild/scripts/makeindex6
2 files changed, 6 insertions, 6 deletions
diff --git a/Tools/portbuild/scripts/makeduds b/Tools/portbuild/scripts/makeduds
index 034d0dcd..f7f2aa1 100755
--- a/Tools/portbuild/scripts/makeduds
+++ b/Tools/portbuild/scripts/makeduds
@@ -21,14 +21,14 @@ case "x$1" in
x3)
branch=3
export PORTOBJFORMAT=elf
- # export OSREL=3.1
- # export OSVERSION=310002
+ # export OSREL=3.3
+ # export OSVERSION=330000
;;
x4)
branch=4
export PORTOBJFORMAT=elf
export OSREL=4.0
- export OSVERSION=400002
+ export OSVERSION=400009
;;
*)
usage
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index a2630e6..f287323 100755
--- a/Tools/portbuild/scripts/makeindex
+++ b/Tools/portbuild/scripts/makeindex
@@ -21,14 +21,14 @@ case "x$1" in
x3)
branch=3
export PORTOBJFORMAT=elf
- # export OSREL=3.1
- # export OSVERSION=310002
+ # export OSREL=3.3
+ # export OSVERSION=330000
;;
x4)
branch=4
export PORTOBJFORMAT=elf
export OSREL=4.0
- export OSVERSION=400002
+ export OSVERSION=400009
;;
*)
usage
OpenPOWER on IntegriCloud