Re: Deprecation of options (was: Re: [MacPorts] #17349: svn.tag should be called svn.rev)

2009-03-16 Thread Ryan Schmidt
On Mar 17, 2009, at 01:02, Rainer Müller wrote: On 2009-03-17 04:53, Ryan Schmidt wrote: And I wasn't aware of option_deprecate. It was dead code before, but I revived it and made it actually work. I also would like to deprecate livecheck.check and rename it to livecheck.type in the same wa

Deprecation of options (was: Re: [MacPorts] #17349: svn.tag should be called svn.rev)

2009-03-16 Thread Rainer Müller
On 2009-03-17 04:53, Ryan Schmidt wrote: > And I wasn't aware of option_deprecate. It was dead code before, but I revived it and made it actually work. I also would like to deprecate livecheck.check and rename it to livecheck.type in the same way for consistency with other phases. This will affec

Re: [48123] trunk/base/src/macports1.0/macports.tcl

2009-03-16 Thread Rainer Müller
On 2009-03-17 02:07, Ryan Schmidt wrote: > On Mar 14, 2009, at 23:28, rai...@macports.org wrote: > >> Revision: 48123 >> http://trac.macports.org/changeset/48123 >> Author: rai...@macports.org >> Date: 2009-03-14 21:28:51 -0700 (Sat, 14 Mar 2009) >> Log Message: >> --- >> m

Re: [MacPorts] #17349: svn.tag should be called svn.rev

2009-03-16 Thread Ryan Schmidt
On Mar 16, 2009, at 22:46, MacPorts wrote: #17349: svn.tag should be called svn.rev +--- Reporter: ryandes...@…| Owner: macports-tick...@… Type: enhancement |

Re: [48123] trunk/base/src/macports1.0/macports.tcl

2009-03-16 Thread Rainer Müller
On 2009-03-17 02:07, Ryan Schmidt wrote: > On Mar 14, 2009, at 23:28, rai...@macports.org wrote: >> --- trunk/base/src/macports1.0/macports.tcl 2009-03-15 03:49:27 UTC >> (rev 48122) >> +++ trunk/base/src/macports1.0/macports.tcl 2009-03-15 04:28:51 UTC >> (rev 48123) >> @@ -2086,6 +2086,7 @@

Re: [48123] trunk/base/src/macports1.0/macports.tcl

2009-03-16 Thread Ryan Schmidt
On Mar 14, 2009, at 23:28, rai...@macports.org wrote: Revision: 48123 http://trac.macports.org/changeset/48123 Author: rai...@macports.org Date: 2009-03-14 21:28:51 -0700 (Sat, 14 Mar 2009) Log Message: --- macports1.0/macports.tcl: Improve messages given for selfupdate

Re: [48164] trunk/dports/graphics/gimp/Portfile

2009-03-16 Thread Ryan Schmidt
On Mar 15, 2009, at 13:57, dev...@macports.org wrote: Revision: 48164 http://trac.macports.org/changeset/48164 Author: dev...@macports.org Date: 2009-03-15 11:57:55 -0700 (Sun, 15 Mar 2009) Log Message: --- gimp: make gimp-gap-devel the default version for the +animation

Re: env_helper

2009-03-16 Thread Boyd Waters
Very weird, I was working on path_helper yesterday! I like the "port env" idea. We need "rpath" and "lpath" -- to add to the beginning or end of a PATH Here's what we use at work: #!/bin/ksh # # Script to define path-related manipulation functions. Must be run with "." # # Revision history: 1.

Re: env_helper

2009-03-16 Thread Ryan Schmidt
On Mar 16, 2009, at 13:17, Rainer Müller wrote: On 2009-03-15 23:25, Bradley Giesbrecht wrote: I just added paths for ${PREFIX}/apach2/bin and ${PREFIX}/lib/mysql5/ bin to /opt/local/etc/env_helper/paths/PATH/(apache2 & mysql5). Okay, so you expect this to be added to PATH. At the front?

Re: env_helper

2009-03-16 Thread Bradley Giesbrecht
On Mar 16, 2009, at 11:17 AM, Rainer Müller wrote: On 2009-03-15 23:25, Bradley Giesbrecht wrote: I'm thinking I like this. I just added paths for ${PREFIX}/apach2/bin and ${PREFIX}/lib/mysql5/ bin to /opt/local/etc/env_helper/paths/PATH/(apache2 & mysql5). Okay, so you expect this to be ad

Re: KDE and qt4-mac

2009-03-16 Thread Marcus Calhoun-Lopez
Ryan Schmidt writes: > > I propose the port be called qt44-mac. > I do not feel strongly about this, but I thought qt4-kde might be better since there was an indication in the previous thread (http://thread.gmane.org/gmane.os.apple.macports.devel/7504) that there were some KDE specific changes

Re: KDE and qt4-mac

2009-03-16 Thread Ryan Schmidt
On Mar 16, 2009, at 17:46, Marcus Calhoun-Lopez wrote: I would like to upgrade qt4-mac to version 4.5.0 (making it the same as qt4-mac-devel). That sounds like a good idea to me. It was indicated in another thread that this might not be entirely compatible with KDE (http://thread.gmane.org/

KDE and qt4-mac

2009-03-16 Thread Marcus Calhoun-Lopez
I would like to upgrade qt4-mac to version 4.5.0 (making it the same as qt4-mac-devel). It was indicated in another thread that this might not be entirely compatible with KDE (http://thread.gmane.org/gmane.os.apple.macports.devel/7504). I did not want to break all of KDE without some warning. If K

Re: perl5.8 fixup

2009-03-16 Thread Bradley Giesbrecht
On Mar 16, 2009, at 10:45 AM, Rainer Müller wrote: On 2009-03-16 17:33, Bradley Giesbrecht wrote: I was very interested in having the per5.8 rename it's man extensions to something that would be found after p5 module. I couldn't find where the Configure script allowed for this although they do

Re: env_helper

2009-03-16 Thread Rainer Müller
On 2009-03-15 23:25, Bradley Giesbrecht wrote: > I'm thinking I like this. > > I just added paths for ${PREFIX}/apach2/bin and ${PREFIX}/lib/mysql5/ > bin to /opt/local/etc/env_helper/paths/PATH/(apache2 & mysql5). Okay, so you expect this to be added to PATH. At the front? At the end? In which

Re: perl5.8 fixup

2009-03-16 Thread Rainer Müller
On 2009-03-16 17:33, Bradley Giesbrecht wrote: > I was very interested in having the per5.8 rename it's man extensions > to something that would be found after p5 module. > I couldn't find where the Configure script allowed for this although > they do make allowances for having man pages for ma

Re: env_helper

2009-03-16 Thread Jeremy Huddleston
On Mar 16, 2009, at 08:55, Bradley Giesbrecht wrote: On Mar 15, 2009, at 7:21 PM, Jeremy Huddleston wrote: I think this is a bit too many files lying around. I really don't understand what the implied problem is here. Can you explain? Clutter is bad. It's better to have everything in o

Re: perl5.8 fixup

2009-03-16 Thread Bradley Giesbrecht
On Mar 15, 2009, at 10:17 PM, Rainer Müller wrote: Hi Bradley and Eric, (and all others still following this thread), I invested some time to find out how other packagement systems I use deal with this issue. I checked mostly with the Getopt::Long and CGI modules. The versions below are what I

Re: env_helper

2009-03-16 Thread Bradley Giesbrecht
On Mar 15, 2009, at 7:21 PM, Jeremy Huddleston wrote: I think this is a bit too many files lying around. I really don't understand what the implied problem is here. Can you explain? I simply took the path_helper approach and modified the script to figure out the var name based on the fil