Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 09:00:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200428] [patch] allow custom PATCH_PATH_SEPARATOR defined in port
Message-ID:  <bug-200428-13-T8MWhEMnck@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200428-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200428-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200428

--- Comment #6 from Olli Hauer <ohauer@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200428-13-T8MWhEMnck>