| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- add an option to watch for maintainer changes
- change watch regex to match PKGORIGIN, not PKGNAME
Notes:
svn path=/head/; revision=109655
|
|
|
|
|
|
|
|
|
|
|
| |
You can even get notified of version changes in your favourite
perl modules by setting
WATCH_REGEX='p5-.*'
Plus, it has a nice configurable nagging option.
Notes:
svn path=/head/; revision=109506
|
|
|
|
| |
Notes:
svn path=/head/; revision=109409
|
|
|
|
| |
Notes:
svn path=/head/; revision=109346
|
|
|
|
|
|
|
|
|
| |
- eliminated shell usage [1]
Submitted by: mat [1]
Notes:
svn path=/head/; revision=109303
|
|
|
|
| |
Notes:
svn path=/head/; revision=109249
|
|
|
|
|
|
|
| |
chkversion: support for CVS blame with env CVSBLAME=yes
Notes:
svn path=/head/; revision=109168
|
|
|
|
|
|
|
| |
env 'EXCLUDE=local devel/local' /usr/ports/Tools/scripts/chkmodules.pl
Notes:
svn path=/head/; revision=109154
|
|
|
|
| |
Notes:
svn path=/head/; revision=109113
|
|
|
|
|
|
|
| |
based on a shell script by Clement Laforet.
Notes:
svn path=/head/; revision=109097
|
|
|
|
|
|
|
|
|
| |
- callable without arguments:
/usr/ports/Tools/scripts/MOVEDlint.awk
- do CVS annotate when called with env CVS=yes
Notes:
svn path=/head/; revision=108691
|
|
|
|
|
|
|
|
| |
Usage:
[env PORTSDIR=/usr/ports] awk -f MOVEDlint.awk /usr/ports/MOVED
Notes:
svn path=/head/; revision=108660
|
|
|
|
|
|
|
|
|
|
| |
is upper case (ie : don't end up with pEAR)
Approved by: will
Asked by: thierry
Notes:
svn path=/head/; revision=106153
|
|
|
|
|
|
|
| |
variables.
Notes:
svn path=/head/; revision=105952
|
|
|
|
|
|
|
| |
Suggested by: erwin
Notes:
svn path=/head/; revision=105555
|
|
|
|
|
|
|
|
|
| |
<category>/Makefile, and ended up at the begining
Approved by: will
Notes:
svn path=/head/; revision=104765
|
|
|
|
|
|
|
|
|
|
|
| |
PKGORIGIN. Useful especially after repocopies.
env PORTSDIR=/usr/ports sh /usr/ports/Tools/scripts/chkorigin.sh
Approved by: marcus (portmgr)
Notes:
svn path=/head/; revision=104610
|
|
|
|
|
|
|
| |
out of inodes.
Notes:
svn path=/head/; revision=104116
|
|
|
|
| |
Notes:
svn path=/head/; revision=103981
|
|
|
|
| |
Notes:
svn path=/head/; revision=103809
|
|
|
|
| |
Notes:
svn path=/head/; revision=103804
|
|
|
|
|
|
|
| |
client machines.
Notes:
svn path=/head/; revision=103261
|
|
|
|
|
|
|
|
| |
(e.g. packages from a previous build run, packages that incorrectly modify
their PORTNAME at install-time, etc.) as well as dangling symlinks.
Notes:
svn path=/head/; revision=103260
|
|
|
|
|
|
|
|
| |
are found to be bad. Not currently in use, since we do not experience
package corruption and this takes quite a while to run.
Notes:
svn path=/head/; revision=103259
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103258
|
|
|
|
|
|
|
| |
so it can be easily done manually
Notes:
svn path=/head/; revision=103257
|
|
|
|
|
|
|
| |
works as intended.
Notes:
svn path=/head/; revision=103256
|
|
|
|
|
|
|
| |
identified and those machines removed (restricted to Miatas running 5.2)
Notes:
svn path=/head/; revision=103255
|
|
|
|
|
|
|
| |
files into the chroot to support host ps and killall binaries.
Notes:
svn path=/head/; revision=103254
|
|
|
|
| |
Notes:
svn path=/head/; revision=103253
|
|
|
|
|
|
|
| |
IGNORE/FORBIDDEN/etc (using duds.full).
Notes:
svn path=/head/; revision=103252
|
|
|
|
|
|
|
| |
but everything that depends on them.
Notes:
svn path=/head/; revision=103251
|
|
|
|
|
|
|
| |
This should probably be made a per-machine variable.
Notes:
svn path=/head/; revision=103250
|
|
|
|
|
|
|
|
| |
detect they are being built on bento
* Update the list of "extra files" to filter to reduce some false positives
Notes:
svn path=/head/; revision=103249
|
|
|
|
| |
Notes:
svn path=/head/; revision=103248
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=102409
|
|
|
|
|
|
|
|
| |
thus fixing the extra-@dirrm-problem once the base mtree files
document the extra symlinks that are part of the local/etc. trees.
Notes:
svn path=/head/; revision=102311
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=99924
|
|
|
|
|
|
|
|
|
| |
- Add 'ports/' PR category to commit log
Approved by: will
Notes:
svn path=/head/; revision=98866
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=98701
|
|
|
|
|
|
|
|
|
|
|
| |
tree, and run "make describe" and portlint respectively. They can be useful
as automated linting tools.
PR: 59226
Submitted by: linimon
Notes:
svn path=/head/; revision=98607
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=98604
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=98600
|
|
|
|
|
|
|
|
|
|
| |
* Be smarter about adding directories to ldconfig
* Add code to test package integrity [1]
Submitted by: kris [1]
Notes:
svn path=/head/; revision=98599
|
|
|
|
|
|
|
| |
now gone.
Notes:
svn path=/head/; revision=98226
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=97594
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=97436
|
|
|
|
| |
Notes:
svn path=/head/; revision=97138
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=96037
|
|
|
|
| |
Notes:
svn path=/head/; revision=93825
|