[MacPorts] #30998: New port: Marionette Collective
MacPorts
noreply at macports.org
Mon Mar 26 12:47:33 PDT 2012
#30998: New port: Marionette Collective
---------------------------------------+------------------------------------
Reporter: matt@… | Owner: macports-tickets@…
Type: submission | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.0.1
Keywords: | Port: mcollective
---------------------------------------+------------------------------------
Changes (by dports@…):
* port: => mcollective
Comment:
Replying to [ticket:30998 matt@…]:
> The only nit I found was that I needed to change the hashbang at the top
of the Ruby script installed as a daemon from "#!/usr/bin/env ruby" to
"#!${ruby.bin}" otherwise it couldn't find the support libraries when
installed with "port load ...". This only happened when running under
launchd, I could manually start it up so I'm not sure how best to fix it.
This makes sense; `env ruby` launches whatever `ruby` binary is in your
$PATH, and launchd is probably using an empty path. It's a good practice
to change this to the absolute path anyway -- there could be a different
ruby installation in the user's path, and we want to be sure we're using
the one we installed rb-stomp for.
--
Ticket URL: <https://trac.macports.org/ticket/30998#comment:1>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list