Re: GLew for MAC

2009-03-01 Thread Ryan Schmidt
On Mar 2, 2009, at 00:54, vinitha ks wrote: How do i create or download universal glew libaries for Leopard? After installing MacPorts, type this in a Terminal: sudo port install glew +universal Note that unless you want to use these compiled binaries on both an Intel Mac and a PowerPC

Re: problem building py25-boto

2009-03-01 Thread Bryan Blackburn
On Mon, Mar 02, 2009 at 05:16:59PM +1030, Clytie Siddall said: > > On 02/03/2009, at 5:12 PM, Bryan Blackburn wrote: > >> On Mon, Mar 02, 2009 at 04:50:52PM +1030, Clytie Siddall said: >> [...] >>> >>> I have exactly the same problem installing py25-lxml. I'm also on >>> Intel >>> 10.5.6; MacPort

GLew for MAC

2009-03-01 Thread vinitha ks
Hi, How do i create or download universal glew libaries for Leopard? Thanks. Did you know? You can CHAT without downloading messenger. Go to http://in.webmessenger.yahoo.com/ ___ macports-users mailing list macports-users@lists.macosforge.o

Re: problem building py25-boto

2009-03-01 Thread Clytie Siddall
On 02/03/2009, at 5:12 PM, Bryan Blackburn wrote: On Mon, Mar 02, 2009 at 04:50:52PM +1030, Clytie Siddall said: [...] I have exactly the same problem installing py25-lxml. I'm also on Intel 10.5.6; MacPorts was selfupdated before this installation attempt. Any help would be very much we

Re: problem building py25-boto

2009-03-01 Thread Bryan Blackburn
On Mon, Mar 02, 2009 at 04:50:52PM +1030, Clytie Siddall said: [...] > > I have exactly the same problem installing py25-lxml. I'm also on Intel > 10.5.6; MacPorts was selfupdated > before this installation attempt. Any help would be very much welcome. :) > [...] > DEBUG: Assembled command: 'cd "/

Re: problem building py25-boto

2009-03-01 Thread Clytie Siddall
Hi everyone :) Adam Mercer macports.org> writes: > > On Sun, Jan 25, 2009 at 01:42, John Joseph Bachir > gmail.com> wrote: > > I encountered this problem when trying to build py25-boto: > > > > $ sudo port install py25-boto > > ---> Building py25-boto > > Error: Target org.macports.build retu

Re: Spim Install Failure

2009-03-01 Thread David P. Henderson
On 01 Mar 2009, at 15:37, Scott Haneda wrote: I could be way wrong on this one, but this seems to be an issue that is being discussed in a few others threads. Thanks. I didn't do more than a cursory search of the archives since I couldn't find any way to search them other than reading thr

Re: apache2 location

2009-03-01 Thread Ryan Schmidt
On Mar 1, 2009, at 20:20, Bradley Giesbrecht wrote: How about moving collisions instead of over writing? /opt/local/var/macports/collisions/[datetime]/opt/local/share/man/ [existing-file] In fact, they do get moved. The old files get an extension ".mp_$ {timestamp}" I've noticed that. Mo

Re: apache2 location

2009-03-01 Thread Bradley Giesbrecht
On Mar 1, 2009, at 4:39 PM, Ryan Schmidt wrote: On Mar 1, 2009, at 11:39, Bradley Giesbrecht wrote: On Mar 1, 2009, at 3:34 AM, Ryan Schmidt wrote: On Mar 1, 2009, at 03:58, Scott Haneda wrote: On Feb 28, 2009, at 3:55 PM, Ryan Schmidt wrote: $ port installed apache* The following ports a

Re: apache2 location

2009-03-01 Thread Ryan Schmidt
On Mar 1, 2009, at 19:49, Bradley Giesbrecht wrote: On Mar 1, 2009, at 3:33 PM, Scott Haneda wrote: Also, where does MacPorts get the man pages from? Maybe they should just all be removed, then only the new ones get installed as you need them when you add in a p5? Can I simply rm all the

Re: apache2 location

2009-03-01 Thread Bradley Giesbrecht
On Mar 1, 2009, at 3:33 PM, Scott Haneda wrote: On Mar 1, 2009, at 9:39 AM, Bradley Giesbrecht wrote: Is it very common to have apache and apache2 installed at the same time? Looks like they conflict to me. They write the same files. Shouldn't they just be conflicted so you have to uninstal

Re: Perl error, once and for all

2009-03-01 Thread Vincent Lefevre
On 2009-03-02 01:18:41 +0100, Vincent Lefevre wrote: > Yes, but MacPorts should not override the user's settings (i.e. it > should test whether PERL5LIB is already set...). One should end up > with something like: > > if [ -n "$PERL5LIB" ]; then > PERL5LIB="${PERL5LIB}:/opt/local/lib/perl5/vendo

Re: Perl error, once and for all

2009-03-01 Thread Vincent Lefevre
On 2009-02-28 21:35:59 -0800, Bradley Giesbrecht wrote: > I just want to install something that needs a perl and a p5 module. Do I > really need to RTFM for that? MacPorts can do things for you or tell you what to do. Otherwise, yes, you should RTFM. But this is not specific to perl... > If I wa

Re: apache2 location

2009-03-01 Thread Ryan Schmidt
On Mar 1, 2009, at 11:39, Bradley Giesbrecht wrote: On Mar 1, 2009, at 3:34 AM, Ryan Schmidt wrote: On Mar 1, 2009, at 03:58, Scott Haneda wrote: On Feb 28, 2009, at 3:55 PM, Ryan Schmidt wrote: $ port installed apache* The following ports are currently installed: apache @1.3.41_0 apache2 @2

Re: Perl error, once and for all

2009-03-01 Thread Vincent Lefevre
On 2009-03-01 01:00:43 -0800, Scott Haneda wrote: > So, let me get this straight, if MacPorts was to install a .profile with > a certain PERL5LIB env var in it, this issue is solved? Yes, but MacPorts should not override the user's settings (i.e. it should test whether PERL5LIB is already set...)

Re: Spim Install Failure

2009-03-01 Thread Scott Haneda
I could be way wrong on this one, but this seems to be an issue that is being discussed in a few others threads. If you look at the error, it is not finding a html doc page, and failing on installing that, thereby failing the activation. I believe, you could use the -f flag to force it on

Re: apache2 location

2009-03-01 Thread Scott Haneda
On Mar 1, 2009, at 9:39 AM, Bradley Giesbrecht wrote: Is it very common to have apache and apache2 installed at the same time? Looks like they conflict to me. They write the same files. Shouldn't they just be conflicted so you have to uninstall apache to get apache2. As for perl5, why do p

Distribuiting packages

2009-03-01 Thread DaNiMoTh
Hello to all. I have written an application with python and some others things, but to have these installed on a mac is using macports. There is a way to include these dependencies in only one .dmg file ? I need to learn how make it from basics. Could you give me some links, and how I can use the

Spim Install Failure

2009-03-01 Thread David P. Henderson
I am hoping that someone can point me in the right direction to get the spim port installing. It is currently marked as nomaintainer and appears to fail during the install into DESTROOT. Using the latest version of macports (ran selfupdate before attempting to install spim) and the spim ver

Re: xorg-libs / Panther

2009-03-01 Thread Jeremy Huddleston
Well that's specifically a problem with mesa for you... I don't have access to Panther, so I have no way of figuring out the problem, but I welcome a patch. According to the man page, gettimeofday should be defined by including sys/time.h. That is included on line 46 of glut_event.c On

Re: apache2 location

2009-03-01 Thread Bradley Giesbrecht
On Mar 1, 2009, at 3:34 AM, Ryan Schmidt wrote: On Mar 1, 2009, at 03:58, Scott Haneda wrote: On Feb 28, 2009, at 3:55 PM, Ryan Schmidt wrote: $ port installed apache* The following ports are currently installed: apache @1.3.41_0 apache2 @2.2.11_0 (active) $ port activate apache @1.3.41_0 --

Re: logging postfix and others

2009-03-01 Thread Bradley Giesbrecht
On Mar 1, 2009, at 1:37 AM, Scott Haneda wrote: I just started looking into this On Feb 28, 2009, at 5:47 PM, Bradley Giesbrecht wrote: What are others doing for logging? Postfix wants to use syslog facilities and I would like to move the logs from /var/log to /opt/local/var/xxx. I

xorg-libs / Panther

2009-03-01 Thread Chris Janton
I can't seem to upgrade xorg-libs on my Panther system. 1.7 MacPorts ---> Building mesa Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_x11_mesa/work/Mesa-7.2" && make default IN

Re: apache2 location

2009-03-01 Thread Chris Janton
On 2009-03-01 , at 06:09 , Ryan Schmidt wrote: It's not a problem to keep it around and make it fail more gracefully on Leopard and above. However, I must ask why you feel it's "the only 'reasonable' way" to have PHP on the older systems. Why is using apache2 on those systems unreasonable?

Re: apache2 location

2009-03-01 Thread Ryan Schmidt
On Mar 1, 2009, at 07:07, Chris Janton wrote: On 2009-03-01 , at 04:34 , Ryan Schmidt wrote: php5 has a variant +apache (will be renamed +apache_apple) which installs a PHP module for Apple's Apache web server. Apache ... Very cool, I had no idea that was being done, that creates a super

Re: apache2 location

2009-03-01 Thread Chris Janton
On 2009-03-01 , at 04:34 , Ryan Schmidt wrote: php5 has a variant +apache (will be renamed +apache_apple) which installs a PHP module for Apple's Apache web server. Apache ... Very cool, I had no idea that was being done, that creates a super awesome case where people can get a strong dev bo

Re: apache2 location

2009-03-01 Thread Ryan Schmidt
On Mar 1, 2009, at 03:58, Scott Haneda wrote: On Feb 28, 2009, at 3:55 PM, Ryan Schmidt wrote: $ port installed apache* The following ports are currently installed: apache @1.3.41_0 apache2 @2.2.11_0 (active) $ port activate apache @1.3.41_0 ---> Activating apache @1.3.41_0 Error: port activ

Re: Perl error, once and for all

2009-03-01 Thread Scott Haneda
On Mar 1, 2009, at 1:43 AM, Joshua Root wrote: Scott Haneda wrote: I have seen many posts, where a port is not installing. The reply from other users has been "you need to -f it, some ports are just that way", and that is not the right info, it will spiral out of control, to the point where

Re: logging postfix and others

2009-03-01 Thread Scott Haneda
Sorry, I meant this to be off list, which is why some of this is a little non relevant, carry on. On Mar 1, 2009, at 1:37 AM, Scott Haneda wrote: I just started looking into this On Feb 28, 2009, at 5:47 PM, Bradley Giesbrecht wrote: What are others doing for logging? Postfix wants to

Re: apache2 location

2009-03-01 Thread Anders F Björklund
Ryan Schmidt: In fact I can't imagine there being another Tcl-based MacPorts client. The "port" command handles most of what a user would need in a command line client, and if someone were making a GUI for MacPorts, I doubt they would do so in Tcl. PortAuthority (formerly known as dpgui)

Re: apache2 location

2009-03-01 Thread Scott Haneda
On Feb 28, 2009, at 3:55 PM, Ryan Schmidt wrote: On Feb 26, 2009, at 07:25, Scott Haneda wrote: One possible reason we might want separate directories for the different apaches (${prefix}/apache2, ${prefix}/apache20, $ {prefix}/apache) is to allow simultaneous installation of multiple versio

Re: apache2 location

2009-03-01 Thread Ryan Schmidt
On Mar 1, 2009, at 03:18, Joshua Root wrote: Ryan Schmidt wrote: MacPorts itself even installs outside of ${prefix} by default, into /Library/Tcl. There doesn't seem to be a good reason for that, though. I'd like to change it. IIRC, the good reason that was cited in the past was that if s

Re: Perl error, once and for all

2009-03-01 Thread Joshua Root
Scott Haneda wrote: > I have seen many posts, where a > port is not installing. The reply from other users has been "you need > to -f it, some ports are just that way", and that is not the right info, > it will spiral out of control, to the point where as illustrated above, > they blindly -f thing

Re: logging postfix and others

2009-03-01 Thread Scott Haneda
I just started looking into this On Feb 28, 2009, at 5:47 PM, Bradley Giesbrecht wrote: What are others doing for logging? Postfix wants to use syslog facilities and I would like to move the logs from /var/log to /opt/local/var/xxx. I knew we needed to do this, but I had no idea it was

Re: Perl error, once and for all

2009-03-01 Thread Scott Haneda
On Feb 28, 2009, at 9:35 PM, Bradley Giesbrecht wrote: On Feb 28, 2009, at 6:53 PM, Vincent Lefevre wrote: On 2009-02-26 04:28:46 -0800, Scott Haneda wrote: I think you have to modify the module to "use lib" and supply a path. No need to do that. Just modify PERL5LIB in your environment once

Re: apache2 location

2009-03-01 Thread Joshua Root
Ryan Schmidt wrote: > MacPorts itself even installs outside of > ${prefix} by default, into /Library/Tcl. There doesn't seem to be a good reason for that, though. I'd like to change it. - Josh ___ macports-users mailing list macports-users@lists.macosfo

Re: Perl error, once and for all

2009-03-01 Thread Scott Haneda
On Feb 28, 2009, at 6:53 PM, Vincent Lefevre wrote: On 2009-02-26 04:28:46 -0800, Scott Haneda wrote: I think you have to modify the module to "use lib" and supply a path. No need to do that. Just modify PERL5LIB in your environment once and for all (you or MacPorts had to do the same for $PAT