non port: Tools/portbuild/scripts/buildenv |
Number of commits found: 37 |
Sunday, 24 Apr 2011
|
16:37 flz
Remove portbuild scripts from pcvs, as they now live in svn/projects.
 |
Thursday, 16 Dec 2010
|
07:38 linimon
Refactor the client-side. It turns out that the evaluation of param.h
was being done before the src tree had been mounted.
This was not a problem in the old codebase, since it simply got the
wrong src tree to start with.
This actually simplifies the code.
 |
Wednesday, 1 Dec 2010
|
02:32 linimon
Canonicalize the use of SRC_BASE to fix INDEX and duds builds on head
nodes that don't have /usr/src. On pointyhat, this "just happens to
work"; on a cleanly installed system like pointyhat-west, it didn't.
Add overrides for Linux compatibility (again, it "just happened to work"
on pointyhat).
Move the code that sets PORTSDIR and SRC_BASE to the server side only.
The code that overrides OSVERSION, OSREL, and BRANCH _must_ remain in
the common code.
 |
Monday, 29 Nov 2010
|
03:30 linimon
Move the override of PKG_DBDIR to the right place. This keeps INDEX
from being contaminated by the packages installed on pointyhat-*.
 |
Wednesday, 30 Jun 2010
|
14:43 linimon
The previous refactoring was too agressive. SRCBASE and friends are used
on both the client side and server side.
Pointy hat to: self
Feature safe: yes
 |
Friday, 25 Jun 2010
|
23:01 linimon
Generalize the packge building scripts to be able to be run on more than
one 'head' node, rather than just pointyhat itself.
Constants are factored out into installation-specific files known as
portbuild/conf/server.conf and portbuild/conf/client.conf. There is
only one server.conf file. Individual <arch> directories may have
their own client.conf files, or may symlink to ../conf/client.conf.
Several bugs are fixed and improvements are made:
- the definitions for valid 'arch' and 'branch' are moved to
server.conf.
- the script is broken up into two pieces; the old 'buildenv' name
becomes the server side, and 'buildenv.client' is add for the
client side. 'buildenv.common' is what you would expect. This
makes the separation of what controls what more clear.
- the concept of 'branch base' is generalized to match any pattern
postpended with '-', thus removing the specialness of '-exp'. More
work remains on the other scripts to best take advantage of this.
- as a corollary, 'branch' can also have '.' in it, e.g., 6.4.
- the obsolete variables FTP_PASSIVE_MODE, PKGZIPCMD, and X_WINDOW_SYSTEM
are removed.
Feature safe: yes
 |
Monday, 31 May 2010
|
20:06 linimon
Sigh. This had already been done, just not checked out on production.
Pointy hat: self
 |
20:01 linimon
Get rid of the remnants of X11BASE.
 |
Friday, 18 Dec 2009
|
14:25 pav
- Remove use of X11BASE from pointyhat scripts
 |
Sunday, 8 Nov 2009
|
00:25 linimon
Allow for the possibility of powerpc builds.
 |
Sunday, 23 Aug 2009
|
10:32 linimon
Reflect the fact that RELENG_9 has been created, and that there is some
interest in reviving ia64. While here, generalize things a bit.
 |
Wednesday, 21 Jan 2009
|
16:11 pav
Remove 6-exp2 builds, they haven't been used in a while
 |
Saturday, 26 Jul 2008
|
14:06 kris
* Cleanup
* Catch up to build ID directory changes
* Add helper functions for resolving a build ID symlink and
validating an arch/branch combination (centralize instead of doing it
in many scripts)
 |
Friday, 11 Apr 2008
|
11:31 pav
Sync with pointyhat (reorg)
 |
Monday, 14 Jan 2008
|
17:10 erwin
Remove support for 5-exp and add 7-exp, 8 and 8-exp
 |
Sunday, 4 Nov 2007
|
14:27 kris
* Add support for 7-exp and 8 branches
* XORG_UPGRADE and USA_RESIDENT are no longer required
Approved by: portmgr (self)
 |
Sunday, 29 Jul 2007
|
19:27 kris
Refactor common variables from case statement for various branches.
Update default X11BASE. Retire PARALLEL_PACKAGE_BUILD and HAVE_MOTIF which
are now obsolete.
 |
Thursday, 1 Feb 2007
|
03:28 kris
Retire PORTOBJFORMAT
 |
Wednesday, 15 Feb 2006
|
07:34 kris
Add support for 6-exp builds (FreeBSD 6.x is our new reference platform)
 |
Sunday, 22 Jan 2006
|
04:53 kris
Allow for the possibility of overriding LOCALBASE and X11BASE
 |
Sunday, 24 Jul 2005
|
20:34 kris
Support FreeBSD 7.x
 |
Thursday, 6 Jan 2005
|
23:04 kris
Now that I have so many remote build machines, don't force trying to
fetch from ftp-master and pointyhat; they'll just get timeouts.
Instead, each machine is expected to set up their own MASTER_SITE_*
variables in etc/make.conf via a bindist-${hostname}.tar file.
Approved by: portmgr (self)
 |
Tuesday, 28 Dec 2004
|
04:27 kris
Support 5-exp builds
 |
Friday, 10 Dec 2004
|
06:33 kris
Use X_WINDOW_SYSTEM for 4.x builds too.
 |
Sunday, 26 Sep 2004
|
21:56 kris
* Support 6.x builds
* Default 4.x to XFree86 4.x, 5.x and above to x.org
* Don't pick up local customizations from OPTIONS
Approved by: portmgr (self)
 |
Wednesday, 14 Jul 2004
|
08:28 kris
Chase bento to pointyhat
 |
Monday, 8 Mar 2004
|
01:20 kris
Set up the DISTDIR and PACKAGES variables for use by client scripts
 |
Friday, 12 Sep 2003
|
20:43 kris
Export MASTER_SITE_OVERRIDE with DIST_SUBDIR correctly escaped
 |
Sunday, 23 Mar 2003
|
01:26 kris
- Define __MAKE_CONF to allow per-arch make.conf files in buildworld
- Set the UNAME_* variables to make use of the override support in uname(1)
This allows us to get rid of the uname shell script in the build chroots
- Collect some variables that are probably old and mouldy, for later GCing
- If FETCH_ORIGINAL is set in the environment, don't fetch from ftp-master
 |
Friday, 24 Jan 2003
|
04:37 kris
Sync with bento:
- Switch to using ${arch}/${branch} subdirectory instead of ${branch}
- export INDEXFILE, MACHINE_ARCH and ARCH variables
- Add (commented out) FETCH_BEFORE_ARGS setting
- Add MASTER_SITE_OVERRIDE to fetch from ftp://bento
- Zap some mouldy old unused variables
 |
Saturday, 2 Nov 2002
|
03:59 kris
Add FTP_PASSIVE_MODE. Build tgz packages on 4 and 4-exp, and tbz on 5.
 |
Sunday, 15 Sep 2002
|
22:05 kris
Correct a message
 |
21:55 kris
* XFREE86_VERSION=4 is now standard
* Add PKGSUFFIX and PKGZIPCMD variables
 |
Monday, 13 May 2002
|
03:25 kris
- Switch default to XFree86-4.x for all branches
- buildenv() takes extra argument of the portbuild directory
- Add a todo comment
 |
Monday, 25 Mar 2002
|
00:16 kris
Add MASTER_SITE_OVERRIDE to the list of variables propagated, so that
the cluster machines preferentially fetch an existing file from ftp-master
 |
Saturday, 16 Mar 2002
|
05:46 kris
Collect some more environment variables here and tidy up a bit
 |
Monday, 11 Mar 2002
|
11:52 kris
Set all of the <bsd.port.mk> control variables to be used in port/package
operations in one central place, instead of doing them piecemeal all over
the place. This also includes the ability to customize settings per
port branch (e.g. XFREE86_VERSION)
Also, instead of hardcoding values of OSVERSION and OSREL which are going
to get forgotten again, pull them out of the source tree in ${branch}/src
so they track the head of the branch.
 |
Number of commits found: 37 |