Le 07-08-03 à 12:47, Rainer Müller a écrit :
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?
For my part, I don't like default variants ... I think MacPorts really needs some sort of variants naming guidelines. yves