Update py-bsddb3 to 4.7.3, this should fix some memory leaks that were present in 4.5.0. This is the version included in python2.6 (but is compatible with python2.x). Note: Not all the tests are passed. One test just freezes python (no ctrl-c) however the previous version also has the same problem. Fix: Apply given patch. Patch attached with submission follows: How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->perky Over to maintainer (via the GNATS Auto Assign Tool)
Ok, it has been over 6 months and I have another update, to 4.7.6. Status of the port: 1) Supports python2.x and python3.x 2) Fails test suite 'test_lock' (better that current port) NOTE: The failure of test suite 'test_lock' is thread locking related. I have had many a battle with python and thread locking (which I believe may be ironed out in some pending work on -current). Regards, David
lwhsu 2009-06-30 08:49:36 UTC FreeBSD ports repository Modified files: databases/py-bsddb3 Makefile distinfo pkg-descr pkg-plist Added files: databases/py-bsddb3/files patch-setup2.py patch-setup3.py Removed files: databases/py-bsddb3/files patch-setup.py Log: - Update to 4.7.6 [1] - Use COPYTREE_SHARE to install documents PR: ports/130412 [1] Submitted by: David Naylor <naylor.b.david AT gmail.com> Approved by: maintainer timeout (6 months) Revision Changes Path 1.23 +5 -7 ports/databases/py-bsddb3/Makefile 1.11 +3 -3 ports/databases/py-bsddb3/distinfo 1.6 +0 -22 ports/databases/py-bsddb3/files/patch-setup.py (dead) 1.1 +13 -0 ports/databases/py-bsddb3/files/patch-setup2.py (new) 1.1 +13 -0 ports/databases/py-bsddb3/files/patch-setup3.py (new) 1.3 +1 -1 ports/databases/py-bsddb3/pkg-descr 1.9 +17 -6 ports/databases/py-bsddb3/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!