#14290: textproc/meld 1.1.4 build errors -----------------------------------+---------------------------------------- Reporter: tim.schaub@… | Owner: mmw@… Type: defect | Status: reopened Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: multi-python installation Port: meld, py-gtk2 | -----------------------------------+---------------------------------------- Comment(by mmw@…): Replying to [comment:15 jmr@…]:
Shouldn't the patch I've just attached fix this?
reinplace "s|#! /usr/bin/env python|#! ${prefix}/bin/python2.5|" ${worksrcpath}/meld Hi Landon, yep in a certain way yes but it makes your pkg python2.5 dependent, and you have to register it as well for instance, if the user decides to update to 2.6 and meld stays compatible with 2.6 and decide to remove 2.5... I think we have to find a rule on this, and be more didactic in the wiki, William (for other reasons) was upset about some user requests (loop) about some other forge related projects, this is the same problem we need to communication, as you also noticed a bunch of ports are somehow broken, maybe it's time to audit per platform py25-meld #!/usr/bin/sh ${prefix}/bin/python2.5 meld $@ py26-meld #!/usr/bin/sh ${prefix}/bin/python2.6 meld $@ -- Ticket URL: <http://trac.macports.org/ticket/14290#comment:16> MacPorts <http://www.macports.org/> Ports system for Mac OS