| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
${WRKDIR} after the port build completes and copy it to
${arch}/${branch}/wrkdirs/${pkgname}.tbz.
Notes:
svn path=/head/; revision=73937
|
|
|
|
| |
Notes:
svn path=/head/; revision=73926
|
|
|
|
|
|
|
|
|
| |
- Call processfail to produce 'new port failures' page
- Comment out the 'comparelogs' calls for now until I make them aware
of architectures that don't have 4.x support
Notes:
svn path=/head/; revision=73925
|
|
|
|
|
|
|
|
|
|
| |
and 'buildfailure' and produce a HTML output listing ports with the date
they became broken. The output can surely be made more useful (e.g. it
always links to the ${branch}-latest logs, which may not exist when the
build-in-progress has not yet attempted the build of that port).
Notes:
svn path=/head/; revision=73924
|
|
|
|
|
|
|
|
|
|
| |
keep track of the number of times a port has failed to build, resetting
the counter when it builds successfully. There are still some bugs to be
worked out, but this will be used as the basis for maintainer notification
of port failures.
Notes:
svn path=/head/; revision=73922
|
|
|
|
|
|
|
| |
architectures, for a given branch.
Notes:
svn path=/head/; revision=73921
|
|
|
|
|
|
|
|
| |
the buildworld, installworld and 'make distribute' necessary for preparing
a bindist.
Notes:
svn path=/head/; revision=73919
|
|
|
|
| |
Notes:
svn path=/head/; revision=73918
|
|
|
|
| |
Notes:
svn path=/head/; revision=73917
|
|
|
|
|
|
|
| |
- Support builds as non-privileged user
Notes:
svn path=/head/; revision=73916
|
|
|
|
| |
Notes:
svn path=/head/; revision=73915
|
|
|
|
|
|
|
|
|
|
|
| |
- Increase timeout to 2 hours (needs to be arch-specific)
- Mount nfs filesystems with nfsv3,intr (the latter so that clients do
not hang if bento panics)
- Run pnohang.${arch} on clients instead of pnohang
- Support builds as non-privileged user
Notes:
svn path=/head/; revision=73914
|
|
|
|
|
|
|
|
|
| |
- Increase timeout to 8 hours (this needs to be made per-arch so it
doesn't overly pessimize fast client machines)
- Support building as a non-privileged user
Notes:
svn path=/head/; revision=73913
|
|
|
|
|
|
|
| |
- Mount on ${master} instead of localhost
Notes:
svn path=/head/; revision=73912
|
|
|
|
| |
Notes:
svn path=/head/; revision=73911
|
|
|
|
| |
Notes:
svn path=/head/; revision=73910
|
|
|
|
|
|
|
|
|
|
| |
- Use $INDEXFILE
- Use makeparallel script instead of 'make parallel'
- Support building packages as a non-privileged user (needs root access
to client machines)
Notes:
svn path=/head/; revision=73909
|
|
|
|
|
|
|
|
| |
in ports/Makefile. It uses the buildenv framework to obtain the correct
PKGSUFFIX and INDEXFILE variables.
Notes:
svn path=/head/; revision=73908
|
|
|
|
| |
Notes:
svn path=/head/; revision=73905
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to using ${arch}/${branch} subdirectory instead of ${branch}
- export INDEXFILE, MACHINE_ARCH and ARCH variables
- Add (commented out) FETCH_BEFORE_ARGS setting
- Add MASTER_SITE_OVERRIDE to fetch from ftp://bento
- Zap some mouldy old unused variables
Notes:
svn path=/head/; revision=73904
|
|
|
|
| |
Notes:
svn path=/head/; revision=73902
|
|
|
|
|
|
|
|
|
| |
portlint port
Approved by: maintainer
Notes:
svn path=/head/; revision=73839
|
|
|
|
| |
Notes:
svn path=/head/; revision=73615
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from recursive dependency builds a la:
make DEPENDS_TARGET='install package clean' all install package clean
The pkg-list script obtains a list of the packages in the dependency
directories; the pkg-stash script moves them away to a predefined
directory, adding a timestamp to the package file name. This is
convenient for keeping ready-built packages for system rescue
activities.
Notes:
svn path=/head/; revision=72748
|
|
|
|
| |
Notes:
svn path=/head/; revision=70490
|
|
|
|
| |
Notes:
svn path=/head/; revision=70391
|
|
|
|
|
|
|
|
|
|
| |
This fixes addport for me on -stable (cvs was erroring out), and also
fixes addport when you have the EDITOR environment variable set.
Approved by: will
Notes:
svn path=/head/; revision=70035
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
body tag nor a closing html tag. In general, browsers work without
these, but Konqueror in particular was displaying some artifacts.
Also make sure empty cells have an nbsp directive; eliminate a bogus
case for Aff.; and change Date build to Build date.
Submitted by: Mark Linimon <linimon@lonesome.com>
PR: www/45021
Notes:
svn path=/head/; revision=69806
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update list of quickports to include kde3
* Add ability to restart builds (-restart)
* Change default to build packages for non-cdrom use (associated option name
inverted from -nocdrom to -cdrom)
* Cope with .tgz or .tbz packages
* Use buildenv framework
* Use cvs update -PdA instead of -Pd when updating ports/docs tree
* Always delete restricted packages after a build run, since they are
published on the website.
* Minor cosmetic changes
Notes:
svn path=/head/; revision=69756
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
Notes:
svn path=/head/; revision=69384
|
|
|
|
|
|
|
|
|
| |
perl). Thanks to all those who submitted versions of these.
Submitted by: marcus (based on)
Notes:
svn path=/head/; revision=69315
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=69289
|
|
|
|
|
|
|
| |
bindist now that it is no longer required.
Notes:
svn path=/head/; revision=69288
|
|
|
|
| |
Notes:
svn path=/head/; revision=69287
|
|
|
|
| |
Notes:
svn path=/head/; revision=69286
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=68022
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=68021
|
|
|
|
| |
Notes:
svn path=/head/; revision=67588
|
|
|
|
|
|
|
|
|
| |
split.
Approved by: portmgr (will), re
Notes:
svn path=/head/; revision=67587
|
|
|
|
| |
Notes:
svn path=/head/; revision=66390
|
|
|
|
| |
Notes:
svn path=/head/; revision=66389
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=66388
|
|
|
|
| |
Notes:
svn path=/head/; revision=66387
|
|
|
|
| |
Notes:
svn path=/head/; revision=66386
|
|
|
|
|
|
|
| |
this to break). Support both .tgz and .tbz packages.
Notes:
svn path=/head/; revision=66385
|
|
|
|
| |
Notes:
svn path=/head/; revision=66384
|
|
|
|
|
|
|
| |
* Add PKGSUFFIX and PKGZIPCMD variables
Notes:
svn path=/head/; revision=66383
|
|
|
|
|
|
|
| |
* Fetch perl package on -current
Notes:
svn path=/head/; revision=66382
|
|
|
|
|
|
|
|
| |
* Hack to use perl package on -current (needs to be done better somehow)
* Use buildenv
Notes:
svn path=/head/; revision=66380
|
|
|
|
|
|
|
|
| |
Submitted by: Martin Heinen <martin@sumuk.de>
PR: ports/33196 (based on)
Notes:
svn path=/head/; revision=65355
|