Changes between Version 2 and Version 3 of dev-lang/python/2.5.2/2
- Timestamp:
- 10/05/08 02:46:23 (7 years ago)
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. 1 A patch for building python 2.5.2 on Haiku.[[BR]] 2 (configure scripts excluded, config.[guess,sub] include for the sake of completeness) 3 3 4 All modules except "_ctypes" are building. 4 Diff: 5 * diff -Naur -x "configure" Python-2.5.2 Python-2.5.2-haiku-2 > python-2.5.2-haiku-2.diff 5 6 6 * patch 7 * cp /boot/home/config/share/libtool/config.guess ./Modules/_ctypes/libffi/config.guess8 * c p /boot/home/config/share/libtool/config.sub ./Modules/_ctypes/libffi/config.sub9 * autoconf && ./configure --prefix=/boot/common 7 Patch: 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 10 11 * make 11 12 * make install 13 14 Status: 15 All modules except "_ctypes" are building.[[BR]] 16 17 Status set to "unstable" on Haiku as some tests - especially socketmodule and threading - 18 are failing. The distribution is usable, though. (scons and building blender)
