[Bug 200428] [patch] allow custom PATCH_PATH_SEPARATOR defined in port

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 15 09:00:09 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200428

--- Comment #6 from Olli Hauer <ohauer at FreeBSD.org> ---
Existing files will be honored, however in case there is not already an
existing patch a file with '_' in the name will not generate patches reflecting
the file name since the '_' in the file name will be replaced by '__'.

So for a file with the name 'foo_bar.c' a patch like this will be created
'patch-foo__bar.c' 
As you see the file name was altered by makepatch which was not the case
before.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list