On Jun 29, 2007, at 05:01, [EMAIL PROTECTED] wrote:
Revision: 26591 http://trac.macosforge.org/projects/macports/changeset/26591 Author: [EMAIL PROTECTED] 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.
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
