Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2018 21:05:35 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460950 - head
Message-ID:  <201802042105.w14L5ZAI053290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sun Feb  4 21:05:35 2018
New Revision: 460950
URL: https://svnweb.freebsd.org/changeset/ports/460950

Log:
  UPDATING: Add poudriere examples
  
  Reported by:	leres

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Feb  4 20:56:45 2018	(r460949)
+++ head/UPDATING	Sun Feb  4 21:05:35 2018	(r460950)
@@ -33,8 +33,13 @@ you update your ports collection, before attempting an
      # 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802042105.w14L5ZAI053290>