Re: [PATCH to review] Treat python25 as a framework Python

2012-08-18 Thread Joshua Root
On 2012-8-19 16:48 , Joshua Root wrote: > On 2012-8-19 15:47 , Blair Zajac wrote: >> python-1.0.tcl and python25-1.0.tcl treat Python 2.5 like 2.4, that is, >> a non-framework build, but on my systems, it's a framework build. Any >> problems in updating the two to treat 2.5 like 2.6 and above? I'

Re: [PATCH to review] Treat python25 as a framework Python

2012-08-18 Thread Joshua Root
On 2012-8-19 15:47 , Blair Zajac wrote: > python-1.0.tcl and python25-1.0.tcl treat Python 2.5 like 2.4, that is, > a non-framework build, but on my systems, it's a framework build. Any > problems in updating the two to treat 2.5 like 2.6 and above? I'm > thinking of using the below patch. This

[PATCH to review] Treat python25 as a framework Python

2012-08-18 Thread Blair Zajac
python-1.0.tcl and python25-1.0.tcl treat Python 2.5 like 2.4, that is, a non-framework build, but on my systems, it's a framework build. Any problems in updating the two to treat 2.5 like 2.6 and above? I'm thinking of using the below patch. This will let me build the py-zeroc-ice modules th

Re: Disabling a Variant?

2012-08-18 Thread Jeremy Lavergne
> But I don't think I can "disable_variant". What's the correct way to go > about doing this? Will "port" work correctly when upgrading from > "qt4-mac +mysql" to a new version without the +mysql variant, if that's > the way to go? The way I usually do it is add in a dependency in the now-empty

Disabling a Variant?

2012-08-18 Thread Michael Dickens
Right now, qt4-mac has a variant for the "mysql" plugin. We're moving to using a separate port to provide Qt plugins such as this; this one is actually already checked in as "qt4-mac-mysql55-plugin". Hence, I'm going to disable the "mysql" variant in qt4-mac; once I/we get there, I'll also disabl

texlive dependencies - installing texlive when it didn't before (e.g. latex2html)

2012-08-18 Thread John Owens
I spent a while ~2 years ago fixing up a bunch of ports so that if someone had MacTex installed, macports would not also install texlive. After a Snow Leopard install, I'm a little puzzled. For example, latex2html: $ port deps latex2html Full Name: latex2html @2008_3 Library Dependencies: perl5 Ru

Re: CMake: FindXYZ.cmake install directory?

2012-08-18 Thread Titus von Boxberg
Am 18.08.2012 05:32, schrieb Craig Miller: I'm working on a port that has a FindXYZ.cmake file as one of it's files. I'm having a lot of trouble getting this file installed to a location where it can be found. If I install FindXYZ.cmake to the /opt/local/cmake-2.8/Modules path it will be fou