Summary: | Mk/Uses/libtool.mk: don't use the default backup suffix | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
Component: | Ports Framework | Assignee: | Jan Beich <jbeich> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | autotools, portmgr, tijl | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Looks good to me. Over to portmgr for approval. Take, I will exp-run this with the patch from bug #194393 Looks good, approved. A commit references this bug: Author: jbeich Date: Mon Feb 16 07:56:48 UTC 2015 New revision: 379071 URL: https://svnweb.freebsd.org/changeset/ports/379071 Log: Don't use the default backup suffix Rename backup file in order to avoid conflict with default suffix as used by REINPLACE_CMD in post-patch. This facilitates reviewing changes done by each step after the build. PR: 197502 Exp-run by: antoine Approved by: autotools (tijl, maintainer) Approved by: portmgr (antoine) Approved by: mentors (implicit) Changes: head/Mk/Uses/libtool.mk -1 tab for alignment in the commit. Hopefully, I didn't overstep my boundaries on the first try with Mk/* stuff. |
Created attachment 152826 [details] -i .libtool.bak Rename in order to not make maintainer's life harder with |make makepatch| or |diff configure{.bak,}|. This is similar to run-autotools-fixup.