Page MenuHomeFreeBSD

Add /usr/local/bin/* old cmd patterns to shebangfix
ClosedPublic

Authored by AMDmi3 on Apr 17 2017, 7:29 PM.
Tags
None
Referenced Files
F149770583: D10412.id27572.diff
Thu, Mar 26, 11:12 PM
F149739729: D10412.id27572.diff
Thu, Mar 26, 4:28 PM
Unknown Object (File)
Sat, Mar 21, 8:04 AM
Unknown Object (File)
Fri, Mar 20, 9:50 PM
Unknown Object (File)
Fri, Mar 20, 9:04 AM
Unknown Object (File)
Thu, Mar 19, 9:28 AM
Unknown Object (File)
Fri, Mar 13, 2:17 AM
Unknown Object (File)
Feb 25 2026, 1:29 AM
Subscribers

Details

Summary

/usr/local/bin/* shebangs are pretty common (for instance,
/usr/local/bin/python used in python itself), so add them to
shebangfix. This will help to fix python shebangs and better
respect PREFIX in some places.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rene added a subscriber: rene.

Ah, this is to replace hard-coded "/usr/local" with ${LOCALBASE}

This revision is now accepted and ready to land.Apr 19 2017, 11:07 AM
In D10412#216218, @rene wrote:

Ah, this is to replace hard-coded "/usr/local" with ${LOCALBASE}

Not only, also to replace "python" with "python${PYTHON_VER}"

This revision was automatically updated to reflect the committed changes.