aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-09-11 08:09:22 +0800
committerasami <asami@FreeBSD.org>1999-09-11 08:09:22 +0800
commit8711848f6276041dedbe43301060a1baab1dcd1a (patch)
treeea801c589a7f5f37797c9eb8d078e202ba2f4e29 /Tools/portbuild
parent841e344c689dda9b8db42ea2fa56d03f1e339f06 (diff)
downloadfreebsd-ports-gnome-8711848f6276041dedbe43301060a1baab1dcd1a.tar.gz
freebsd-ports-gnome-8711848f6276041dedbe43301060a1baab1dcd1a.tar.zst
freebsd-ports-gnome-8711848f6276041dedbe43301060a1baab1dcd1a.zip
Change OSREL and OSVERSION for 3 and 4 branches. (The ones for 3-stable
are commented out anyway....)
Diffstat (limited to 'Tools/portbuild')
-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 034d0dcdbb2f..f7f2aa1104ca 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 a2630e65f43e..f287323b1aef 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