summaryrefslogtreecommitdiff
path: root/package/python2
AgeCommit message (Collapse)Author
2011-01-12fix cross-compile under DarwinWaldemar Brodkorb
2011-01-11fix bzr package buildWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-14fix python-config to use target include dirWaldemar Brodkorb
2010-12-11try to fix cross-compile on DarwinWaldemar Brodkorb
2010-11-04add zlib dependency, fix binascii module buildWaldemar Brodkorb
2010-11-04add cherrypy package from joerg seitter.Waldemar Brodkorb
done some portability patches.
2010-11-04hopefully fix compile on 64 Bit hostWaldemar Brodkorb
2010-11-04fix cross-compile on MacOS X hostWaldemar Brodkorb
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-26bad testing on my site, install header files againWaldemar Brodkorb
2010-09-25fix packaging bug, reported by joergWaldemar Brodkorb
loading of python modules must be disabled, otherwise they are renamed/disabled. To disable modules we need to patch setup.py, PYTHON_DIABLED_MODULES are no longer recognized.
2010-09-20update to latest stable version, fix bug reported by joergWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-16cygwin host build patches, mostly by deactivating packagesWaldemar Brodkorb
2010-02-15disable for NetBSD buildWaldemar Brodkorb
2010-02-13add tcsh package, update TODOWaldemar Brodkorb
2010-02-13cleanupWaldemar Brodkorb
2010-02-13add cvs package, add half-ready bzr packageWaldemar Brodkorb