Re: slapd

2009-03-13 Thread Ryan Schmidt
On Mar 8, 2009, at 10:57, C#4/135 D4/w!~ wrote: I have here Port openldap contains: /Library/LaunchDaemons/org.macports.slapd.plist /Volumes/…/opt/etc/LaunchDaemons/org.macports.slapd/ org.macports.slapd.plist and some more. Picking one and trying: $ launchctl load /Volumes/…/opt/etc/Laun

Re: Error in mod_wsgi Portfile?

2009-03-13 Thread Ryan Schmidt
On Mar 10, 2009, at 12:20, Francis Devereux wrote: I think that the message printed by www/mod_wsgi/Portfile is incorrect. The line that currently reads: ui_msg "# LoadModule python_module modules/mod_wsgi.so" should read: ui_msg "# LoadModule wsgi_module modules/mod_wsgi.so" If th

Re: compiling libpangocairo

2009-03-13 Thread Ryan Schmidt
On Mar 11, 2009, at 16:56, kalinski wrote: i switched from linux to macosx (äh shame on me) Not at all -- Welcome to Macintosh! and i am used to compile stuff myself with the well known configure, make, make install so for the nice program jamin (an audio tool) i got a binary which doesnt w

Re: Failed to fetch patch-bind.diff for php5

2009-03-13 Thread Ryan Schmidt
On Mar 11, 2009, at 20:13, Sven Haiges wrote: Since then I created a local repository as I need to make a small change in the way php5 is compiled (I needed to include the mysqli option in the build). php5 already includes mysqli support. Simply use the +mysql5 variant. __

Re: freetype mailing to build

2009-03-13 Thread Ryan Schmidt
On Mar 12, 2009, at 07:24, Noah wrote: Any clues why freetype is failing to build and how can I fix this issue? This issue has been reported to me a handful of times. See e.g. http://trac.macports.org/ticket/18232 Unfortunately, I have absolutely no idea why it occurs. I recommend you wri

Re: Cannot upgrade perl5.8 - registry error

2009-03-13 Thread Ryan Schmidt
On Mar 11, 2009, at 19:53, Scott Haneda wrote: You can also issue `port installed | grep perl` and see what version Mac Ports has installed. Or more simply: port installed perl* ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Ryan Schmidt
On Mar 13, 2009, at 11:17, Bradley Giesbrecht wrote: port installed | sed '1d' | awk '{print $1$2}' > installed.txt port -f uninstall installed for item in $(cat installed.txt); do port install $item done On Mar 13, 2009, at 11:27, Bradley Giesbrecht wrote: Whoops, need to remove +darwin_8.

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Ryan Schmidt
On Mar 13, 2009, at 23:37, Rainer Müller wrote: On 14.03.2009 4:46 Uhr, Bradley Giesbrecht wrote: Thank you Rainer. Is the command that resulted in the installation recorded anywhere? You lost me on that one. What do you mean by "command"? I think he means if you have a port, say zlib, th

Re: hdf5 and gcc43 option?

2009-03-13 Thread William Davis
On Mar 14, 2009, at 12:59 AM, Yolande Serra wrote: Did you install hdf5-18 or hdf5? -Y. On Mar 13, 2009, at 7:05 PM, William Davis wrote: On Mar 13, 2009, at 5:12 PM, Yolande Serra wrote: Hi, has anyone gotten the hdf5 port with the gcc43 and fortran variants to compile on an intel mac r

Re: hdf5 and gcc43 option?

2009-03-13 Thread Yolande Serra
Did you install hdf5-18 or hdf5? -Y. On Mar 13, 2009, at 7:05 PM, William Davis wrote: On Mar 13, 2009, at 5:12 PM, Yolande Serra wrote: Hi, has anyone gotten the hdf5 port with the gcc43 and fortran variants to compile on an intel mac running 10.5.6? thanks, Yolande Just did. smooth

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Rainer Müller
On 14.03.2009 4:46 Uhr, Bradley Giesbrecht wrote: > Thank you Rainer. > > Is the command that resulted in the installation recorded anywhere? You lost me on that one. What do you mean by "command"? Rainer ___ macports-users mailing list macports-users@

Re: general advice about making a portfile and a binary package?

2009-03-13 Thread Rainer Müller
On 14.03.2009 4:26 Uhr, Allen McBride wrote: > Even though I'm not a developer, I've been looking for ways to help > make it easier for Mac users to install GNU Solfege. If one has the > dependencies (I have them thanks to all the MacPorts stuff I've > installed, I think), Solfege will compi

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Bradley Giesbrecht
On Mar 13, 2009, at 2:30 PM, Rainer Müller wrote: On 13.03.2009 21:59 Uhr, Bradley Giesbrecht wrote: Where would I look to find all the arch variants? Basically everything is possible. They are set using a platform statement, documented in the guide [1]. platform os [version] [arch] {} If

general advice about making a portfile and a binary package?

2009-03-13 Thread Allen McBride
Hello all, Even though I'm not a developer, I've been looking for ways to help make it easier for Mac users to install GNU Solfege. If one has the dependencies (I have them thanks to all the MacPorts stuff I've installed, I think), Solfege will compile with ./configure, make, sudo make i

Re: hdf5 and gcc43 option?

2009-03-13 Thread William Davis
On Mar 13, 2009, at 5:12 PM, Yolande Serra wrote: Hi, has anyone gotten the hdf5 port with the gcc43 and fortran variants to compile on an intel mac running 10.5.6? thanks, Yolande Just did. smooth as silk. First time I've used gcc43 and Im impressed. William Davis frstanATbellsouthDOT

readline 6 and (i)python

2009-03-13 Thread M Trumpis
There's something funny going on with python's readline module when I upgrade to a new readline 6 (and subsequently rebuild py25-readline). When I'm using ipython (which takes advantage of tab completion), the tab completion appends a space character at the end of the completed string. This shouldn

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Rainer Müller
On 13.03.2009 21:59 Uhr, Bradley Giesbrecht wrote: > Where would I look to find all the arch variants? Basically everything is possible. They are set using a platform statement, documented in the guide [1]. platform os [version] [arch] {} If you are on a darwin system, you should only find sel

hdf5 and gcc43 option?

2009-03-13 Thread Yolande Serra
Hi, has anyone gotten the hdf5 port with the gcc43 and fortran variants to compile on an intel mac running 10.5.6? thanks, Yolande ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/ma

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Bradley Giesbrecht
On Mar 13, 2009, at 10:17 AM, Joshua Root wrote: Bradley Giesbrecht wrote: On Mar 13, 2009, at 9:17 AM, Bradley Giesbrecht wrote: On Mar 13, 2009, at 8:44 AM, Joshua Root wrote: Bradley Giesbrecht wrote: On Mar 12, 2009, at 10:43 PM, Bryan Blackburn wrote: On Thu, Mar 12, 2009 at 09:5

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Joshua Root
Bradley Giesbrecht wrote: > > On Mar 13, 2009, at 9:17 AM, Bradley Giesbrecht wrote: > >> >> On Mar 13, 2009, at 8:44 AM, Joshua Root wrote: >> >>> Bradley Giesbrecht wrote: On Mar 12, 2009, at 10:43 PM, Bryan Blackburn wrote: > On Thu, Mar 12, 2009 at 09:57:17PM -0700, Jerry said:

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Bradley Giesbrecht
On Mar 13, 2009, at 9:17 AM, Bradley Giesbrecht wrote: On Mar 13, 2009, at 8:44 AM, Joshua Root wrote: Bradley Giesbrecht wrote: On Mar 12, 2009, at 10:43 PM, Bryan Blackburn wrote: On Thu, Mar 12, 2009 at 09:57:17PM -0700, Jerry said: I just upgraded the OS from Tiger to Leopard on PPC.

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Bradley Giesbrecht
On Mar 13, 2009, at 8:44 AM, Joshua Root wrote: Bradley Giesbrecht wrote: On Mar 12, 2009, at 10:43 PM, Bryan Blackburn wrote: On Thu, Mar 12, 2009 at 09:57:17PM -0700, Jerry said: I just upgraded the OS from Tiger to Leopard on PPC. Do I need to re- install any or all of my MacPorts stuf

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Joshua Root
Bradley Giesbrecht wrote: > On Mar 12, 2009, at 10:43 PM, Bryan Blackburn wrote: > >> On Thu, Mar 12, 2009 at 09:57:17PM -0700, Jerry said: >>> I just upgraded the OS from Tiger to Leopard on PPC. Do I need to re- >>> install any or all of my MacPorts stuff? >> >> Yes, unfortunately MacPorts doesn

Re: Re-do MacPorts after upgrading from Tiger to Leopard on PPC?

2009-03-13 Thread Bradley Giesbrecht
On Mar 12, 2009, at 10:43 PM, Bryan Blackburn wrote: On Thu, Mar 12, 2009 at 09:57:17PM -0700, Jerry said: I just upgraded the OS from Tiger to Leopard on PPC. Do I need to re- install any or all of my MacPorts stuff? Yes, unfortunately MacPorts doesn't handle that case well since many port

Error upgrading evolution-data-server

2009-03-13 Thread Frank J. R. Hanstick
Hello, The following error occurred when upgrading evolution-data-server via sudo port upgrade installed: /usr/bin/gcc-4.0 ${wl}-undefined ${wl}dynamic_lookup -o .libs/ libcamelpop3.so -bundle .libs/camel-pop3-engine.o .libs/camel-pop3- folder.o .libs/camel-pop3-provider.o .libs/camel-pop3