Evince Upgrade Error shell command failed

2011-02-08 Thread Jasper Frumau
Wanted to to an upgrade and it failed with evince: $ sudo port upgrade installed Password: --- Computing dependencies for evince --- Building evince Error: Target org.macports.build returned: shell command failed (see log for details) Log for evince is at:

Re: Evince Upgrade Error shell command failed

2011-02-08 Thread Ryan Schmidt
On Feb 8, 2011, at 07:33, Jasper Frumau wrote: Wanted to to an upgrade and it failed with evince: $ sudo port upgrade installed Password: --- Computing dependencies for evince --- Building evince Error: Target org.macports.build returned: shell command failed (see log for details)

Re: MacPorts Leopard + Apache 2.2.17 + PHP 5.3.5 + WordPress 3.0.4 + 1 million or so users per month issue

2011-02-08 Thread Betty Bronner
I've taken the whole setup live on our production server. Works like a charm. Also, the bug with RSS feeds that was cropping up is no longer there and the system is performing better than ever. So, it was either Apache, a combination of that version of Apache with that version of PHP as a

port callback example

2011-02-08 Thread James Gregurich
I'm trying to figure out how to add a callback to a port such that the function gets called if it exists. Can someone point me to an example of how to properly set that pattern up? -James ___ macports-users mailing list

Re: port callback example

2011-02-08 Thread Daniel J. Luke
On Feb 8, 2011, at 5:11 PM, James Gregurich wrote: I'm trying to figure out how to add a callback to a port such that the function gets called if it exists. Can someone point me to an example of how to properly set that pattern up? It might help if you would explain what you're actually

Re: port callback example

2011-02-08 Thread James Gregurich
muniversal overrides configure. In that function, there is a loop over universal_archs_to_use. I want the portfile to be able intercept each iteration of that loop and take an action based on the current configure.XXX variables. the reason for the need: To build the boost port for arm, I

Re: port callback example

2011-02-08 Thread Daniel J. Luke
On Feb 8, 2011, at 5:38 PM, James Gregurich wrote: muniversal overrides configure. In that function, there is a loop over universal_archs_to_use. I want the portfile to be able intercept each iteration of that loop and take an action based on the current configure.XXX variables. I don't

Re: port callback example

2011-02-08 Thread Ryan Schmidt
On Feb 8, 2011, at 16:38, James Gregurich wrote: muniversal overrides configure. In that function, there is a loop over universal_archs_to_use. I want the portfile to be able intercept each iteration of that loop and take an action based on the current configure.XXX variables. I don't