Bug 53182

Summary: Update of databases/sqlite to version 2.8.3
Product: Ports & Packages Reporter: Gerhard =?unknown-8bit?Q?H=E4ring?= <gh>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!