Bug 93101 - [Patch] ports databases/sqlite2 add support for threads
Summary: [Patch] ports databases/sqlite2 add support for threads
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 16:40 UTC by Henry Miller
Modified: 2006-02-13 14:59 UTC (History)
0 users

See Also:


Attachments
file.diff (1.06 KB, patch)
2006-02-09 16:40 UTC, Henry Miller
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Miller 2006-02-09 16:40:05 UTC
sqlite2 must be compiled with thread support if running in a threaded environment, but the port compiles non-threaded only.   I need thread support on my system, so I made it so.

Note, the port maintainer is recommended to use extend the options to allow configuring TCL support - I have no way to test TCL support so I did not.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-09 16:44:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2006-02-13 14:59:17 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!