aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-02-04 21:05:35 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-02-04 21:05:35 +0000
commitf33f6793e71969e628eaef31a715394969b0dba8 (patch)
treef12ddf57db43e69116cf02dcb54974c5f3dafe27 /UPDATING
parent5ebd680c09068cc41bcba92fa422a0d32a0fed6e (diff)
downloadports-f33f6793e71969e628eaef31a715394969b0dba8.tar.gz
ports-f33f6793e71969e628eaef31a715394969b0dba8.zip
UPDATING: Add poudriere examples
Reported by: leres
Notes
Notes: svn path=/head/; revision=460950
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 7 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 046a22abf36d..7e5cebd9f2db 100644
--- a/UPDATING
+++ b/UPDATING
@@ -33,8 +33,13 @@ you update your ports collection, before attempting any port upgrades.
# pkg install emacs-devel_nox
For those building their own packages, a flavor other than the default must be
- specified. For example, to build editors/emacs with the nox flavor, or to
- build a port using Emacs with the devel_full flavor use
+ specified. For example, to build the nox flavor of editors/emacs, or to build
+ the devel_full flavor of a port using Emacs, use
+
+ # poudriere bulk -j 11amd64 editors/emacs@nox
+ # poudriere bulk -j 11amd64 print/pdf-tools@devel_full
+
+ or
# make FLAVOR=nox install
# make FLAVOR=devel_full