2009-09-21 15:06:43 by Matthias Scheler | Files touched by this commit (2) |
Log message: Adapt package list for Mac OS X Snow Leopard. |
2009-09-19 11:06:58 by OBATA Akio | Files touched by this commit (2) |
Log message: Fixes modules in disable_module_list * not "_sqlite", but "_sqlite3", fixes PR#42070. * "bsddb" does not exists. (I can find it in Python21, not in Python23) * "cjkcodecs" should not be disabled. It is expected to exists in all Python variants and py-cjkcodecs was removed. Although, the module name is "_multibytecodec" and \ "_codecs_*". and missing "," after it kill subsecuent "gdbm". * "mpz" was removed in Python24. |
2009-09-12 19:47:17 by Matthias Drochner | Files touched by this commit (3) |
Log message: remove assignments to the LIBS env var -- this should have been done earlier, but there became no-ops due to my change to db4/bl3 and thus didn't do harm. Now that part of that change was backed out they became harmful again and thus need to go. |
2009-09-08 12:06:35 by Matthias Drochner | Files touched by this commit (5) |
Log message: bump PKGREVs for Python pkgs, as suggested by David Sainty -- at least on Linux one can't build some extensions against an old Python (with spurious -ldb4 linkage) anymore also sync the bl3 files of the non-default versions with python25 for consistency |
2009-08-16 01:13:19 by Zafer Aydogan | Files touched by this commit (1) | |
Log message: update master site. remove ftp entry. service suspended. |
2009-07-18 12:41:34 by Thomas Klausner | Files touched by this commit (4) |
Log message: Don't install idle, there is a separate py-idle package for it. Noted by Mark Davies in PR 41702. Bump PKGREVISION. |
2009-06-14 22:34:16 by Joerg Sonnenberger | Files touched by this commit (29) |
Log message: Replace @exec/@unexec with @pkgdir or drop it. |
2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message: Remove @dirrm entries from PLISTs |
2009-05-21 23:21:35 by Tobias Nygren | Files touched by this commit (4) |
Log message: revert previous, doesn't work as I intended. |
2009-05-21 22:47:38 by Tobias Nygren | Files touched by this commit (4) |
Log message: remove sqlite3 stuff from PLIST and disable the sqlite3 module here. lang/python26 doesn't depend on sqlite3 and thus can't build the extension. (this extension is installed by databases/py-sqlite3) |