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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 24 14:38:36 UTC 2015


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

            Bug ID: 200428
           Summary: [patch] allow custom PATCH_PATH_SEPARATOR defined in
                    port
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: ohauer at FreeBSD.org
                CC: freebsd-ports-bugs at FreeBSD.org
          Keywords: patch

Created attachment 157100
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157100&action=edit
[patch] makepatch target PATCH_PATH_SEPARATOR

For ports containing '_' in files (apache has a lot of them) the new makepatch
target generates patch files where the name of the file is changed.

For example a patch for 'modules/ssl/ssl_engine_dh.c'
old: files/patch-modules__ssl_ssl_engine_dh.c
new: files/patch-modules_ssl_ssl__engine__dh.c (file name altered)

With the old style the file name part was not altered and it was clear where
the patch applies.

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


More information about the freebsd-ports-bugs mailing list