diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-04 21:05:35 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-04 21:05:35 +0000 |
commit | f33f6793e71969e628eaef31a715394969b0dba8 (patch) | |
tree | f12ddf57db43e69116cf02dcb54974c5f3dafe27 /UPDATING | |
parent | 5ebd680c09068cc41bcba92fa422a0d32a0fed6e (diff) | |
download | ports-f33f6793e71969e628eaef31a715394969b0dba8.tar.gz ports-f33f6793e71969e628eaef31a715394969b0dba8.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |