I don't like default variants either (except for those system-wide ones like darwin_8). Does "port info <pkg>" show default variants? If it does not, it's not a good idea to use default variants. Best Regards, Xin Liu On 8/3/07, Rainer Müller <raimue@macports.org> wrote:
source_changes@macosforge.org wrote:
Revision 27427 <http://trac.macosforge.org/projects/macports/changeset/27427> Author yves@macports.org Date 2007-08-03 09:30:45 -0700 (Fri, 03 Aug 2007) [...] +variant without_python conflicts python24 { + depends_lib-delete port:py25-gtk + configure.env-delete PYTHON=${prefix}/bin/python2.5 + configure.args-append --disable-python +} +
I don't like this name without_*. I would prefer a variant +python and setting default_variants +python
So if someone does not want python he/she can overwrite that using port install gimp2 -python
What do you think about that?
Rainer