| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
fix true positive for "runaway_process".
Notes:
svn path=/head/; revision=171056
|
|
|
|
|
|
|
|
| |
errors seen on -CURRENT as "compat6x" e.g. "someone needs to create a
compat6x port and then make it a dependency here."
Notes:
svn path=/head/; revision=170951
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
Notes:
svn path=/head/; revision=169648
|
|
|
|
| |
Notes:
svn path=/head/; revision=169242
|
|
|
|
|
|
|
|
| |
Especialy i386 has enough horsepower to run two branches simultaniously.
This change has been on pointyhat for some time.
Notes:
svn path=/head/; revision=169136
|
|
|
|
|
|
|
|
|
|
|
| |
${FILESDIR} which look like patches be treated as binary files. This
prevents RCS tags in patch fragments causing a problem for CVS.
Approved by: garga (maintainer),
ahze (mentor, implicit)
Notes:
svn path=/head/; revision=167733
|
|
|
|
|
|
|
| |
a comment about openoffice.org*; generalize a bit.
Notes:
svn path=/head/; revision=167668
|
|
|
|
| |
Notes:
svn path=/head/; revision=167298
|
|
|
|
| |
Notes:
svn path=/head/; revision=167296
|
|
|
|
| |
Notes:
svn path=/head/; revision=167216
|
|
|
|
| |
Notes:
svn path=/head/; revision=167207
|
|
|
|
|
|
|
|
| |
so do them separately in order not to break up the ease of browsing the
most important stats, above.
Notes:
svn path=/head/; revision=167177
|
|
|
|
| |
Notes:
svn path=/head/; revision=167175
|
|
|
|
| |
Notes:
svn path=/head/; revision=167174
|
|
|
|
| |
Notes:
svn path=/head/; revision=167038
|
|
|
|
| |
Notes:
svn path=/head/; revision=167023
|
|
|
|
| |
Notes:
svn path=/head/; revision=167022
|
|
|
|
| |
Notes:
svn path=/head/; revision=167019
|
|
|
|
|
|
|
| |
break sed -E regular expressions
Notes:
svn path=/head/; revision=166972
|
|
|
|
|
|
|
| |
to prevent spam
Notes:
svn path=/head/; revision=166944
|
|
|
|
| |
Notes:
svn path=/head/; revision=166533
|
|
|
|
| |
Notes:
svn path=/head/; revision=166486
|
|
|
|
|
|
|
|
| |
number of packages built vs. packages that failed, along with some other
related information.
Notes:
svn path=/head/; revision=166427
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove obsolete explanations which are no longer seen, for speed:
ELF, MOTIF, MOTIFLIB, X_manpage, awk, bison, ffs_conflict, forbidden,
getopt, getopt.h, imake, lc_r, malloc.h, pod2man, sed, stl, soundcard.h,
texinfo, union_wait, values.h
- Add more cases to: arch, bad_c++, compiler_error, depend_object,
install_error, linker_error, mtree, perl5
These changes reduce many dozens of false positives; add a few dozen
true positives; and for certain directories, improve the speed about 10%
(a few drop by 15%).
It turns out that the performance issues are mainly due to the multiple
greps. If performance is an issue we need to go back to the moderately-
unreadable, everything-on-one-line paradigm. Before that happens, I would
like to experiment with some refactoring, so that the patterns are built up
in the shell line-by-line, so you could still be able to read it.
Tested on: pointyhat
Hat: portmgr
Notes:
svn path=/head/; revision=166225
|
|
|
|
|
|
|
|
| |
Actually use ${SCP_DEST_TMP} to fix the case where
SCP_DEST_TMP != /tmp/
Notes:
svn path=/head/; revision=166044
|
|
|
|
|
|
|
|
|
| |
When copying INDEX to the server, copy it first to a staging area and
first then to the real location. The copying can take long enough for
users to get a truncated file when downloading during the upload.
Notes:
svn path=/head/; revision=165776
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
time to add a new module. If you want to still use old way, just use
"-M freefall.FreeBSD.org" option
- Take addport maintainership
- When modulesupdate fail, ask user to retry
- Change modulesupdate to work fine with addport
Approved by: will (maintainer)
Notes:
svn path=/head/; revision=162578
|
|
|
|
|
|
|
|
|
|
|
| |
filesystem (either absolute or relative) in addition to `category/port'.
PR: ports/96649
Submitted by: Cheng-Lung Sung <clsung@freebsd.org>
Reworked by: vd
Notes:
svn path=/head/; revision=161185
|
|
|
|
|
|
|
|
|
| |
When removing category/port - look if other ports' Makefiles contain
`/port' rather than `category/port', since the later misses things
like `${.CURDIR}/../port'
Notes:
svn path=/head/; revision=161174
|
|
|
|
| |
Notes:
svn path=/head/; revision=159777
|
|
|
|
|
|
|
|
| |
export it ro. This saves thrashing the server if we accidentally try to
rm -rf a NFS mount (e.g. because a chroot cleanup failed).
Notes:
svn path=/head/; revision=159674
|
|
|
|
|
|
|
| |
just takes up time.
Notes:
svn path=/head/; revision=159673
|
|
|
|
|
|
|
| |
is started without arguments.
Notes:
svn path=/head/; revision=159354
|
|
|
|
|
|
|
| |
can benefit (or suffer :-) from it.
Notes:
svn path=/head/; revision=159244
|
|
|
|
| |
Notes:
svn path=/head/; revision=158699
|
|
|
|
| |
Notes:
svn path=/head/; revision=158698
|
|
|
|
|
|
|
| |
too much space on pointyhat, and it's also very slow.
Notes:
svn path=/head/; revision=158697
|
|
|
|
| |
Notes:
svn path=/head/; revision=158696
|
|
|
|
| |
Notes:
svn path=/head/; revision=158695
|
|
|
|
|
|
|
|
|
|
|
| |
script, i.e. so they can be moved back into place before start the next
incremental build so they won't be needlessly rebuilt every time (jdk, I'm
looking at you). It is a bit of a hack since it relies on assumptions
about the structure of that shell script, but for now it's the best we
can do.
Notes:
svn path=/head/; revision=158694
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157077
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157076
|
|
|
|
|
|
|
|
|
| |
clean themselves up properly.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
server. Error conditions are flagged by other processes by creating
a named dotfile in ${scratchdir}. If these files are found, report the
error status instead of the number of running jobs. Currently report "ERR"
for all error conditions; I will probably change this to a per-condition
message.
Currently only "squid not running" and "disk space low" conditions are
reported.
Notes:
svn path=/head/; revision=156098
|
|
|
|
|
|
|
|
|
|
| |
If the package copy fails, bail out immediately instead of later on when
we try to pkg_add it. Also trap signals and bail out.
Both conditions will cause a retry of the package build.
Notes:
svn path=/head/; revision=156096
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If portbuild bailed out unexpectedly, mail the log to ${mailto}.
Add some XXX comments about improving robustness of this script.
Sleep for 2 minutes before retrying builds, to avoid spamming ${mailto}
with a high rate of failure logs. In future we might be smarter about
attempting to automatically correct common failure modes.
Notes:
svn path=/head/; revision=156095
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Test whether squid is running. If not, try to kick off
the rc script in the background in case it can be restarted
cleanly.
* Test for at least 100MB of free space on the scratch partition.
If either condition fails, set an exception flag and bail out. This
will be reported back to the server via reportload.
Notes:
svn path=/head/; revision=156092
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cause is because it was specified in the list twice)
* Don't panic when the list of packages to delete becomes empty
* When unexpected filesystem changes are detected, bail immediately
instead of proceeding and hiding the error in the middle of
the log
Notes:
svn path=/head/; revision=156091
|
|
|
|
| |
Notes:
svn path=/head/; revision=156090
|
|
|
|
|
|
|
|
|
|
|
|
| |
with all the errors from broken pkg_delete scripts
* As threatened in previous commit, move the pristine mtree spec
generation to phase 1, and avoid having to delete and re-add the
FETCH_DEPENDS. We still have to keep them installed until after
'make extract' though
Notes:
svn path=/head/; revision=155961
|