Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2015 14:38:35 +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@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: ohauer@FreeBSD.org
                CC: freebsd-ports-bugs@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.



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