| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2005-05-29 | Make the dbm module build when pkgsrc bdb is used. | minskim | 1 | -6/+63 | |
| 2005-05-29 | Make the bsddb module build when pkgsrc bdb is used. | minskim | 1 | -5/+32 | |
| 2005-05-29 | Explicitly disable modules that should not be built. | minskim | 1 | -10/+10 | |
| 2005-05-29 | Explicitly disable the tkinter module, which is provided by x11/py-Tk. | minskim | 1 | -1/+10 | |
| 2004-05-16 | Build python module for zlib unconditionally. This makes | minskim | 1 | -8/+33 | |
| python2[12]{,-pth} build on platforms where zlib.h is not in /usr/include. | |||||
| 2002-04-09 | Uses spaces instead of tabs to match the rest of the file (not sure if it | jlam | 1 | -2/+2 | |
| matters, and I don't want to chance it). | |||||
| 2002-04-09 | Teach the extension building process about buildlink, and allow passing | jlam | 1 | -6/+56 | |
| LDFLAGS to the linker command when linking a python extension. This lets us pass the right flags to correctly find libraries required for certain extensions, e.g. zlib.so. Also explicitly comment out a few extensions that aren't being built and should never be. | |||||
| 2002-01-28 | don't build curses module - it doesn't work with our curses | drochner | 1 | -2/+13 | |
| 2002-01-22 | -update to 2.1.2 - except one method addition (socket.sendall()) this is a | drochner | 1 | -0/+31 | |
| pure bugfix release -install the "pydoc" script as "pydoc2.1" and make sure the corresponding python version is used -disable the audioop, imageop and rgbimg extensions - these don't work on 64-bit platforms anyway, I haven't seen a place where they are used yet, and in case a need shows up, we better make an own extension pkg from it which is marked FOR_PLATFORM_ONLY | |||||
