aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/poudriere-devel/pkg-plist
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-06-19 15:04:31 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-06-19 15:04:31 +0000
commit2599040faba9daab4fec24e233eb30953bf83ef5 (patch)
treed0726f74cd5739220aca64edd768fabdc37825c4 /ports-mgmt/poudriere-devel/pkg-plist
parent58089854116d5295494ae28d40a4342c1d937685 (diff)
downloadports-2599040faba9daab4fec24e233eb30953bf83ef5.tar.gz
ports-2599040faba9daab4fec24e233eb30953bf83ef5.zip
- Update to checkin df5632bbea
Changes: * bulk: Always clean restricted packages when done building if NO_RESTRICTED is set * bulk: Don't rebuild unneeded deps which were not specified on the cmdline. NOTE: This means that partial builds will not create a consistent repo of other existing packages. I.e., running bulk PORT1 PORT2 and then running bulk PORT1 will make it only create a consistent repo for PORT1. Always build with the ports you expect to be there. * Fix 'msg_error' not defined errors. * pkgclean/distclean: Consider hardlinks for size calculation * distclean: - Fix some false-positives - Support multiple -p options - Parallelization improvements * HTML: - Fix skipped column sorting - Pkg/Hour: Don't show 'Infinity' for older builds - More column width tweaks to fix word breaking - Fix skipped filter * jail: - Better support for native builds on powerpc and other archs, -a now accepts TARGET.TARGET_ARCH or TARGET_ARCH. - Add several new methods (see poudriere.8). Note that some of these may change a lot before release. * Null import an existing jail: -m null -M path * Install from existing src/obj dir: -m src=PATH * Install from tarball: -m tar=PATH - Always run -u after -c to get latest freebsd-updates - Fix -r and give hints on next steps - Try to modify the jail on creation less and do it during build startup instead. * Updates to log processing to offset common "cluster" reason * Better QEMU support * Better deadlock detection analysis * testport: Add -w to save workdir just as bulk has * Remove TRACK_BUILDTIMES * Sign the pkg.txz for pkg(7) when using SIGNING_COMMAND * portsnap interactive support * Try to handle long mount points better with MNAMELEN limit of 88 by shortening many internal paths and hashing the mastername when required. * Support poudriere.d/[jail-][ptname-][setname-]poudriere.conf (this support is a bit unreliable still) * status: Add -r to show results of a build * Remove DURATION_FORMAT and always show HH:MM:SS to avoid wrapping at 24 hours back to 00. * Improvements to internal timestamp utility * Fixes for update_stats lock crashes * Fixes for 'make clean' crashes which typically crashes a builder * Avoid restarting jail on build start to help with lock contention
Notes
Notes: svn path=/head/; revision=358428
Diffstat (limited to 'ports-mgmt/poudriere-devel/pkg-plist')
-rw-r--r--ports-mgmt/poudriere-devel/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/poudriere-devel/pkg-plist b/ports-mgmt/poudriere-devel/pkg-plist
index 92b11c43b014..99210c883154 100644
--- a/ports-mgmt/poudriere-devel/pkg-plist
+++ b/ports-mgmt/poudriere-devel/pkg-plist
@@ -63,11 +63,11 @@ man/man8/poudriere.8.gz
%%DATADIR%%/html/robots.txt
%%DATADIR%%/include/common.sh.dragonfly
%%DATADIR%%/include/common.sh.freebsd
+%%DATADIR%%/include/colors.sh
%%DATADIR%%/include/display.sh
%%DATADIR%%/include/fs.sh
%%DATADIR%%/include/hash.sh
%%DATADIR%%/include/html.sh
-%%DATADIR%%/include/messages.sh
%%DATADIR%%/include/parallel.sh
%%DATADIR%%/jail.sh
%%DATADIR%%/options.sh