shebangfix for /bin/sh

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 25 13:48:57 UTC 2014


On Tue, Mar 25, 2014 at 09:36:37AM -0400, Steven Kreuzer wrote:
> On Fri, Mar 14, 2014 at 1:08 PM, Steven Kreuzer <skreuzer at freebsd.org> wrote:
> > Hi All-
> >
> > I am in the process of cleaning up sysutils/DTraceToolkit and I would
> > like to make use of USES=shebangfix
> >
> > However, it looks like on solaris, sh is /usr/bin/sh so I would like
> > to propose the following change:
> >
> > http://people.freebsd.org/~skreuzer/patches/shebang.patch
> 
> Can someone from portmgr chime in on this? I would like to get it committed so
> I can commit some changes to sysutils/DTraceToolkit
> 
> Thanks

How many ports are concerned?

if just one there is no need to add this into shebangfix.mk

just do it in the DTraceToolkit port:
USES=	shebangfix
sh_OLD_CMD=	/usr/bin/sh
sh_CMD=	${SH}
SHEBANG_LANG	sh

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20140325/dcae1a5f/attachment.sig>


More information about the freebsd-ports mailing list