aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-10-26 23:18:13 +0800
committerbapt <bapt@FreeBSD.org>2012-10-26 23:18:13 +0800
commit3cc8ffcbf9b68343712181a3549c7190b6ca0fbc (patch)
tree75142586601446153838144c4a5f8b7f480fc2ec
parentb88fc25e8c884f8a7287ccb427c1d9915a20057b (diff)
downloadfreebsd-ports-gnome-3cc8ffcbf9b68343712181a3549c7190b6ca0fbc.tar.gz
freebsd-ports-gnome-3cc8ffcbf9b68343712181a3549c7190b6ca0fbc.tar.zst
freebsd-ports-gnome-3cc8ffcbf9b68343712181a3549c7190b6ca0fbc.zip
Update to checkins f21e916b8b
Main change is heavy parallelization (improves a lot bulk -a) Detailed changes: - Do not mount linsysfs anymore (allow builind linux-kdump) - Fix builders stuck in 'done:PORT' status when they were really idle - New TMPFS_DATA to allow having the pool,cache and other poudriere temporary files be stored in memory (important if using bulk -a) - Fix creating jail from allbsd - do not need anymore pkg_ on the host to build pkg_install bulks - Parallelize the dependency calculation - Parallelize sanity check - Speeds up walk through the queue - prevent inheriting compression on ports trees - Cleanup stale INDEX tmpfile, which is possible if user hits ctrl+c during index build - Parallelize queue ordering - Create a reverse pool to avoid the slow find -delete - Speed up detection of inpact of a failure - mount fdescfs by default (need from some java software) Feature safe: yes
-rw-r--r--ports-mgmt/poudriere-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile
index 082bffa86500..8697feee4f1d 100644
--- a/ports-mgmt/poudriere-devel/Makefile
+++ b/ports-mgmt/poudriere-devel/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= poudriere
-PORTVERSION= 2.2.99.20121017
+PORTVERSION= 2.2.99.20121026
CATEGORIES= ports-mgmt
MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/
PKGNAMESUFFIX= -devel
@@ -13,7 +13,7 @@ COMMENT= Port build and test system
LICENSE= BSD
-FSL_CHKIN= 98a87680a1
+FSL_CHKIN= f21e916b8b
NO_BUILD= yes
MANCOMPRESSED= yes