Subject: CVS commit: pkgsrc/databases/sqlite3
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 03/23/2005 22:08:06
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Wed Mar 23 22:08:06 UTC 2005

Modified Files:
	pkgsrc/databases/sqlite3: Makefile PLIST
Added Files:
	pkgsrc/databases/sqlite3: Makefile.common
Removed Files:
	pkgsrc/databases/sqlite3: options.mk

Log Message:
Remove the 'tcl' option and split the Makefile in two parts to aid in the
addition of the new sqlite3-tcl package.  The TCL bindings can be easily
built and installed independently, so it's better to have an standalone
package rather than a build-time option.

While here, fix PKGCONFIG_OVERRIDE and bump PKGREVISION to 2.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/databases/sqlite3/Makefile.common
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/sqlite3/PLIST
cvs rdiff -r1.1 -r0 pkgsrc/databases/sqlite3/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.