svn commit: r460950 - head

Joseph Mingrone jrm at FreeBSD.org
Sun Feb 4 21:05:36 UTC 2018


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 at nox
+     # poudriere bulk -j 11amd64 print/pdf-tools at devel_full
+
+  or
 
      # make FLAVOR=nox install
      # make FLAVOR=devel_full


More information about the svn-ports-head mailing list