[51832] trunk/dports/lang/python31/Portfile

blair at macports.org blair at macports.org
Thu Jun 4 14:18:19 PDT 2009


Revision: 51832
          http://trac.macports.org/changeset/51832
Author:   blair at macports.org
Date:     2009-06-04 14:18:19 -0700 (Thu, 04 Jun 2009)
Log Message:
-----------
Fix the build when findutils +with_default_names is installed which
installs an xargs that propogates the non-zero exit code from rm -fr.

Modified Paths:
--------------
    trunk/dports/lang/python31/Portfile

Modified: trunk/dports/lang/python31/Portfile
===================================================================
--- trunk/dports/lang/python31/Portfile	2009-06-04 20:53:14 UTC (rev 51831)
+++ trunk/dports/lang/python31/Portfile	2009-06-04 21:18:19 UTC (rev 51832)
@@ -56,6 +56,10 @@
 
    reinplace "s|#!/Library/Frameworks|#!${frameworks_dir}|" \
       ${worksrcpath}/Mac/IDLE/IDLE.app/Contents/MacOS/IDLE
+
+   # See http://trac.macports.org/changeset/37861
+   reinplace "s|xargs -0 rm -r|/usr/bin/xargs -0 /bin/rm -r|g" \
+      ${worksrcpath}/Mac/PythonLauncher/Makefile.in
 }
 
 build.target            all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090604/c3f598b2/attachment.html>


More information about the macports-changes mailing list