On Jun 29, 2007, at 05:01, source_changes@macosforge.org wrote:
Revision: 26591 http://trac.macosforge.org/projects/macports/changeset/26591 Author: afb@macports.org Date: 2007-06-29 03:01:16 -0700 (Fri, 29 Jun 2007)
Log Message: ----------- fix configure system hack
Modified Paths: -------------- trunk/dports/sysutils/smart/Portfile
Modified: trunk/dports/sysutils/smart/Portfile =================================================================== --- trunk/dports/sysutils/smart/Portfile 2007-06-29 07:40:52 UTC (rev 26590) +++ trunk/dports/sysutils/smart/Portfile 2007-06-29 10:01:16 UTC (rev 26591) @@ -28,7 +28,8 @@ system "cd '${workpath}/${distname}' && \ sed -e 's#@@PREFIX@@#${prefix}#g' '${portpath}/${filesdir}/$ {patch}' | patch -p0" } - system "echo 'exit 0' > '${workpath}/${distname}/configure' && chmod +x '${workpath}/${distname}/configure'" }
+use_configure no + build.env PYTHON="${prefix}/bin/python2.4"
That same fix could be applied to yum, right? That's the only other port I could find with this weird hack.