| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
in addition to */*/Makefile* and ignore references in comments
Notes:
svn path=/head/; revision=173021
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add more XXX comments for future work
* Only record a cvsdone timestamp if we updated cvs
* When building with -trybroken, it's safe (and desirable) to run the
prunefailure script
* Reorganise a few things for better parallelism
* Instead of keeping a duplicate copy of the previous logs and errors
under bak/, just store a symlink to the archival location
* When doing an incremental build, also cycle out the old logs to avoid
broken links on the website (the logs from the previous build are
removed until the packages are rebuilt). Use cpio to create
hardlinked copies of the previous logs. XXX when these are bzipped
by cron to save space the links will be broken and it might actually
take more space.
* Don't bother bunzipping old logs, now that the processlogs scripts
can handle it. This was a waste of time anyway since they'd all be
rebzipped by the next nightly cron job.
* When the build is complete, stash a copy of the restricted ports in
bak/restricted/ before deleting them from packages/, and restore from
here when doing an incremental build to avoid needlessly rebuilding
them each time.
Notes:
svn path=/head/; revision=173005
|
|
|
|
|
|
|
|
|
|
| |
127.0.0.0 or 127.0.0.1
* Don't use chroot to mount the linprocfs, or it won't be visible
within the jail.
Notes:
svn path=/head/; revision=173004
|
|
|
|
|
|
|
|
| |
* More robust extraction of the header values (copes with the addition of
the build uname to the header)
Notes:
svn path=/head/; revision=173003
|
|
|
|
|
|
|
|
|
|
| |
* Support .log.bz2 files
* Clarify that BROKEN ports are not frequently rebuilt so probably
won't appear
Notes:
svn path=/head/; revision=173002
|
|
|
|
| |
Notes:
svn path=/head/; revision=173001
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Increase sparc64 build timeout to 24 hours (we have so few build
machines that we cannot afford to tie them up for longer)
* Increase other arch build timeout to 100 hours (hello openoffice!)
* If we successfully build a formerly broken package, touch errors/.force
which will kick off a rebuild of the html files
Notes:
svn path=/head/; revision=173000
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use a generation number for the bindist tarballs, with compatibility
symlink. Eventually we'll use this to avoid building in a "stale"
chroot (i.e. populated by old world).
* Don't bother running ldconfig on i386, it is evidently not needed since
the other arches work fine without it
Notes:
svn path=/head/; revision=172999
|
|
|
|
|
|
|
|
|
|
|
| |
* Don't try and mount/umount procfs, it won't work when we build inside a
jail.
* Report the uname -mr of the build environment, to ease confusion of
people reading the error logs by mail.
Notes:
svn path=/head/; revision=172998
|
|
|
|
|
|
|
|
| |
* The 5.x variant for populating /etc does not work on 6.x and above, and
vice versa. Conditionalize old and new methods.
Notes:
svn path=/head/; revision=172997
|
|
|
|
| |
Notes:
svn path=/head/; revision=172996
|
|
|
|
| |
Notes:
svn path=/head/; revision=172995
|
|
|
|
|
|
|
|
| |
dependencies. This needs some more polishing but for now it is better to
emit false positives than skip dependencies.
Notes:
svn path=/head/; revision=172833
|
|
|
|
|
|
|
| |
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
|