Commit request for Ticket #30499

2011-08-06 Thread Tom Davis
I would like to commit the Portfile patch and the patch file attached to ticket #30499. I'm the maintainer for the iguanaIR port but unsure how changes get committed. Hopefully, this is an acceptable way to get it done. If not please point me to info on the correct approach. Thanks, Tom __

Re: [MacPorts] #23770: iguanaIR portfile submission

2010-02-19 Thread Tom Davis
My mistake. It should be: master_siteshttp://iguanaworks.net/downloads On Feb 19, 2010, at 8:05 AM, MacPorts wrote: > #23770: iguanaIR portfile submission > ---+ > Reporter: tomlda...@…| Owner: macpor

Re: Library search paths, daemon startupitem and launchd

2010-01-25 Thread Tom Davis
Thanks. This looks like a winner. Tom On Jan 25, 2010, at 6:22 PM, David Osguthorpe wrote: > On Mon, Jan 25, 2010 at 04:47:28PM -0700, Ryan Schmidt wrote: >> >> Right, this line is the problem. For correct functionality, it should list >> the full path to the library, i.e. >> >> /opt/lo

Re: Library search paths, daemon startupitem and launchd

2010-01-25 Thread Tom Davis
the settings afforded to > you through the plist. If it cannot help you, create a wrapper script that > sets up your environment and then launches the binary. > > On Jan 25, 2010, at 4:16 PM, Tom Davis wrote: > >> Hello, >> >> I'm trying to write a portfil

Re: Library search paths, daemon startupitem and launchd

2010-01-25 Thread Tom Davis
Rett:~ tom$ otool -D /opt/local/lib/libiguanaIR.dylib /opt/local/lib/libiguanaIR.dylib: libiguanaIR.dylib How do I get it to have an absolute path? libiguanaIR.dylib is built at the same time as igdaemon. So gcc doesn't know where its going to end up the directory structure. Can I assign it an

Library search paths, daemon startupitem and launchd

2010-01-25 Thread Tom Davis
Hello, I'm trying to write a portfile for iguanaIR (http://iguanaworks.net/projects/IguanaIR). I'm having difficulties starting a daemon using startupitem.executable. When I try to start the daemon with: sudo launchctl load -w /Library/LaunchDaemons/org.macports.iguanaIR.plist igdaemo