| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
perl). Thanks to all those who submitted versions of these.
Submitted by: marcus (based on)
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
bindist now that it is no longer required.
|
| |
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
split.
Approved by: portmgr (will), re
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
this to break). Support both .tgz and .tbz packages.
|
| |
|
|
|
|
| |
* Add PKGSUFFIX and PKGZIPCMD variables
|
|
|
|
| |
* Fetch perl package on -current
|
|
|
|
|
| |
* Hack to use perl package on -current (needs to be done better somehow)
* Use buildenv
|
|
|
|
|
| |
Submitted by: Martin Heinen <martin@sumuk.de>
PR: ports/33196 (based on)
|
| |
|
|
|
|
| |
Approved by: will
|
|
|
|
|
| |
for 5.x package builds since the pnohang script is written in perl,
which was removed from the base OS.
|
|
|
|
|
| |
Correct some build environment variables
Exit with code 255 if the port build failed uncleanly
|
| |
|
|
|
|
|
|
|
| |
http://people.freebsd.org/~trevor/ports/update-patches-1.411.diff
for the accompanying patch to bsd.port.mk.
PR: 24292
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
generate the correct environment in which to do them.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Always update UNAME_TARGET with each build
- Populate mtree hierarchies better
|
| |
|
| |
|
|
|
|
|
| |
- buildenv() takes extra argument of the portbuild directory
- Add a todo comment
|
| |
|
|
|
|
| |
- unbroke when either ${PORTSDIR} or ${DISTDIR} is symlink.
|
|
|
|
| |
Submitted by: Stijn Hoop <stijn@win.tue.nl>
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
in their "as committed" layout.
|
|
|
|
| |
redundant.
|
|
|
|
|
| |
Add documentation worked on by Steve and myself for ports freeze and
package split procedure. Very minimal, very 4.5 specific, needs work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|