aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Update for multiple ports. Also add MAINTAINER/Created [on,by] lines.Will Andrews2000-05-241-41/+57
| | | | Submitted by: maintainer
* Add checksum.sh script that checks a port or ports for broken distfiles andWill Andrews2000-05-222-0/+66
| | | | | | | | | gives a diff of any port with broken distfiles, if the distfile names are the same. This script will help keep more ports' up-to-date distfiles on ftp.FreeBSD.org. PR: 18723 Submitted by: Alexander Langer <alex@cichlids.com>
* Make getpr work for remote committers as well.Maxim Sobolev2000-05-191-2/+7
|
* (1) Make this file callable in two phases (checksum, package) so distfilesSatoshi Asami2000-05-081-31/+110
| | | | | | | | | | | | | | | can be fetched even if the packaging fails. This is to ensure distfiles with correct checksums can be fetched and put on ftp.FreeBSD.org before they disappear from the original master sites. (2) Delete port and all dependencies after packaging, and print out list of (a) Security-related files (set[ug]id flag set or world-writable) (b) Extra files and directories Requested by: kris (2a only)
* Readme describing all the scripts in this directory. Somebody good atMichael Haro2000-05-021-0/+47
| | | | writing docs should probably fix this file.
* 3 little scripts I use when dealing with port update PRs.Michael Haro2000-05-023-0/+147
| | | | | | | | | | getpr - downloads a problem report from GNATS and attempts to extract the patch, shar, uuencoded file from it. this probably needs to be checked for potential security problems. prpatch - just does `patch $1 < pr-patch' (pr-patch is created by getpr) prdone - checks in the port, attempting to fill out the commit message using information from the problem report and then takes you into edit-pr so you don't forget to close the PR.
* Future replacement to easy-import for adding ports to the tree.Michael Haro2000-05-021-0/+243
| | | | | This still needs work, but I want to get this out there so people can comment on it. This is really only of use to committers.
* A tool to check whether all your ports are installed properly, what filesMichael Haro2000-05-021-0/+143
| | | | | | have changed, what new files there are, and so forth. Created by: Neil Blakey-Milner <nbm@mithrandr.moria.org>
* (1) Be a little less picky about finding read-only mounts.Satoshi Asami2000-03-221-4/+6
| | | | | | (2) Create directories before trying to copy files over. (3) There's no -a option to scp anymore.
* Add a few more error tags (bison, ELF, REQUIRES_MOTIF, dependency, newSatoshi Asami2000-03-031-2/+12
| | | | compiler error).
* Add a few more files to bindest.Satoshi Asami2000-02-171-4/+16
|
* freebsd.org -> FreeBSD.orgSatoshi Asami1999-10-121-1/+1
|
* Increase wait from 4 hours to 5 hours. Seems the ports are taking longerSatoshi Asami1999-10-101-2/+2
| | | | to build now.
* Don't run make describe in parallel -- the outputs gets mangled sometimes.Satoshi Asami1999-10-101-1/+1
|
* Minor cleanup, remove excessive tests.Satoshi Asami1999-09-241-2/+1
|
* Adjust to new directory structure.Satoshi Asami1999-09-241-1/+1
|
* Put the logs and error logs in a dated subdirectory of the archiveSatoshi Asami1999-09-221-3/+22
| | | | | | | | directory and create symlinks to it. Move index generation back into the parallel part, let's see if the echo `perl` fix to bsd.port.mk will make a difference. Move the index syntax check out of the background job so it can be properly flagged.
* Call bothlogs.Satoshi Asami1999-09-221-0/+2
|
* A small script to generate a list of logs that are in both 3-stableSatoshi Asami1999-09-221-0/+51
| | | | and 4-current.
* Put build logs in "archive/buildlogs" and make a symlink to it.Satoshi Asami1999-09-221-5/+5
|
* Another case for compiler error.Satoshi Asami1999-09-221-1/+1
|
* Run chflags if rm -rf of chroot dir fails -- some port may haveSatoshi Asami1999-09-221-1/+6
| | | | left some schg junk around.
* Run Xvfb if it exists and set DISPLAY accordingly. This helps portsSatoshi Asami1999-09-221-4/+17
| | | | that require xrdb and other inane stuff during build.
* Remove /var/db/pkg/* *inside* chroot area, not outside.Satoshi Asami1999-09-111-2/+2
|
* Little whitespace fix.Satoshi Asami1999-09-111-1/+1
|
* Note that you need /usr/lib/aout/c++rt0.o for package building. It's notSatoshi Asami1999-09-111-3/+8
| | | | included in bindist or any of the compat*dists.
* This is supposed to be 4-current, not 3.1-release.Satoshi Asami1999-09-111-2/+2
|
* Don't delete the whole /usr/games, leave strfile behind. At least one portSatoshi Asami1999-09-112-4/+92
| | | | (misc/fortuneit) needs it.
* Improve snapshot ftp installation. Put hostnames, distributions etc. inSatoshi Asami1999-09-112-18/+28
| | | | variables instead of command lines. Create /var/db/port.mkversion.
* (1) Instead of specifying list of package names of dummy ports (i.e.,Satoshi Asami1999-09-111-19/+36
| | | | | | | | | | | | | | | | | | | | | | XFree86, Motif) to copy, make a variable hold directory names, and do a "make package-name" in there to obtain the package names. (2) Exit if there is problem in INDEX. A line that contains "non-existent" (suggesting a dangling dependency) or a line that has less or more than nine |'s flag errors. (3) Pass the fifth argument (bindist.tar's md5) to setupnode. (4) Typo in spelling "restricted". Submitted by: marcel (5) Run cvsup at verbosity level 0 instead of 1. (6) Print out only ${PKGNAME}, not ${PKGNAME}.log or ${PKGNAME}.tgz when reporting new or old packages/failures. (7) Archive /usr/ports used to build packages in ${branch}/tarballs. Requested by: steve
* (1) Remove FORCE_PKG_REGISTER, it is not necessary anymore. RemoveSatoshi Asami1999-09-111-12/+23
| | | | | | | | | | | | | | | | everything under /var/db/pkg/* before installing dependencies and during final cleanup. (2) Change OSREL, OSVERSION and PORTOBJFORMAT (if necessary). Comment out those for 3-stable. Reported by: paul, tg (3) Move mtree until after we actually mount /usr/src. ;) Reported by: taoka (4) Run ldconfig with and without -aout in all sorts of directories to pick up everything that could be in compat dirs etc. Run ldconfig -aout -R after cleanup too.
* Add extra argument md5 for bindist.tar. Skip scp if md5 matchesSatoshi Asami1999-09-111-3/+9
| | | | what the client already has.
* Change OSREL and OSVERSION for 3 and 4 branches. (The ones for 3-stableSatoshi Asami1999-09-112-6/+6
| | | | are commented out anyway....)
* Add check for "invalid category" error.Satoshi Asami1999-09-111-1/+3
| | | | Add another case for compilation error (undeclared variable).
* Explict specify NFSv2 for mounting /usr/src and /usr/obj during make world.Satoshi Asami1999-09-111-2/+2
|
* Copy logs to ${portbuild}/buildlogs/${branch}.log.${date}.Satoshi Asami1999-09-111-3/+7
| | | | Replace another explicit mail address with ${mailto}.
* Id->FreeBSD rename take 2David E. O'Brien1999-08-251-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Do not require dependencies to be deleted to be explicitly listed.Satoshi Asami1999-08-181-3/+29
| | | | | Any dependency that doesn't exist as a package will be automatically deleted from the list of dependencies.
* Move CHECKSUM.MD5 generation to after INDEX splitting. Not much changeSatoshi Asami1999-08-021-1/+1
| | | | in functionality but echo statements will print the counts right.
* Parallelize things a bit more. Now we'll do index/cdrom/restrictedSatoshi Asami1999-07-301-73/+167
| | | | | | | | | | | | | | | | | | list generation at the same time we're setting up the clients. duds generation is intentionally separate. If we get an error back from that one (usually means someone committed a Makefile with a syntax error), abort the whole thing so we won't generate a faulty index and destroy the stuff that's been builtbefore. Lockfile handling is now moved to dopackages2 so we won't overwrite the build.log file just to say "skipped". Generate INDEX right after packages are built, from the same INDEX that was used to build them. Compare the packages from this build with the previous one and report what's missing and whatnot.
* Create lock file so you won't have two of these running. Also, separateSatoshi Asami1999-07-301-2/+16
| | | | the report mailing address into the configurable variables section.
* Compare the last full runs (and not only the last partial runs).Satoshi Asami1999-07-301-0/+4
|
* Run with -j4.Satoshi Asami1999-07-301-1/+8
| | | | Exit with error status if an error occured.
* Run with -j4.Satoshi Asami1999-07-301-1/+6
|
* Intentionally set up ${PORTSDIR} with symlink to catch broken ports.Satoshi Asami1999-07-301-2/+7
| | | | Suggested by: takamune@avrl.mei.co.jp
* Little script to convert ports/INDEX to packages/INDEX.Satoshi Asami1999-07-301-0/+13
|
* Move message about skipping missing packages into the right else clause.Satoshi Asami1999-07-141-2/+2
|
* Print out date and time the port is killed due to timeout.Satoshi Asami1999-06-251-1/+4
|
* Plularity typo.Satoshi Asami1999-06-251-1/+1
|
* Driver script for whole build process. It willSatoshi Asami1999-06-222-0/+228
| | | | | | | | | | | | | | (1) cvsup (2) run cvs update on the ports and doc trees (3) generate new index (4) generate new duds list (5) move old packages and distfiles out of the way (6) build packages (7) build packages again (to salvage those died with transient errors) (8) generate restricted list (9) generate no-cdrom list Steps (3)-(9) are repeated for 4-current and 3-stable.
* Add support for 4-current. Add /compat to list of directories toSatoshi Asami1999-06-221-22/+29
| | | | | | delete after building is done. Run mtree regardless of the directory exists or not. Do not use local copy of dependency packages -- it is too hard to maintain consistency -- always use one on master.
* Timeout port builds after 4 hours. This will prevent ports that getSatoshi Asami1999-06-221-3/+9
| | | | | stuck indefinitely in fetch or configure from hanging up the entire build process.
* Print out the time when the build starts and ends.Satoshi Asami1999-06-221-0/+7
|
* Three scripts to look into the error logs and generate the now-famousSatoshi Asami1999-06-223-0/+159
| | | | web page of errors.
* Little helper scripts to upgrade your machinery.Satoshi Asami1999-06-222-0/+41
|
* A little script to copy changed/new distfiles over to wcarchive. ThisSatoshi Asami1999-06-221-0/+22
| | | | probably won't be of much use to too many people, but just FYI.
* A little script to fire up checkmachines. Put in /usr/local/etc/rc.d.Satoshi Asami1999-06-221-0/+8
|
* The makeindex and makeduds scripts now take a "branch" argument to workSatoshi Asami1999-06-222-6/+78
| | | | on the specified branch.
* A perl script to run a command with a timeout. The command is killed if itSatoshi Asami1999-06-221-0/+38
| | | | | | | | doesn't complete within the specified timeout period. I tried to do this from within the pdispatch script, but I couldn't get all the auxiliary processes to be killed correctly so implemented this as a separate script in perl.
* Setup a client machine. Unmounts all read-only mounts that looks likeSatoshi Asami1999-06-221-0/+11
| | | | | portbuild temporary mounts, deletes all the chroot dirs and copies the portbuild script and the correct bindist tarball.
* Delete the chroot dirs before starting the load average reportingSatoshi Asami1999-06-221-1/+5
| | | | | script so that a rebooting machine doesn't join the cluster in an unclean state.
* Update to reflect recent world order. In particular, you need /dev/bpf0Satoshi Asami1999-05-122-18/+10
| | | | to build some ports.
* Correctly deal with the http field in index lines.Satoshi Asami1999-05-051-3/+3
| | | | Submitted by: steve
* (1) Make it clear that only I am allowed to commit to bsd.port.mk.Satoshi Asami1999-04-281-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | (2) New variable USE_ZIP -- will change EXTRACT_SUFX to ".zip" and extract commands/arguments accordingly. Submitted by: jseger (3) Use ${GREP} in some places where grep was used. (4) A little update to the MASTER_SITES_GNU list. Submitted by: cpiazza@home.net (5) New target clean-for-cdrom-list and clean-restricted-list -- will print out commands to delete un-cdromable or unredistributable files. Save them into a shell script for later use. (6) Add CXXFLAGS="${CXXFLAGS}" to configure's environment. Submitted by: reg@shale.csir.co.za PR: 11353 (part 3/3) (7) Print out a warning if you try to install without being root. Abort if ${PREFIX} is not writable. (8) Add web site to INDEX as tenth field. Reviewed by: wosch, steve, scrappy
* We are now in 3.1-STABLE.Satoshi Asami1999-03-221-2/+2
|
* Various updates.Satoshi Asami1999-03-2210-16/+80
|
* a print statement was added where it wasn't supposed to be, in a file thatMarc G. Fournier1999-03-131-2/+1
| | | | I hadn't meant to change...
* Commit all Y2K/WWW_SITE changes from today...Marc G. Fournier1999-03-121-1/+2
|
* Note that makeinfo and install-info also needs to be updated.Satoshi Asami1999-01-262-0/+2
|
* (1) Do not delete and recreate the chroot dir for every new packageSatoshi Asami1999-01-265-26/+113
| | | | | | | | | | | | | | | | | that is built. This saves a lot of time, especiall when the parallelism (the number of jobs per machine, not the number of machines) is low. However, the build script only blows away /usr/local and /usr/X11R6, so if there is a port that does some nasty things outside that area, all bets are off. (2) Better load balancing. Now, each machine reports its own load in a form of a text file, which the master merely aggregates to pick the lowest-loaded machine(s). Other than generally running faster (and more up-to-date) under loaded conditions, the master script will no longer hold up until a timeout when a machine goes down.
* The build root is now one directory up from here.Satoshi Asami1999-01-221-1/+1
|
* Moved the scripts into subdirectory "scripts" with repository copy.Satoshi Asami1999-01-221-1/+1
|
* By defining NOCLEAN in the environment, you can have the chroot dir leftSatoshi Asami1999-01-222-6/+22
| | | | | | | | | | behind. Useful for debugging. Touch package on master after copying it back. This will avoid synchronization problems when the machines' clocks are wildly skewed. Remove log from master when build is successful. No need to keep around transient error logs.
* Print out maintainer.Satoshi Asami1999-01-221-0/+2
|
* Sync this with my private copy.Satoshi Asami1999-01-223-6/+12
|
* Add /usr/libexec/elf/ld to list of files to update.Satoshi Asami1999-01-082-0/+2
|
* Typo in echo statement.Satoshi Asami1999-01-071-1/+1
|
* Add sys.mk to list of files you need to update.Satoshi Asami1999-01-051-0/+1
|
* The scripts to allow parallel package building. See the README file inSatoshi Asami1998-12-2823-0/+679
| | | | | | | | Tools/portbuild for details. Note that this is still a major work in progress. I probably forgot something but I need to go to sleep. At least it works here (most of the time :).
* Make this require perl version 5.002 or later to run.Steve Price1998-12-161-1/+3
| | | | Noticed by: John Baldwin <jobaldwi@vt.edu>
* Fast INDEX generation. See bsd.port.mk rev. 1.300 for details.Satoshi Asami1998-12-121-0/+117
Submitted by: steve