Re: Looking for a port that installs a .app in /Applications/MacPorts/

2009-11-05 Thread dreamcat four
CocoaDialog is another. They all appear to belong in the group named aqua. $ ls /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/ On Thu, Nov 5, 2009 at 5:33 PM, Jochen Küpper kuepper.joc...@googlemail.com wrote: On 05.11.2009, at 17:26, Fernando Nasser wrote: Hi all, I

daemondo / launchd just being silly on me

2009-11-08 Thread dreamcat four
Hi, I've got the following: $ gem install stompserver Portfile: startupitem.create yes startupitem.namerb-stompserver startupitem.logevents yes startupitem.logfile /var/log/stompserver.log startupitem.pidfile auto /var/log/stompserver.pid

Re: daemondo / launchd just being silly on me

2009-11-08 Thread dreamcat four
Well, Heres the launchd log with debugging switched on. dreamcat4 dreamc...@gmail.com stompserver-launchd-debug.log Description: Binary data ___ macports-users mailing list macports-users@lists.macosforge.org

Re: daemondo / launchd just being silly on me

2009-11-09 Thread dreamcat four
On Mon, Nov 9, 2009 at 1:51 AM, Scott Haneda talkli...@newgeo.com wrote: I do not know anything about stompserver.  How I would debug this... Can you start the server by hand, on the command line?  If so, sounds like you are doing pretty good.  Are you sure that --working_dir=/var is correct?

Re: daemondo / launchd just being silly on me

2009-11-10 Thread dreamcat four
Hello again, The root of my problem: On Sun, Nov 8, 2009 at 7:39 PM, dreamcat four dreamc...@gmail.com wrote: startupitem.executable  ${prefix}/lib/ruby/gems/1.8/bin/stompserver --working_dir /var which creates the attached plist file. But for the life of me it just won't start. It turns

Re: daemondo / launchd just being silly on me

2009-11-10 Thread dreamcat four
Created Ticket #22449 http://trac.macports.org/ticket/22449 Hmm, maybe its worth to file a bug report just to improve the documentation slightly. dreamcat4 dreamc...@gmail.com ___ macports-users mailing list macports-users@lists.macosforge.org

Re: +fpm variant in php5 Portfile

2009-11-19 Thread dreamcat four
Yeah you might want to check where libevent got installed. --with-libevent=${prefix} It seems to look in /opt/local/lib for /opt/local/lib/libevent.a ? Maybe macports differentiates between build dependancies and runtime (executable) dependancies? (libevent is a build-time dependancy).

Re: +fpm variant in php5 Portfile

2009-11-19 Thread dreamcat four
will link to libevent.so and query event_get_version() for a numeric string. It seems max os-x uses .dylib extension instead of .so. But it should still work! `cc -levent` I'm utterly bamboozled, to be honest. On Thu, Nov 19, 2009 at 5:08 PM, dreamcat four dreamc...@gmail.com wrote: Yeah you

Failed zlib check...

2010-01-05 Thread dreamcat four
Hi, I tried installing some new software today which required a `port upgrade curl`. After a `port selfupdate`, then upgrading Curl failed with: --- Computing dependencies for curl --- Configuring curl Error: Target org.macports.configure returned: lipo: can't open input file:

Re: Failed zlib check...

2010-01-06 Thread dreamcat four
Thanks Ryan, That worked just fine. On Wed, Jan 6, 2010 at 12:45 AM, Ryan Schmidt ryandes...@macports.org wrote: sudo port -dn upgrade --force zlib 21 | tee ~/Desktop/zlib.txt ___ macports-users mailing list macports-users@lists.macosforge.org