[49108] trunk/dports/lang/python30/Portfile

blair at macports.org blair at macports.org
Fri Apr 3 20:35:41 PDT 2009


Revision: 49108
          http://trac.macports.org/changeset/49108
Author:   blair at macports.org
Date:     2009-04-03 20:35:40 -0700 (Fri, 03 Apr 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.
This applies r37861 to the python30 port.

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

Modified: trunk/dports/lang/python30/Portfile
===================================================================
--- trunk/dports/lang/python30/Portfile	2009-04-04 03:23:11 UTC (rev 49107)
+++ trunk/dports/lang/python30/Portfile	2009-04-04 03:35:40 UTC (rev 49108)
@@ -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/20090403/ae650e6c/attachment.html>


More information about the macports-changes mailing list