Bug 53182 - Update of databases/sqlite to version 2.8.3
Summary: Update of databases/sqlite to version 2.8.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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-11 01:30 UTC by Gerhard =?unknown-8bit?Q?H=E4ring?=
Modified: 2003-06-11 17:26 UTC (History)
0 users

See Also:


Attachments
file.diff (16.38 KB, patch)
2003-06-11 01:30 UTC, Gerhard =?unknown-8bit?Q?H=E4ring?=
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerhard =?unknown-8bit?Q?H=E4ring?= 2003-06-11 01:30:16 UTC
        This is a port update of databases/sqlite. It offers several new
        features:

        * The TCL wrapper is now optional and off by default. Use
          SQLITE_WITH_TCL83/SQLITE_WITH_TCL84 to enable it. TCL is still needed
          for building the docs, unless you specify NOPORTDOCS.

        * Update to upstream version 2.8.3.
        
        * The TCL example is now installed in $LOCALBASE/share/examples/sqlite

        This patch is quite hackish in that it replaces the libtool stuff from
        SQLite with the libtool port. It also uses plain 'install' instead of
        'libtool install' to install shared libraries. This might not look
        nice, but it's the only way I got the desired effects to work (i. e.
        SQLite's libtool refused to install the TCL wrapper in
        $LOCALBASE/lib/sqlite - it insisted on only installing it into
        $LOCALBASE/lib.

        Anyway, this gets the job done and I don't intend to win any prize for
        the nicest build process ;-) So please apply.

Fix: Don't forget to cvs remove the file patch-ltmain.sh. It's no longer needed.
How-To-Repeat: 	N/A
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-06-11 17:26:21 UTC
State Changed
From-To: open->closed

Committed, thanks!