HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 2 and Version 3 of dev-lang/python/2.5.2/2


Ignore:
Timestamp:
10/05/08 02:46:23 (7 years ago)
Author:
mweirauch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/python/2.5.2/2

    v2 v3  
    1 A patch for building python 2.5.2 on Haiku. (static only, Haiku centric) 
    2 Patch does not include the libffi config.guess,config.sub and configure updates. 
     1A patch for building python 2.5.2 on Haiku.[[BR]] 
     2(configure scripts excluded, config.[guess,sub] include for the sake of completeness) 
    33 
    4 All modules except "_ctypes" are building. 
     4Diff: 
     5 * diff -Naur -x "configure" Python-2.5.2 Python-2.5.2-haiku-2 > python-2.5.2-haiku-2.diff 
    56 
    6  * patch 
    7  * cp /boot/home/config/share/libtool/config.guess ./Modules/_ctypes/libffi/config.guess 
    8  * cp /boot/home/config/share/libtool/config.sub ./Modules/_ctypes/libffi/config.sub 
    9  * autoconf && ./configure --prefix=/boot/common 
     7Patch: 
     8 * patch -p1 -i ../python-2.5.2-haiku-2.diff 
     9 * cd ./Modules/_ctypes/libffi && autoconf && cd ../../../ 
     10 * autoconf && ./configure --prefix=/boot/common --enable-shared 
    1011 * make 
    1112 * make install 
     13 
     14Status: 
     15All modules except "_ctypes" are building.[[BR]] 
     16 
     17Status set to "unstable" on Haiku as some tests - especially socketmodule and threading - 
     18are failing. The distribution is usable, though. (scons and building blender) 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/