Bug 192781 - add ksh and zsh to shebangfix.mk
Summary: add ksh and zsh to shebangfix.mk
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-18 13:14 UTC by Pavel Timofeev
Modified: 2014-08-18 19:36 UTC (History)
0 users

See Also:


Attachments
add ksh and zsh to shebangfix.mk (732 bytes, patch)
2014-08-18 13:14 UTC, Pavel Timofeev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2014-08-18 13:14:27 UTC
Created attachment 145957 [details]
add ksh and zsh to shebangfix.mk

Just a small patch for shebangfix.mk.

I encountered with absence of ksh in shebangfix.mk when I was tring to make a squid34 port.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-18 18:36:17 UTC
I'm not sure who to assign this to.  I'll start with portmgr.
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2014-08-18 18:45:38 UTC
pgpmoose and scripts use /bin/ksh in some shebangs so this part looks reasonable

I couldn't find any port using /bin/zsh,  for which port is this needed?
Comment 3 Pavel Timofeev 2014-08-18 18:47:20 UTC
To be honest I don't know ports which use zsh.
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-08-18 19:35:35 UTC
A commit references this bug:

Author: antoine
Date: Mon Aug 18 19:34:46 UTC 2014
New revision: 365345
URL: http://svnweb.freebsd.org/changeset/ports/365345

Log:
  Add ksh support to USES=shebangfix

  PR:		ports/192781
  Submitted by:	timp87
  With hat:	portmgr

Changes:
  head/Mk/Uses/shebangfix.mk
Comment 5 Antoine Brodin freebsd_committer freebsd_triage 2014-08-18 19:36:44 UTC
The ksh part has been committed.
For the zsh part, 0 port need it currently.