[37861] trunk/dports/lang/python25/Portfile

blair at macports.org blair at macports.org
Thu Jun 26 14:28:57 PDT 2008


Revision: 37861
          http://trac.macosforge.org/projects/macports/changeset/37861
Author:   blair at macports.org
Date:     2008-06-26 14:28:57 -0700 (Thu, 26 Jun 2008)
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/python25/Portfile

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2008-06-26 19:59:00 UTC (rev 37860)
+++ trunk/dports/lang/python25/Portfile	2008-06-26 21:28:57 UTC (rev 37861)
@@ -50,6 +50,8 @@
                 Mac/IDLE/Makefile.in Mac/Tools/Doc/setup.py \
                 Mac/PythonLauncher/Makefile.in \
                 Mac/BuildScript/build-installer.py
+        reinplace "s|xargs -0 rm -r|xargs -0 rm -rf|g" \
+                Mac/PythonLauncher/Makefile.in
 }
 
 build.target            all libpython${branch}.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080626/fbf73a95/attachment.htm 


More information about the macports-changes mailing list