From owner-svn-ports-head@freebsd.org Sun Feb 4 21:05:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69931EC814D; Sun, 4 Feb 2018 21:05:36 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F79A72799; Sun, 4 Feb 2018 21:05:36 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1080B1F5C5; Sun, 4 Feb 2018 21:05:36 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w14L5Z72053291; Sun, 4 Feb 2018 21:05:35 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w14L5ZAI053290; Sun, 4 Feb 2018 21:05:35 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201802042105.w14L5ZAI053290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 4 Feb 2018 21:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460950 - head X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 460950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2018 21:05:36 -0000 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