Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17356/devel
Modified Files:
scons.info
Log Message:
Fix scons to use /usr/bin/python, avoiding /sw/bin/python that could be an
incompatible version
Index: scons.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/scons.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- scons.info 18 Sep 2008 23:13:27 -0000 1.5
+++ scons.info 1 Dec 2008 07:51:52 -0000 1.6
@@ -1,10 +1,13 @@
Package: scons
Version: 1.0.1
-Revision: 1
+Revision: 2
BuildDependsOnly: true
Maintainer: Vincent Beffara <[EMAIL PROTECTED]>
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 139ef2e108789afe25ee0bdbb138b8c0
+PatchScript: <<
+ perl -pi -e 's,/usr/bin/env python,/usr/bin/python,' script/*
+<<
CompileScript: <<
/usr/bin/python setup.py build
<<
@@ -20,5 +23,11 @@
build tool; an improved substitute for the classic Make utility;
a better way to build software.
<<
+DescPackaging: <<
+%p/bin/scons is a python script that is not compatible with python2.6.
+Therefore we force /usr/bin/python, which is 2.3 or 2.5, so we don't
+accidentally see /sw/bin/python, which could be anything at all. See:
+http://permalink.gmane.org/gmane.os.apple.fink.general/27618
+<<
Homepage: http://www.scons.org/
License: BSD
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs