Double installs

2009-02-24 Thread Scott Haneda
This has plagued me since I have been using MacPorts, I aim to solve it now. port list installed perl5 @5.8.9 lang/perl5 perl5.8@5.8.9 lang/perl5.8 Seems to me I am pretty clean. port info p5-error Warning: Found 2 port p5-err

Process for checking port dependencies

2009-02-24 Thread Scott Haneda
This ASSP port is going to kill me. I have either through MacPorts, or local ports I have made, nearly made ASSP as a new port. Below, is my testing methodology, can someone confirm this is the best process, or if there are simpler methods that I should be using? Clean up as if a new use

perl libnet net::smtnp

2009-02-24 Thread Scott Haneda
Hello, I need Net::SMTP which I find here: http://search.cpan.org/~gbarr/libnet-1.22/Net/SMTP.pm Seems to be a part of libnet, neither of which I can find in ports. I had this working before, but am working on a clean install in order to track down my dependencies. Anyone know where this is

Re: mysql5 variant

2009-02-24 Thread Bradley Giesbrecht
On Feb 23, 2009, at 8:15 PM, Joshua Root wrote: Bradley Giesbrecht wrote: cat `port dir mysql5`/Portfile This can be simplified to: cat `port file mysql5` But even that can be simplified: port cat mysql5 :-) Show off :-) Oh, and thanks.. ___ m

Re: apache2 location

2009-02-24 Thread Bradley Giesbrecht
On Feb 24, 2009, at 7:45 PM, Bill Hernandez wrote: On Feb 24, 2009, at 7:03 PM, Scott Haneda wrote: On Feb 24, 2009, at 3:31 PM, Chris Janton wrote: On 2009-02-24 , at 15:35 , Scott Haneda wrote: My feeling is, the sooner the better, there are already a handful of blogs out there, which i

Re: apache2 location

2009-02-24 Thread Scott Haneda
On Feb 24, 2009, at 9:47 PM, Joshua Root wrote: Scott Haneda wrote: If destroot.violate_mtree is set to yes, the following warning is issued during the installation. The Guide is a little misleading here. Specifying 'destroot.violate_mtree yes' actually results in a *less* dire warning than

Perl error, once and for all

2009-02-24 Thread Scott Haneda
Sorry, I know this has been explained before, bur I can not find the answer: DEBUG: Executing org.macports.activate (p5-mime-base64) ---> Activating p5-mime-base64 @3.07_0 Error: Target org.macports.activate returned: Image error: /opt/local/ share/man/man3/MIME::Base64.3pm.gz is being used b

Re: apache2 location

2009-02-24 Thread Joshua Root
Scott Haneda wrote: > If destroot.violate_mtree is set to yes, the following warning is issued > during the installation. The Guide is a little misleading here. Specifying 'destroot.violate_mtree yes' actually results in a *less* dire warning than you would otherwise get for installing files outsi

aquaterm fails

2009-02-24 Thread Alejandro Aragon
Hi all, I recently upgraded gnuplot, and since then I have problems with aquaterm. I checked and I have 3 versions of aquaterm in the system. Then I activating the oldest and it worked when none of the newest did. Does anyone know why is this happening? This is the report that i get with

Re: apache2 location

2009-02-24 Thread Scott Haneda
On Feb 24, 2009, at 7:13 PM, Mike Savory wrote: - from the layout file # Classical Apache path layout. prefix:/usr/local/apache2 So I think I get it, since apache2 likes to be in /usr/local/apache2 people are equating that to /opt/local/apache2. Myself, I look at /op

Re: apache2 location

2009-02-24 Thread Scott Haneda
On Feb 24, 2009, at 7:45 PM, Bill Hernandez wrote: Scott, Please don't change it. I do not have any intentions of creating a new port :) I was just asking for clarification on the history of this issue. I wish mysql, pgsql, php were setup in individual directories like apache2. And i

Re: mesa conflict with xorg-glproto

2009-02-24 Thread Jeremy Huddleston
Sorry, yeah... mesa installed some headers that conflicted with glproto. I've fixed the mesa port to not install those conflicting files. If you forced the install, you should be fine (the headers are identical modulo comments). If you didn't force the install, resync and try again. -

Re: [47259] trunk/dports/x11/xorg-libs/Portfile

2009-02-24 Thread Jeremy Huddleston
ibs/Portfile 2009-02-24 08:09:23 UTC (rev 47259) @@ -3,7 +3,7 @@ PortSystem 1.0 namexorg-libs -version20090105 +version 20090224 categories x11 devel maintainers jeremyhu openmaintainer description X.org lib meta-package @@ -14,7 +1

Re: apache2 location

2009-02-24 Thread Bill Hernandez
On Feb 24, 2009, at 7:03 PM, Scott Haneda wrote: On Feb 24, 2009, at 3:31 PM, Chris Janton wrote: On 2009-02-24 , at 15:35 , Scott Haneda wrote: My feeling is, the sooner the better, there are already a handful of blogs out there, which instructions and hard paths in their instructions poi

Re: apache2 location

2009-02-24 Thread Mike Savory
Hi Scott I think you are confusing destroot.violate_mtree For which the docs say: This means that the port installed files outside of their normal locations in ${prefix}. These could be files totally outside of $ {prefix}, which could cause problems on your computer, or files inside of ${pr

X11 GTK sub-pixel anti-aliasing?

2009-02-24 Thread Evan Jones
The text drawn by my GTK apps from MacPorts does not use sub-pixel anti-aliasing, despite the fact I have tried to configure my ~/.fonts.conf file to specify that it should be used. If I run the system xterm: "/usr/X11/bin/xterm -fa Monaco" I get an xterm that has subpixel rendered fonts. T

Re: apache2 location

2009-02-24 Thread Scott Haneda
On Feb 24, 2009, at 3:31 PM, Chris Janton wrote: On 2009-02-24 , at 15:35 , Scott Haneda wrote: My feeling is, the sooner the better, there are already a handful of blogs out there, which instructions and hard paths in their instructions pointing to the current location. The sooner we put

Re: New to mac/macports. Trouble installing playerstage.

2009-02-24 Thread sudarshan22
No. I couldnt execute the command because gcc-4.0 already exists. sudarshan22 wrote: > > Hey, > > I tried out your suggestion and pretty much got what I expected: > ln: gcc-4.0: File exists. > > The command I used was sudo ln -s gcc gcc-4.0. I think this is what you > meant...or I could be

Re: New to mac/macports. Trouble installing playerstage.

2009-02-24 Thread sudarshan22
Hey, I tried out your suggestion and pretty much got what I expected: ln: gcc-4.0: File exists. The command I used was sudo ln -s gcc gcc-4.0. I think this is what you meant...or I could be totally dumb too :). sudarshan22 wrote: > > Hi Tim, > > I checked out my /usr/bin...and I have all thi

Re: New to mac/macports. Trouble installing playerstage.

2009-02-24 Thread sudarshan22
Hi Tim, I checked out my /usr/bin...and I have all this: gcc gcc-4.0 gcc-4.2 i686-apple-darwin9-gcc-4.0.1 i686-apple-darwin9-gcc-4.2.1 powerpc-apple-darwin9-gcc-4.0.1 powerpc-apple-darwin9-gcc-4.2.1 So I guess I am not exactly sure why it doesnt find gcc. Anyway, when you say you created a sym l

Re: New to mac/macports. Trouble installing playerstage.

2009-02-24 Thread Timothy Goins
I am definitely not a MacPorts guru (although I am comfortable with X11 and Unix in general). I've seen error flows like yours before. My guess is that the port is looking for gcc in /usr/bin and not finding it (which was the case with one of my failed ports—I had the gcc-4.0 compiler but

Re: apache2 location

2009-02-24 Thread Chris Janton
On 2009-02-24 , at 15:35 , Scott Haneda wrote: My feeling is, the sooner the better, there are already a handful of blogs out there, which instructions and hard paths in their instructions pointing to the current location. The sooner we put it where MacPorts recommends, the better the long

Re: apache2 location

2009-02-24 Thread Scott Haneda
On Feb 24, 2009, at 6:12 AM, Daniel J. Luke wrote: On Feb 24, 2009, at 6:43 AM, Scott Haneda wrote: Can someone pass me links or personal data on the history of apache2 and how the current directory path was decided on. All the other ports I have installed, usually end up in bin or var or et

Re: New to mac/macports. Trouble installing playerstage.

2009-02-24 Thread sudarshan22
Hi, Just an update. I reinstalled macports and it started to build the dependecies. I am not sure what was wrong. However, when it came to the last part of installing playerstage-player itself it gave me the following error: ---> Building playerstage-player Error: Target org.macports.build retu

Re: mesa conflict with xorg-glproto

2009-02-24 Thread Olivier Le Floch
Well, this is anecdotal evidence at best, but after forcing activation of mesa @7.2_5+hw_render on 10.4.11 ppc, GL based GTK applications that I have tried so far (using the gtkglgraph widget, for instance) seem to build and run properly. You can also deactivate the xorg-proto port in order to

Re: mesa conflict with xorg-glproto

2009-02-24 Thread David Evans
Takashi Yoshida wrote: Hi, I'm also wondering about the same thing. Any clue? Thanks, -- Takashi Yoshida email: taka...@takashiyoshida.org web: http://takashiyoshida.org On Feb 24, 2009, at 11:14 PM, William Davis wrote: ---> Activating mesa @7.2_5+hw_render Error: Target org.macports.ac

Re: mesa conflict with xorg-glproto

2009-02-24 Thread Takashi Yoshida
Hi, I'm also wondering about the same thing. Any clue? Thanks, -- Takashi Yoshida email: taka...@takashiyoshida.org web: http://takashiyoshida.org On Feb 24, 2009, at 11:14 PM, William Davis wrote: ---> Activating mesa @7.2_5+hw_render Error: Target org.macports.activate returned: Image e

mesa conflict with xorg-glproto

2009-02-24 Thread William Davis
---> Activating mesa @7.2_5+hw_render Error: Target org.macports.activate returned: Image error: /opt/local/ include/GL/glxint.h is being used by the active xorg-glproto port. Please deactivate this port first, or use the -f flag to force the activation. Error: The following dependencies

Re: apache2 location

2009-02-24 Thread Daniel J. Luke
On Feb 24, 2009, at 6:43 AM, Scott Haneda wrote: Can someone pass me links or personal data on the history of apache2 and how the current directory path was decided on. All the other ports I have installed, usually end up in bin or var or etc, but apache2 stands alone. It probably install

Re: [47259] trunk/dports/x11/xorg-libs/Portfile

2009-02-24 Thread Mark Hattam
ion20090105 +version 20090224 categories x11 devel maintainersjeremyhu openmaintainer descriptionX.org lib meta-package @@ -14,7 +14,7 @@ depends_lib \ port:Xft2 \ - lib:libGLU.1:mesa \ + port:mesa \ port:xorg-libAppleWM \ port:x

apache2 location

2009-02-24 Thread Scott Haneda
Can someone pass me links or personal data on the history of apache2 and how the current directory path was decided on. All the other ports I have installed, usually end up in bin or var or etc, but apache2 stands alone. -- Scott * If you contact me off list replace talklists@ with scott@