| Summary: | Use new patch naming convention in Porter's Handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Gabor Kovesdan <gabor.kovesdan> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | gabor.kovesdan | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Gabor Kovesdan
2005-12-16 20:30:03 UTC
On Fri, Dec 16, 2005 at 09:29:33PM +0100, Gabor Kovesdan wrote:
> According to http://wikitest.freebsd.org/moin.cgi/PortsLongtermTargets the new
> patch naming convention requires to use :: signs for specifying paths in the
> patch filenames, e.g. patch-src::config.c, but Porter's Handbook describes the
> old naming convention, e.g. patch-src-config.c.
Then the wiki is wrong. The Porter's Handbook is correct.
Is the other part of your change still relevant even with this being the case?
Mark Linimon wrote: >On Fri, Dec 16, 2005 at 09:29:33PM +0100, Gabor Kovesdan wrote: > > >>According to http://wikitest.freebsd.org/moin.cgi/PortsLongtermTargets the new >>patch naming convention requires to use :: signs for specifying paths in the >>patch filenames, e.g. patch-src::config.c, but Porter's Handbook describes the >>old naming convention, e.g. patch-src-config.c. >> >> > >Then the wiki is wrong. The Porter's Handbook is correct. > >Is the other part of your change still relevant even with this being the case? > > No. So, if I make a port, I should use the patch-src-config.c form instead of patch-src::config.c? On Fri, Dec 16, 2005 at 10:12:48PM +0100, Kövesdán Gábor wrote:
> No. So, if I make a port, I should use the patch-src-config.c form
> instead of patch-src::config.c?
Correct.
State Changed From-To: open->closed Oh you got it backwards. :: is old way and should not be used for new work. The wiki page is merely tracking a progress of getting rid of ::'s. The text in the header is a longterm target of "not using :: in patchfile name". |