From owner-svn-doc-head@FreeBSD.ORG Sun May 25 13:07:58 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 067504A6; Sun, 25 May 2014 13:07:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E829D2EF9; Sun, 25 May 2014 13:07:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4PD7v57049014; Sun, 25 May 2014 13:07:57 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4PD7vnR049012; Sun, 25 May 2014 13:07:57 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201405251307.s4PD7vnR049012@svn.freebsd.org> From: Mathieu Arnold Date: Sun, 25 May 2014 13:07:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44947 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2014 13:07:58 -0000 Author: mat (ports committer) Date: Sun May 25 13:07:57 2014 New Revision: 44947 URL: http://svnweb.freebsd.org/changeset/doc/44947 Log: Document USE_PERL5=fixpacklist. Approved by: bcr Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Sun May 25 11:52:06 2014 (r44946) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Sun May 25 13:07:57 2014 (r44947) @@ -483,8 +483,11 @@ or modbuildtiny when Makefile.PL, Build.PL, or the Module::Build::Tiny - flavor of Build.PL is required. - Defaults to build run. + flavor of Build.PL is required. If + there is a .packlist referencing + ${STAGEDIR}, then + fixpacklist should be used to patch it. + It defaults to build run.