summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Revamp this script:kris2002-11-031-64/+243
| | | | | | | | | | | | | | | | * generate an interim .logs file containing the data to be presented in the html files (also useful for other consumers, like fenner's per-maintainer error logs) * Generate 5 different summaries of the error data, sorted by port name, maintainer, category, build error, builddate * Improve the table html code so it renders faster * Add a few new failure reasons Submitted by: edwin (based on) PR: ports/43927
* Add C versions of the pnohang and ptimeout scripts (previously written inkris2002-11-032-0/+192
| | | | | | perl). Thanks to all those who submitted versions of these. Submitted by: marcus (based on)
* Use the correct filename for the FreeBSD version string used by thekris2002-11-021-14/+2
| | | | | | uname script. Mount the docs from the correct location. Remove the hack to pkg_add perl into the chroot environment, now that the scripts no longer rely on it.
* Read FTP url from ${ftpurl}. Remove hack to fetch perl package into thekris2002-11-021-8/+2
| | | | bindist now that it is no longer required.
* Support either .tgz or .tbz packageskris2002-11-021-2/+2
|
* Add FTP_PASSIVE_MODE. Build tgz packages on 4 and 4-exp, and tbz on 5.kris2002-11-021-2/+8
|
* I never thought I'd change this code, but a change was required to makewill2002-10-141-0/+107
| | | | | sure cvs -R is enforced for freefall !=n cvs. And it's a Bad Thing(TM) that a piece of code addport depended on wasn't in the CVS tree anyway.
* Modifications to support ncvs.freebsd.org != freefall.freebsd.org. Thiswill2002-10-141-13/+14
| | | | | | | actually simplifies some of the code and makes other parts more complicated. Tested by: www/mod_filter && (after bugfixes) sysutils/sjog Noticed by: ijliao (by way of peter)
* Add 650MB for the 4th CD since it's all just packages.will2002-10-081-1/+1
|
* Increase the available space for packages on disc #1 of the packagemurray2002-10-081-1/+1
| | | | | | split. Approved by: portmgr (will), re
* Correct a messagekris2002-09-151-1/+1
|
* Conditionalize one more thing on i386kris2002-09-151-1/+1
|
* Optimize the html output by putting multiple missing files in the samekris2002-09-151-7/+9
| | | | | | | | table row, instead of making a new row for every single file. This cuts down the generated page size drastically, improving rendering times. Submitted by: Edwin Groothuis <edwin@mavetju.org> PR: ports/40962
* Add a bunch of new failure modes (mostly to do with ports failing on 5.0)kris2002-09-151-2/+14
|
* Use PKGSUFFIX from buildenvkris2002-09-151-1/+5
|
* Add PKG_PATH so packages can be found automatically (not sure what causedkris2002-09-151-1/+3
| | | | this to break). Support both .tgz and .tbz packages.
* .tbz packages are now standardkris2002-09-151-2/+2
|
* * XFREE86_VERSION=4 is now standardkris2002-09-151-3/+4
| | | | * Add PKGSUFFIX and PKGZIPCMD variables
* * Support multiple arches and conditionalize i386-only stuffkris2002-09-151-2/+12
| | | | * Fetch perl package on -current
* * Catch up to .tbz packageskris2002-09-151-6/+11
| | | | | * Hack to use perl package on -current (needs to be done better somehow) * Use buildenv
* Check for duplicate entries in INDEX and warn about them.kris2002-08-311-7/+12
| | | | | Submitted by: Martin Heinen <martin@sumuk.de> PR: ports/33196 (based on)
* Correct usage example.sobomax2002-07-161-1/+2
|
* Add l10n prefix to default module name.perky2002-07-071-2/+14
| | | | Approved by: will
* Allow packages to be installed in the build chroot; this is neededkris2002-06-061-1/+9
| | | | | for 5.x package builds since the pnohang script is written in perl, which was removed from the base OS.
* Only run ldconfig -aout commands on i386kris2002-06-061-6/+16
| | | | | Correct some build environment variables Exit with code 255 if the port build failed uncleanly
* Use correct variable for symlinking src scripts.will2002-06-011-1/+1
|
* Support PATCH_WRKSRC. Seetrevor2002-05-251-3/+3
| | | | | | | http://people.freebsd.org/~trevor/ports/update-patches-1.411.diff for the accompanying patch to bsd.port.mk. PR: 24292
* Track setup.sh usage.will2002-05-202-2/+7
|
* Use the right variable name.will2002-05-201-1/+1
|
* Use a RE to find the X dependency instead of hardcoding.will2002-05-201-2/+2
|
* Streamline instructions a little more.will2002-05-201-4/+12
|
* Add this makefile to help people who are performing package splits towill2002-05-201-0/+48
| | | | generate the correct environment in which to do them.
* Add CD configs for use by these scripts.will2002-05-201-0/+16
|
* More useful exit if dir not passed.will2002-05-161-0/+4
|
* Accept dir as argument instead of hardcoding.will2002-05-161-1/+5
|
* - Catch up to buildenv changes.kris2002-05-131-12/+21
| | | | | - Always update UNAME_TARGET with each build - Populate mtree hierarchies better
* Comment out the kernel building and just link to kernel.GENERIC.kris2002-05-131-5/+6
|
* Zap some unused code. Catch up to buildenv changes.kris2002-05-131-7/+1
|
* - Switch default to XFree86-4.x for all brancheskris2002-05-131-3/+6
| | | | | - buildenv() takes extra argument of the portbuild directory - Add a todo comment
* Fix breakage introduced in the previous commit.sobomax2002-05-101-6/+3
|
* - Make ${DISTDIR} auto-detection actually working;sobomax2002-05-101-2/+5
| | | | - unbroke when either ${PORTSDIR} or ${DISTDIR} is symlink.
* Allow overriding ${PORTSDIR} and respect ${DISTDIR} settings.sobomax2002-05-071-5/+15
| | | | Submitted by: Stijn Hoop <stijn@win.tue.nl>
* * Change path directory separator character back to _. The problem is "::"obrien2002-04-181-1/+3
| | | | | | | | is it makes patch names longer, and many shells autoexpand it to "\:\:" which makes them even longer. * Note that this file uses ts=4. Approved by: sobomax
* Fix breakage introduced in previous commit when EXTRA_PATCHES isn't defined.sobomax2002-04-171-1/+1
|
* Recognise EXTRA_PATCHES.sobomax2002-04-151-0/+6
|
* Set the $scripts directory to the same as $dir to make these more usefulsteve2002-03-272-2/+2
| | | | in their "as committed" layout.
* This file is nearly a verbatim copy of setup.sh so this one issteve2002-03-271-11/+0
| | | | redundant.
* Add a missed file which acts as a driver for the others.will2002-03-272-0/+141
| | | | | Add documentation worked on by Steve and myself for ports freeze and package split procedure. Very minimal, very 4.5 specific, needs work.
* Add the scripts used to break up the package collections for a release.will2002-03-276-0/+490
| | | | | | | | | | | | | | | Some work/cleanup here would probably be desirable. I'm committing them now to give others the ability to reproduce these package splits and help with making these scripts better. The README should have some more documentation in the future. A better solution to the package set size problem would be to teach sysinstall to ask for the CD on which a particular package is when it needs to add it, but for now this will do. Requested by: murray Written by: steve Discussed with: steve, kris (some time ago)
* * Clean up this script a bitkris2002-03-251-36/+49
| | | | | | | | | | | * Add a trap handler to try and clean up the build if it is interrupted by a signal (one problem with the previous version is that package builds whice are interrupted by ptimeout because they are stuck, leave their working files lying around in the chroot). * Switch to NFS v3 mounts instead of v2 * Autogenerate the version string to report in uname within the chroot, based on the version string in the head of the CVS branch being built. * Copy packages via cp from the NFS mount, not scp.
OpenPOWER on IntegriCloud