Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv3109

Modified Files:
        python27.info python31.info python32.info 
Log Message:
Enable UseMaxBuildJobs. 31 and 32 Experience a race condition during 
InstallScript so force MAKEFLAGS=-j1 for them.


Index: python31.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/python31.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- python31.info       5 Jul 2011 23:59:17 -0000       1.10
+++ python31.info       6 Jul 2011 23:21:23 -0000       1.11
@@ -39,6 +39,8 @@
 PatchFile: %n.patch
 PatchFile-MD5: 3a7a5e57983326d43ee476cf96b7f84b
 PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
+
+UseMaxBuildJobs: true
 SetLDFLAGS: -L%p/lib/system-openssl/lib
 ConfigureParams: --enable-shared --with-dbmliborder=gdbm
 CompileScript: <<
@@ -64,6 +66,8 @@
 
 InstallScript: <<
 #!/bin/sh -ex
+       # install fails with -j great than 1
+       export MAKEFLAGS=-j1
        make install DESTDIR=%d
 
        # don't propagate our hackery

Index: python32.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/python32.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- python32.info       6 Jul 2011 00:18:53 -0000       1.3
+++ python32.info       6 Jul 2011 23:21:23 -0000       1.4
@@ -77,8 +77,8 @@
 
 InstallScript: <<
 #!/bin/sh -ex
-       # This directory doesn't get created for some reason.
-       mkdir -p %i/lib/pkgconfig
+       # install fails with -j great than 1
+       export MAKEFLAGS=-j1
        make install DESTDIR=%d
 
        # don't propagate our hackery

Index: python27.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/python27.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- python27.info       21 Jun 2011 19:44:53 -0000      1.13
+++ python27.info       6 Jul 2011 23:21:23 -0000       1.14
@@ -46,6 +46,8 @@
        sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
        perl -pi -e 's/\$Revision/$&: 81008 /' Lib/lib-tk/Tkinter.py
 <<
+
+UseMaxBuildJobs: true
 SetLDFLAGS: -L%p/lib/system-openssl/lib
 ConfigureParams: --enable-shared --with-dbmliborder=gdbm
 CompileScript: <<


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to