Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/languages
In directory vz-cvs-3.sog:/tmp/cvs-serv5668/stable/main/finkinfo/languages
Modified Files:
python26.info
Log Message:
sync hackery-syntax with 27
Index: python26.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/stable/main/finkinfo/languages/python26.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- python26.info 14 Jun 2011 04:40:36 -0000 1.6
+++ python26.info 14 Jun 2011 04:46:32 -0000 1.7
@@ -42,23 +42,20 @@
PatchFile: %n.patch
PatchFile-MD5: c38f81ac18263570e038255839db24f3
PatchScript: <<
-#!/bin/sh -ev
sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
-
- darwin_vers=`uname -r | cut -d. -f1`
- if test "$darwin_vers" = 11 ; then
- perl -pi -e 's|-lSystem -lSystemStubs|-lSystem|g' ./configure
- fi
<<
SetLDFLAGS: -L%p/lib/system-openssl/lib
ConfigureParams: --enable-shared
-#GCC: 4.0
CompileScript: <<
#!/bin/sh -ex
+ darwin_vers=`uname -r | cut -d. -f1`
+ if [ "$darwin_vers" = 11 ]; then
+ perl -pi -e 's/ -lSystemStubs//' ./configure
+ fi
if [ "%m" = "x86_64" ]; then
- perl -pi.bak -e 's|num_missing != 5:|num_missing != 7:|g;
s|have 5 missing|have 7 missing|' ./setup.py
+ perl -pi -e 's|num_missing != 5:|num_missing != 7:|g; s|have 5
missing|have 7 missing|' ./setup.py
# Architecture:x86_64 has tcltk-8.5.x, other arch have 8.4.x
- perl -pi.bak -e "s/8.4\'/8.5\'/" ./setup.py
+ perl -pi -e "s/8.4\'/8.5\'/" ./setup.py
# Architecture:x86_64 can't build with toolbox-glue
./configure %c --disable-toolbox-glue
else
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs