summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Zap support for 2.2 and 3.xkris2002-03-111-12/+0
|
* Reenable use of the -M option and add a -d option to put @dirrm commandsgreen2002-03-111-4/+17
| | | | at the end of the plist.
* * Ports get built under ${scratchdir}, not under ${pb}..this was prettykris2002-03-091-28/+30
| | | | | | | | | | | | tangled up. * Sort the environment variables so that all of the commented out ones are grouped together * Reverse sense of NOPLISTCHECK -> PLISTCHECK, since it's not an option we want enabled by default (it causes too many build failures). This was too easy to forget when building packages 'by hand' using the parallel makefile. * Copy across UNAME_VERSION into the chroot area so that uname inside the chroot reports the desired version
* * Use portbuild.conf for config information.kris2002-03-091-4/+8
| | | | | | | | | * Shorten timeout period from 12 hours to 4 hours to avoid delaying the builds unnecessarily. * Reverse sense of NOPLISTCHECK -> PLISTCHECK, since it's not an option we want enabled by default (it causes too many build failures). This was too easy to forget when building packages 'by hand' using the parallel makefile.
* Add -nocdrom option to usagekris2002-03-091-1/+1
|
* * Reverse sense of NOPLISTCHECK -> PLISTCHECK, since it's not an optionkris2002-03-091-10/+19
| | | | | | | | | | | | | we want enabled by default (it causes too many build failures). This was too easy to forget when building packages 'by hand' using the parallel makefile. * Display correct pathnames in build progress messages * Add a -nocdrom option to avoid the (time-consuming) clean-for-cdrom-list target * Remove x11/XFree86 from dummyports since we don't want to use an old stale version of the package which never gets rebuilt * Add comments noting that we should check for CVS conflicts in the cvs update scripts and exit gracefully.
* Reverse sense of NOPLISTCHECK -> PLISTCHECK, since it's not an optionkris2002-03-091-1/+1
| | | | | | we want enabled by default (it causes too many build failures). This was too easy to forget when building packages 'by hand' using the parallel makefile.
* Ports are built in ${scratchdir}, not ${pb}kris2002-03-091-1/+1
|
* * Document the purpose of this scriptkris2002-03-091-1/+12
| | | | | * Don't display errors if the bindist tarball is not yet on the client * Copy over some more files required to set up the client
* Add new version of uname for 5.x bindistskris2002-03-091-0/+67
|
* Add template file from bentokris2002-03-091-0/+6
|
* Don't hard-code a version string to report to the chroots, pick it upkris2002-03-091-2/+8
| | | | | from a file so it can be more easily changed (and is more obvious so it doesn't get overlooked)
* Garbage collect these old configuration directories, since we don'tkris2002-02-2510-303/+0
| | | | support 2.2.x/3.x package builds any more.
* Clean up this script a bit:kris2002-02-241-13/+60
| | | | | | | | | | * Don't require the script to be called from inside the branch directory; follow standard practise and pass the branch to build as an argument. * Populate the chroot with the BSD.local.dist mtree file * Add whitespace for readability, and sprinkle liberally with comments * Comment on some inscrutable parts of the script which were presumably put there to work around a (perceived) problem, but which I can't understand.
* Axe support for 2.2.x and 3.x branches, and make this script more robustkris2002-02-241-14/+8
| | | | by removing assumptions about how and from where it is called.
* When the 'makeduds' script fails, show the contents of the duds file insteadkris2002-02-241-1/+2
| | | | | | of just proclaiming "error(s) occurred". This should immediately identify which port is causing the build to break (although it's a bit of a verbose solution).
* Catch up to changes on bento:kris2002-02-111-10/+10
| | | | | | * Update OSVERSIONs * Add -x to ssh arguments * Use per-branch ports collection
* Catch up to changes on bento:kris2002-02-111-0/+7
| | | | | * Add some commented out stuff which tries to mount/unmount something. No idea why, but it's commented out so it's harmless :)
* Catch up to changes on bento:kris2002-02-111-1/+8
| | | | | | * Run mtree in the temporary directory to create the filesystem hierarchy * Use the correct kernel compile directory on both 5.x and earlier versions.
* Catch up to changes on bento:kris2002-02-111-14/+11
| | | | * Don't run this script in a loop, run once only.
* Catch up to changes on bento:kris2002-02-112-6/+20
| | | | | * Update OSVERSIONs for the various branches; add 4-exp. * Add SRCBASE environment variable and export it to the make job.
* Catch up to changes on bento:kris2002-02-111-4/+4
| | | | * Don't create logs for 3.x, do them for 4-exp instead.
* Catch up to changes on bento:kris2002-02-111-3/+11
| | | | | * Require a branch argument * Use tar --unlink when copying distfiles
* Catch up with changes from bento:kris2002-02-111-48/+66
| | | | | | | | | | | * Update the list of ports which takes a long time to build. * Don't use a single ports collection for every port build, indirect through ${pb}/${branch}/ports so we can have different ports collections for each branch. Add -noportscvs option to prevent cvs update of ports collection. * Remove 3.x as a valid branch, add 4-exp for the 4.x experimental builds used for testing bsd.port.mk patches * Update usage information
* Document the use and purpose of this script.kris2002-02-111-0/+5
|
* Describe the meaning of the mlist file a bit better, and update step 9 inkris2002-02-111-7/+10
| | | | the setup instructions.
* Document the purpose of this script and the algorithm it uses tokris2002-02-111-0/+23
| | | | | | decide machines which should be handed new jobs. Also, at some point someone added a note about a possible bug in the reportload script which causes this one to fall over.
* Document the purpose of this script. Use the temp directory for tempfileskris2002-02-111-1/+5
|
* Document the purpose of this script.kris2002-02-111-0/+3
|
* Add a comment describing what this script does.kris2002-02-111-0/+2
|
* Support tools that don't have u@h syntax but h -l u.will2002-01-301-1/+1
| | | | Submitted by: eivind
* - New option `-e' - threat warnings as errors;sobomax2002-01-141-8/+19
| | | | - kill unused variable.
* Add license and cvs tag.sobomax2002-01-131-0/+15
|
* Add chkdepschain.py - a tool to address one of the most annoying when it comessobomax2002-01-131-0/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | down to user support flaws in the FreeBSD ports system. The flaw in question is related to the fact that dependencies are often "chained", which allows to simplify maintenance of ports with large number of implied dependencies (a la Evolution, Nautilus, you-name-it). Dependency chaining it's not a problem by itself, but the fact that when building or installing a port the system doesn't check chain integrity - it's only checks that dependencies explicitly specified in port's Makefile are satisfied, which opens wide window for various hard-trackable problems when one or more links in the middle of the chain missed. The idea behind the tool is quite simple - it should be executed right after main dependency checking procedure, two times for each build - check build-time chain before building the port (pre-pre-extract) and check run-time chain before installing the port (pre-pre-install). When executed, the tool checks integrity of the specified chain (build-time, run-time or both) and reports all errors, both fatal (dependency isn't installed) and non-fatal (dependency is installed, but different version). I've wrote this tool mostly to simplify maintenance of the GNOME ports, but it doesn't contain anything GNOME-specific, so that it could be used in the other parts of tree as well. As an example I've added GNOME_VALIDATE_DEPS_CHAIN knob into bsd.gnome.mk (off by default), which enables automatic chain validation for all ports that USE_GNOMELIBS. This is a bit hackish, because I've used pre-extract and pre-install targets - what we probably need is a generic way to plug various custom tasks specified in bsd.xxx.mk (where xxx is kde, gnome, python, etc.) into various parts of the build process (something like {pre,post}-pre-foo, {pre,post}-post-foo springs into my mind). The code is quite raw, so that I would appreciate any bug reports, patches, suggestions, constructive critiquie and so on.
* Ignore patchfiles ending with `.orig' and `.rej'.sobomax2002-01-041-1/+7
|
* - Use `::' as a combination of symbols to replace `/' in patchfile name;sobomax2002-01-031-18/+22
| | | | | - don't reset size of corresponding patchfile to zero if no differencies were found between original and modified file.
* Don't trap SIGINFO.sobomax2001-12-191-2/+2
| | | | Submitted by: ben
* Add checkcats.py - a script that verifyes that master categories in all portssobomax2001-12-112-1/+51
| | | | are correct and reports any problems.
* Make the tool working even if there is a symlink in a given path to a port'ssobomax2001-12-051-1/+28
| | | | | | | | file. For example I'm usually keeping all working directories in /tmp using WRKDIRPREFIX, while for the quick access to a port's files creating a symlink to this directory in skeleton's dir (i.e. ports/foo/bar/src --> /tmp/usr/ports/foo/bar/work/bar-0.0) and with this patch the tool correctly works when I'm specifying `src/foo.c' as an argument.
* Actually use the user's group name, not their username, for the *GRPnbm2001-11-181-1/+1
| | | | | variables passed to the ports system. For example, use 'wheel' instead of 'root' for root.
* Add another check for duplicate installations of same port. Onlyasami2001-10-141-3/+5
| | | | search for logs in toplevel directory. A couple of cosmetic changes.
* Use 'id -un' and 'id -gn' for user and group information, not 'logname'.nbm2001-08-173-7/+80
| | | | | | | Add mkppackage, which will create a "fake"-style package, but not really. It doesn't try fake PREFIX and such to the build (it's not really possible anyway yet), but it uses pkg_create's '-s' option to pretend the package generated was installed in ${PREFIX}.
* Actually fix the breakage introduced in rev 1.2.sobomax2001-07-311-2/+0
|
* Fix breakage introduced in previous commit.sobomax2001-07-311-1/+1
|
* Fix a bug that in some rare cases may lead to a patch not being properlysobomax2001-07-311-0/+2
| | | | generated.
* Trap signal 31 as well (typo).sobomax2001-07-301-2/+2
| | | | Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
* Unbroke when /usr/ports is symlink.sobomax2001-07-301-2/+2
| | | | Submitted by: ben
* Fix problems in previous commit:sobomax2001-05-171-5/+5
| | | | | - We don't really want to catch SIGCHLD; - actually enable new `-f' option.
* - Add an option to disable interactive confirmation;sobomax2001-05-171-1/+18
| | | | | | - catch up possible signals to remove temporary files. Submitted by: dirk, sobomax
* Stopgap bugfix to avoid the case where a user invokes -t and ends up withwill2001-05-011-3/+4
| | | | | | | | | | | a work/ dir in the repository placed there by addport without permission. Also restore the rcsids from the predecessors of this script by removing their $'s. If I had more time, I'd just revamp parts of this script. Submitted by: greid Apologies to: greid && cvs@
OpenPOWER on IntegriCloud