Bug 192781

Summary: add ksh and zsh to shebangfix.mk
Product: Ports & Packages Reporter: Pavel Timofeev <timp87>
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
add ksh and zsh to shebangfix.mk none

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.