[25415] trunk/dports/lang/python24/files/ patch-Mac-OSX-PythonLauncher-Makefile.in

source_changes at macosforge.org source_changes at macosforge.org
Mon May 21 10:20:31 PDT 2007


Revision: 25415
          http://trac.macosforge.org/projects/macports/changeset/25415
Author:   blair at macports.org
Date:     2007-05-21 10:20:31 -0700 (Mon, 21 May 2007)

Log Message:
-----------
Apply an additional patch to Python 2.4's
Mac/OSX/PythonLauncher/Makefile.in to work arround this error:

{{{
Building './PythonLauncher.app'
Copying files
Done.
find "PythonLauncher.app" -name '.svn' -print0 | xargs -0 rm -r
rm: missing operand
Try `rm --help' for more information.
make[2]: *** [PythonLauncher.app] Error 123
make[1]: *** [install_PythonLauncher] Error 2
make: *** [frameworkinstallapps] Error 2
}}}

This error may occur if coreutils is installed

Modified Paths:
--------------
    trunk/dports/lang/python24/files/patch-Mac-OSX-PythonLauncher-Makefile.in

Modified: trunk/dports/lang/python24/files/patch-Mac-OSX-PythonLauncher-Makefile.in
===================================================================
--- trunk/dports/lang/python24/files/patch-Mac-OSX-PythonLauncher-Makefile.in	2007-05-21 17:13:22 UTC (rev 25414)
+++ trunk/dports/lang/python24/files/patch-Mac-OSX-PythonLauncher-Makefile.in	2007-05-21 17:20:31 UTC (rev 25415)
@@ -9,3 +9,12 @@
  OBJECTS=FileSettings.o MyAppDelegate.o MyDocument.o PreferencesWindowController.o doscript.o main.o
  
  all: PythonLauncher.app
+@@ -56,7 +56,7 @@
+ 		--resource=$(srcdir)/factorySettings.plist \
+ 		--plist=$(srcdir)/Info.plist \
+ 		build
+-	find "PythonLauncher.app" -name '.svn' -print0 | xargs -0 rm -r
++	find "PythonLauncher.app" -name '.svn' -print0 | xargs -0 rm -r || :
+ 		
+ 
+ FileSettings.o: $(srcdir)/FileSettings.m

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070521/5ccfb522/attachment.html


More information about the macports-changes mailing list