From owner-svn-doc-head@FreeBSD.ORG Tue Apr 15 12:42:29 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 E4EF6934; Tue, 15 Apr 2014 12:42:29 +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 D1ED81606; Tue, 15 Apr 2014 12:42:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FCgT3t026021; Tue, 15 Apr 2014 12:42:29 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3FCgTQH026020; Tue, 15 Apr 2014 12:42:29 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201404151242.s3FCgTQH026020@svn.freebsd.org> From: Mathieu Arnold Date: Tue, 15 Apr 2014 12:42:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44560 - head/en_US.ISO8859-1/books/porters-handbook/makefiles 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.17 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: Tue, 15 Apr 2014 12:42:30 -0000 Author: mat (ports committer) Date: Tue Apr 15 12:42:29 2014 New Revision: 44560 URL: http://svnweb.freebsd.org/changeset/doc/44560 Log: Add a note about the inline strip patch feature. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Apr 15 10:08:24 2014 (r44559) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Apr 15 12:42:29 2014 (r44560) @@ -1973,6 +1973,20 @@ EXTRACT_ONLY= source.tar.gzPATCHDIR directory—that directory may not be writable. + + If there are multiple patches and they need mixed values + for the strip parameter, it can be added alongside the patch + name in PATCHFILES, e.g: + + PATCHFILES= patch1 patch2:-p1 + + This does not conflict with the master site grouping + feature, the following also works: + + PATCHFILES= patch2:-p1:source2 + + The tarball will have been extracted alongside the regular source by then, so there is no need to explicitly