summaryrefslogtreecommitdiff
path: root/ports-mgmt/poudriere
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-08-16 10:11:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-08-16 10:11:05 +0000
commitb88e7c44507667970c5c085d12d6fed817240bce (patch)
tree85f01987d6db6338d4fdd2ed02fdcbfa2520965f /ports-mgmt/poudriere
parent- Update to 0.921 (diff)
- add a devel version of poudriere
- register conflicts between poudriere and poudriere-devel - poudriere devel brings: * support for ports using svn, svn+http, svn+ssh * improve jail building from sources (still experimental) * POUDRIERE_DATA is no more needed, if it doesn't exists it now looks for a data zfs FS which by default will be in ${BASEFS}/data * bulks now keep packages by default (incremental) (-k is gone replace by a -c to clean everything before starting) * bulks are now built in parallel (number of parallel built being hw.ncpu by default * cron directory is now autocreated and default location is the data dir * jails are now created and mounted by default in a sub FS (${BASEFS}/jails/<jailname> * ports tree are now created and mounted by default in a sub FS (${BASEFS}/ports/<portstreename> * tinderbox-style output for logs * logs are now created in data/logs/<buildtype>/<jailname>/<portstreename>/pkgname.log * lots of performance improvements
Notes
Notes: svn path=/head/; revision=302633
Diffstat (limited to 'ports-mgmt/poudriere')
-rw-r--r--ports-mgmt/poudriere/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ports-mgmt/poudriere/Makefile b/ports-mgmt/poudriere/Makefile
index a7e2f1b0af01..591df6736813 100644
--- a/ports-mgmt/poudriere/Makefile
+++ b/ports-mgmt/poudriere/Makefile
@@ -20,7 +20,10 @@ NO_BUILD= yes
MANCOMPRESSED= yes
MAN8= poudriere.8
-OPTIONS+= ZSH "Install zsh completion" off
+OPTIONS_DEFINE= ZSH
+ZSH_DESC= Install zsh completion
+
+CONFLICTS_INSTALL= poudriere-devel-*
PLIST_FILES= etc/poudriere.conf.sample \
bin/poudriere \