Bug 130412 - [UPDATE] databases/py-bsddb3 - From 4.5.0 -> 4.7.3
Summary: [UPDATE] databases/py-bsddb3 - From 4.5.0 -> 4.7.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Hye-Shik Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-12 10:50 UTC by David Naylor
Modified: 2009-06-30 09:52 UTC (History)
0 users

See Also:


Attachments
file.diff (3.99 KB, patch)
2009-01-12 10:50 UTC, David Naylor
no flags Details | Diff
py-bsddb3.diff (7.31 KB, patch)
2009-06-18 14:55 UTC, David Naylor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Naylor 2009-01-12 10:50:02 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-12 10:50:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perky

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 David Naylor 2009-06-18 14:55:32 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-06-30 09:49:44 UTC
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"
Comment 4 Li-Wen Hsu freebsd_committer freebsd_triage 2009-06-30 09:52:06 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!