- Switch default to XFree86-4.x for all branches
- buildenv() takes extra argument of the portbuild directory - Add a todo comment
This commit is contained in:
parent
a36fd42547
commit
68f5d86cb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58988
1 changed files with 6 additions and 3 deletions
|
@ -3,14 +3,15 @@
|
||||||
# Code fragment used by other scripts for commonality
|
# Code fragment used by other scripts for commonality
|
||||||
|
|
||||||
buildenv () {
|
buildenv () {
|
||||||
branch=$1
|
pb=$1
|
||||||
|
branch=$2
|
||||||
|
|
||||||
case "x$branch" in
|
case "x$branch" in
|
||||||
x4)
|
x4)
|
||||||
export XFREE86_VERSION=3
|
export XFREE86_VERSION=4
|
||||||
;;
|
;;
|
||||||
x4-exp)
|
x4-exp)
|
||||||
export XFREE86_VERSION=3
|
export XFREE86_VERSION=4
|
||||||
;;
|
;;
|
||||||
x5)
|
x5)
|
||||||
export XFREE86_VERSION=4
|
export XFREE86_VERSION=4
|
||||||
|
@ -38,6 +39,8 @@ buildenv () {
|
||||||
export PORTOBJFORMAT=elf
|
export PORTOBJFORMAT=elf
|
||||||
export USA_RESIDENT=yes
|
export USA_RESIDENT=yes
|
||||||
|
|
||||||
|
# Need to make it fetch a full set say once a week to catch distfiles
|
||||||
|
# which change md5 sum but not name
|
||||||
export MASTER_SITE_OVERRIDE='ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/'
|
export MASTER_SITE_OVERRIDE='ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/'
|
||||||
|
|
||||||
# XXX Are these supposed to be used for release CD builds?
|
# XXX Are these supposed to be used for release CD builds?
|
||||||
|
|
Loading…
Reference in a new issue