pkgsrc/lang/python24
dsainty 2f072d3c58 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.4/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:59:37 +00:00
..
patches Fix a possibly long-standing issue, but also possibly fallout from the db4 2009-09-09 05:59:37 +00:00
ALTERNATIVES
buildlink3.mk bump PKGREVs for Python pkgs, as suggested by David Sainty -- at least 2009-09-08 10:06:35 +00:00
DESCR
distinfo Fix a possibly long-standing issue, but also possibly fallout from the db4 2009-09-09 05:59:37 +00:00
Makefile Fix a possibly long-standing issue, but also possibly fallout from the db4 2009-09-09 05:59:37 +00:00
MESSAGE.SunOS Add a note about SunOS and needing to have SUNWaudh installed to 2008-09-13 09:49:43 +00:00
PLIST.common Fix botched PLIST_VARS conversion. 2008-04-13 11:03:33 +00:00
PLIST.Darwin Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
PLIST.IRIX
PLIST.Linux
PLIST.SunOS