svn commit: r358428 - head/ports-mgmt/poudriere-devel
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jun 19 15:04:32 UTC 2014
Author: bdrewery
Date: Thu Jun 19 15:04:31 2014
New Revision: 358428
URL: http://svnweb.freebsd.org/changeset/ports/358428
QAT: https://qat.redports.org/buildarchive/r358428/
Log:
- 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
Modified:
head/ports-mgmt/poudriere-devel/Makefile
head/ports-mgmt/poudriere-devel/distinfo
head/ports-mgmt/poudriere-devel/pkg-plist
Modified: head/ports-mgmt/poudriere-devel/Makefile
==============================================================================
--- head/ports-mgmt/poudriere-devel/Makefile Thu Jun 19 15:00:15 2014 (r358427)
+++ head/ports-mgmt/poudriere-devel/Makefile Thu Jun 19 15:04:31 2014 (r358428)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 3.0.99.20140517
-PORTREVISION= 1
+PORTVERSION= 3.0.99.20140619
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
http://fossil.etoilebsd.net/poudriere/tarball/
@@ -16,7 +15,7 @@ LICENSE= BSD2CLAUSE
CONFLICTS_INSTALL= poudriere-[0-9]*
-FSL_CHKIN= 33c926770a
+FSL_CHKIN= df5632bbea
GNU_CONFIGURE= yes
ETCDIR= ${PREFIX}/etc/poudriere.d
Modified: head/ports-mgmt/poudriere-devel/distinfo
==============================================================================
--- head/ports-mgmt/poudriere-devel/distinfo Thu Jun 19 15:00:15 2014 (r358427)
+++ head/ports-mgmt/poudriere-devel/distinfo Thu Jun 19 15:04:31 2014 (r358428)
@@ -1,2 +1,2 @@
-SHA256 (poudriere-3.0.99.20140517.tar.gz?uuid=33c926770a) = 9211a6431961981ec2b5c23f0459603ad921caeefe6757c0aba0c066d5be6c12
-SIZE (poudriere-3.0.99.20140517.tar.gz?uuid=33c926770a) = 2685142
+SHA256 (poudriere-3.0.99.20140619.tar.gz?uuid=df5632bbea) = 7338b2d548553222aabdf04478283e97e41e1dd6d884bb1207740fc5accf9302
+SIZE (poudriere-3.0.99.20140619.tar.gz?uuid=df5632bbea) = 2688887
Modified: head/ports-mgmt/poudriere-devel/pkg-plist
==============================================================================
--- head/ports-mgmt/poudriere-devel/pkg-plist Thu Jun 19 15:00:15 2014 (r358427)
+++ head/ports-mgmt/poudriere-devel/pkg-plist Thu Jun 19 15:04:31 2014 (r358428)
@@ -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
More information about the svn-ports-all
mailing list