| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
is upper case (ie : don't end up with pEAR)
Approved by: will
Asked by: thierry
|
|
|
|
| |
variables.
|
|
|
|
| |
Suggested by: erwin
|
|
|
|
|
|
| |
<category>/Makefile, and ended up at the begining
Approved by: will
|
|
|
|
|
|
|
|
| |
PKGORIGIN. Useful especially after repocopies.
env PORTSDIR=/usr/ports sh /usr/ports/Tools/scripts/chkorigin.sh
Approved by: marcus (portmgr)
|
|
|
|
| |
out of inodes.
|
| |
|
| |
|
| |
|
|
|
|
| |
client machines.
|
|
|
|
|
| |
(e.g. packages from a previous build run, packages that incorrectly modify
their PORTNAME at install-time, etc.) as well as dangling symlinks.
|
|
|
|
|
| |
are found to be bad. Not currently in use, since we do not experience
package corruption and this takes quite a while to run.
|
|
|
|
|
|
|
|
| |
not been
used in 20 minutes, as well as directories listed as 'in use' that have not been touched
in 24 hours (corresponding to port builds that have timed out or shut down uncleanly)
and prunes them to reclaim space. This is intended to be run as a cron job.
|
|
|
|
| |
so it can be easily done manually
|
|
|
|
| |
works as intended.
|
|
|
|
| |
identified and those machines removed (restricted to Miatas running 5.2)
|
|
|
|
| |
files into the chroot to support host ps and killall binaries.
|
| |
|
|
|
|
| |
IGNORE/FORBIDDEN/etc (using duds.full).
|
|
|
|
| |
but everything that depends on them.
|
|
|
|
| |
This should probably be made a per-machine variable.
|
|
|
|
|
| |
detect they are being built on bento
* Update the list of "extra files" to filter to reduce some false positives
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Does not execute unknown commands nor call sh(1) at all.
- Does not overwrite existing files by default.
- Does not extract files into upper directories.
- Does have a dry run (-n) flag to see what would have been extracted.
- Does have a strip (-p N) flag to strip any number of levels from
pathnames.
It (so far) only supports shell archives made with BSD shar.
|
|
|
|
|
| |
thus fixing the extra-@dirrm-problem once the base mtree files
document the extra symlinks that are part of the local/etc. trees.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
more accurate:
* The tests for "Cannot stat", "can't cd", and "tar command failed" are moved
to the bottom. This will sacrifice a little bit of performance for a gain
in accuracy
* The tests for "configuration errors" needed to be combined and tweaked to
better identify errors that are architecture-specific (usuallly the
"all pointers are ints" assumption)
* The detection of chown was buggy
* There were some duplicate test cases
* As an experiment, another test for dependency problems is added
PR: 61914
Submitted by: linimon
|
|
|
|
|
|
| |
- Add 'ports/' PR category to commit log
Approved by: will
|
|
|
|
|
|
|
|
|
| |
encountered again, nad having it in there slows performance. However,
I'm leaving it in the file in case a bad bindist slips back in, and it
becomes convenient to uncomment this for purposes of seeing what build
failures are cluster-related.
Requested by: kris
|
|
|
|
|
|
|
|
| |
tree, and run "make describe" and portlint respectively. They can be useful
as automated linting tools.
PR: 59226
Submitted by: linimon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
processonelog script, that contains all the per-errorlog logic [1]
* Add new error checks, one for detecting CPU problems, and the other for
checking for broken libgnugetopt support [2]
* Add a new "munmap" error type to check for broken bindists
* Add imake and pthread detection to processonelog [3]
* Add errortype column to the bento "New Build Failures" report [4]
PR: 50258 56859 [1]
54406 [2]
57067 [3]
59272 [4]
Submitted by: linimon [1] [2] [3] [4]
|
|
|
|
|
|
|
|
| |
system's security checking algorithm. This will be used in the upcoming
changes to bsd.*.mk.
PR: 55331
Submitted by: Eugene M. Kim <ab@astralblue.com>
|
|
|
|
|
|
|
| |
* Be smarter about adding directories to ldconfig
* Add code to test package integrity [1]
Submitted by: kris [1]
|
|
|
|
| |
now gone.
|
|
|
|
|
|
|
|
| |
also print the exact location of the file to checkout.
This is for those who rarely adds new ports and do not remember the
location of Additional FreeBSD Contributors article.
Approved by: will
|
|
|
|
|
|
|
|
| |
Perl before, sometimes we would word wrap too soon. Now we should never
generate a line more than 72 characters long (but as close to 72 characters
long as we can without breaking up a word).
Approved by: will (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
of master sites.
Before that %SUBDIR% was not expanded and the resulting URL was malformed.
L-o-o-o-ng maintainer timeout waiting for review of a slightly different
solution.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* Update failure file format with both original and latest failure date
|
|
|
|
|
| |
* Enhance HTML output to include both original and latest failure date, and
number of times the build has failed.
|
|
|
|
|
|
|
|
| |
is full
* The newfailure file is no longer maintained, but generated as-needed
by the processfail script
* Update format of failure file (records both initial failure date and
most recent failure date)
|
|
|
|
|
|
|
|
| |
of stale entries (removed ports, ports listed in duds that were mistakenly
built, malformed entries) and refreshes the version of entries to the
latest in INDEX. This must be run under lockf (see the comments in the
script) to avoid racing with portbuild which also tries to write to
these files.
|
|
|
|
| |
Approved by: will
|
| |
|
| |
|
| |
|
|
|
|
|
| |
some ldconfig -m's into one command, and run buildscript niced in the
chroot build case, not just the (currently unused) jailed case.
|