svn commit: r363361 - in head/editors/fte: . files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Aug 1 06:20:47 UTC 2014


On Fri, Aug 01, 2014 at 08:13:53AM +0200, John Marino wrote:
> logic flaw: You can't just replace "/" with "-" or "_" without altering
> "-" or "_" in the filename.
> 
> example, given these files:
>   ${WRKSRC}/alpha-bravo
>   ${WRKSRC}/alpha/bravo
> 
> if you replace "/" with "-", both have the same suggested patch name.
> You need to alter the hyphen in alpha-bravo first.

Basically right now one patch will overwrite another conflicting one, which
ever comes first.  I think I can add a check beforea > $${OUT} and issue an
error and refuse to overwrite a file, or maybe just warn.  Which you prefer?

./danfe


More information about the svn-ports-all mailing list