| Summary: | Imporve Porters Handbook section 4.4 - Patching | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Aldis Berjoza <aldis> | ||||||
| Component: | Books & Articles | Assignee: | Gabor Pali <pgj> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Aldis Berjoza
2010-06-01 05:40:03 UTC
--- book.sgml 2010-08-25 02:55:41.000000000 -0700
+++ book.sgml 2010-09-02 13:18:58.000000000 -0700
@@ -735,6 +735,16 @@
<programlisting>USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.(c|cpp|h)</programlisting>
+
+ <para>If you want to create a patch file based off of an original
+ file, you can copy the original file to a <emphasis>.orig</emphasis>
+ extension and then modify the original file. Run <maketarget>makepatch
+ </maketarget>, and this will write out an appropriate patch file
+ to the files directory of the port. If you feel the &os; community
+ would benefit from your patch, you
+ may <ulink
+ url="&url.base;/send-pr.html">submit a problem report</ulink> for
+ consideration.</para>
</sect1>
<sect1 id="slow-configure">
Responsible Changed From-To: freebsd-doc->pgj I take this. Hey Jason, I have reviewed and refined your patch. Please take a look at it. :g pgj 2010-09-05 17:26:26 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml
Log:
- Add more information on patching, i.e. how to:
- Escape underscores in patch file names
- Create patches by using the "makepatch" make(1) target
PR: docs/147268
Submitted by: Aldis Berjoza <aldis@bsdroot.lv>
Patch by: Jason Helfman <jhelfman@e-e.com>
Revision Changes Path
1.1074 +15 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Some text has been added to address these issues. Thank you for your submission! |