summaryrefslogtreecommitdiffstats
path: root/release/scripts/X11
Commit message (Collapse)AuthorAgeFilesLines
* All of this is now committed to the XFree86 port.jhb2001-09-061-52/+0
|
* - Add some diagnostic echos of status of each stage.jhb2001-09-041-0/+6
|
* Axe all the plists and supporting scripts to manage them and use them tojhb2001-08-3054-5384/+0
| | | | roll dists.
* Overhaul this script a bit:jhb2001-08-301-20/+107
| | | | | | | | | | | | | | | | | | - build_x.sh now does all the steps to build an X dist rather than being a child script of package_x_dists.sh - Update the usage information to list the ports you need to install before running this script as well as needing to set CVSROOT. - Make sure CVSROOT is set. If not, exit with an error. - We now take two parameters: a work directory and an output directory. The work directory is used as scratch space. All of the bindist will end up in the output directory. - Only apply XF86.patch to the checked out XFree86 port if it exists. - Use XFree86's build-bindist tool to package up the dists using their distfiles rather than using our own packing lists that have to be manually updated each time the port changes. Example usage: env CVSROOT=/home/ncvs ./build_x.sh /usr/xtmp /usr/x11dists
* The current XFree86 port needs some help in the BUILD_XDIST case. Commitjhb2001-08-301-0/+52
| | | | this patch here until I can get the port fixed.
* - XF86.patch is no longer needed as it is all checked into the XFree86jhb2001-03-222-98/+4
| | | | | port conditional on the BUILD_XDIST variable. - Define BUILD_XDIST=yes when compiling XFree86.
* Remove the parts of the patch that was committed to the XFree86 port.obrien2001-02-181-496/+0
|
* Default the plist dir as we know where it is relative to us.obrien2001-02-111-19/+9
|
* Minor comment & doc tweak.obrien2001-02-111-2/+4
|
* Create the various required directories if they don't exist.obrien2000-11-111-0/+10
|
* Update this patch to apply to the latest XFree86 3.x port.jhb2000-11-091-67/+70
|
* Correct some old comments.jhb2000-11-091-4/+2
|
* Add in a few extra documents built by the latest XFree86 3.x port.jhb2000-11-091-0/+4
|
* Since the XFree86 port builds and installs some extras not found in thejhb2000-07-2651-0/+5170
| | | | | | 3.3.6 base distribution, some of the packing lists needed hacking so that they would pack up everything in the right place. As a result, go ahead and just add a directory for the packing lists. These are the i386 packing lists.
* This script uses the other scripts in this directory to build XFree86jhb2000-07-261-0/+54
| | | | | 3.3.6 in a work directory and package it up into a set of tarballs that can be used in a release.
* This script takes the packing lists we generated earlier and generates thejhb2000-07-261-0/+79
| | | | | | corresponding tarball from it. It uses the packing list name to determine the tarball name. If the tarball name ends in 'gz', it will be gzipped, if it ends in 'bz', it will be bzip2'd.
* This script uses the XFree86 and XFree86-contrib ports to build and installjhb2000-07-262-0/+653
| | | | | | | | XFree86 3.3.6 into a scratch directory. The patch file patches the XFree86 port to not ask any questions and to actually be able to install some things like the i810 server link kit bits. If you want XF86Setup to build, you should have tk80 (not tk82) installed. If you want to XF86Setup_jp to build you need to have ja-tk80 installed.
* This script uses an existing set of XFree86 distribution tarballs tojhb2000-07-261-0/+75
generate a packing list for each tarball. We can later use these packing lists to roll our own tarballs.
OpenPOWER on IntegriCloud