Bug 106281 - [patch] databases/sqlite3: add option to build with full text search
Summary: [patch] databases/sqlite3: add option to build with full text search
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-12-03 23:21 UTC by bp
Modified: 2006-12-13 03:20 UTC (History)
0 users

See Also:


Attachments
file.diff (3.88 KB, patch)
2006-12-03 23:21 UTC, bp
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bp 2006-12-03 23:21:10 UTC
Version 3.3.8 adds support for full-text search using the FTS1 module (http://www.sqlite.org/cvstrac/wiki?p=FtsOne).  This patch adds an option to the port to compile that module in statically.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-03 23:21:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-13 03:16:53 UTC
mnag        2006-12-13 03:16:47 UTC

  FreeBSD ports repository

  Modified files:
    databases/sqlite3    Makefile 
  Log:
  - Add OPTION to build FTS1 (Full text search).
  
  PR:             106281
  Submitted by:   Barry Pederson<bp___barryp.org>
  
  Revision  Changes    Path
  1.22      +6 -0      ports/databases/sqlite3/Makefile
_______________________________________________
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 3 Marcus Alves Grando freebsd_committer freebsd_triage 2006-12-13 03:16:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!