pkgsrc/lang/python25/patches
dsainty 3a9f30a9ad Fix a possibly long-standing issue, but also possibly fallout from the db4
changes.  The "dbm" module could fail to build correctly, erroring out with:

*** WARNING: renaming "dbm" since importing it failed: build/lib.linux-i686-2.5/dbm.so: undefined symbol: dbm_firstkey

In this case, the "dbm" module has accidentally linked with "databases/gdbm",
which happens to be installed, but was never buildlinked in.  It may be
relevant that /usr/include/gdbm/ndbm.h is installed on this system.

Remove the "gdbm" test from the "dbm" module configuration, leaving the "ndbm"
support, and the fall-back "bdb" support (which will likely fall back to db4).

Bump PKGREVISION - the package would still install, but with missing
functionality.
2009-09-09 05:37:51 +00:00
..
patch-aa
patch-ab Apply patch by Brian de Alwis to fix build problems under Mac OS X Leopard. 2008-06-27 19:57:49 +00:00
patch-ac
patch-ad patch-ad: add RCS Id 2008-06-27 20:08:20 +00:00
patch-ae
patch-ag
patch-ah
patch-ai
patch-aj
patch-ak
patch-al Update python25 to 2.5.4. Spammy changes: 2009-04-11 19:42:23 +00:00
patch-am Fix a possibly long-standing issue, but also possibly fallout from the db4 2009-09-09 05:37:51 +00:00
patch-an
patch-ao
patch-ap
patch-ar
patch-at Update python25 to 2.5.4. Spammy changes: 2009-04-11 19:42:23 +00:00
patch-au Update python25 to 2.5.4. Spammy changes: 2009-04-11 19:42:23 +00:00
patch-av