From owner-cvs-all@FreeBSD.ORG Wed Jun 11 09:26:09 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 089E837B401; Wed, 11 Jun 2003 09:26:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49F6843FD7; Wed, 11 Jun 2003 09:26:08 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5BGQ80U026437; Wed, 11 Jun 2003 09:26:08 -0700 (PDT) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5BGQ73D026436; Wed, 11 Jun 2003 09:26:07 -0700 (PDT) Message-Id: <200306111626.h5BGQ73D026436@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 11 Jun 2003 09:26:07 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/sqlite Makefile distinfo pkg-plist ports/databases/sqlite/files patch-ltmain.sh patch-makefile pkgIndex.tcl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 16:26:09 -0000 nork 2003/06/11 09:26:07 PDT FreeBSD ports repository Modified files: databases/sqlite Makefile distinfo pkg-plist databases/sqlite/files patch-makefile pkgIndex.tcl Removed files: databases/sqlite/files patch-ltmain.sh Log: o Update to 2.8.3. o 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. o 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. PR: ports/53182 Submitted by: Gerhard Haering (maintainer) Revision Changes Path 1.15 +59 -14 ports/databases/sqlite/Makefile 1.11 +1 -1 ports/databases/sqlite/distinfo 1.2 +0 -11 ports/databases/sqlite/files/patch-ltmain.sh (dead) 1.2 +191 -19 ports/databases/sqlite/files/patch-makefile 1.3 +1 -1 ports/databases/sqlite/files/pkgIndex.tcl 1.7 +12 -9 ports/databases/sqlite/pkg-plist