From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 14:20:37 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2951A16A4CE; Sat, 20 Nov 2004 14:20:37 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953FA43D39; Sat, 20 Nov 2004 14:20:36 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.1/8.13.1/NinthNine) with SMTP id iAKEK7q2053614; Sat, 20 Nov 2004 23:20:07 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sat, 20 Nov 2004 23:20:07 +0900 (JST) Message-Id: <200411201420.iAKEK7q2053614@sakura.ninth-nine.com> From: Norikatsu Shigemura To: freebsd-ports@FreeBSD.org X-Mailer: Sylpheed version 0.9.99-gtk2-20041024 (GTK+ 2.4.13; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.11 (sakura.ninth-nine.com [219.127.74.121]); Sat, 20 Nov 2004 23:20:13 +0900 (JST) X-Mailman-Approved-At: Sat, 20 Nov 2004 14:41:02 +0000 cc: itetcu@people.tecnik93.com cc: green@FreeBSD.org cc: krion@FreeBSD.org cc: kde@FreeBSD.org cc: nick@netdot.net cc: Lars.Koeller@Uni-Bielefeld.DE cc: ume@FreeBSD.org cc: thierry@FreeBSD.org cc: tremere@cainites.net cc: adamw@FreeBSD.org cc: sem@FreeBSD.org cc: gnome@FreeBSD.org cc: demon@FreeBSD.org cc: mwicks@kettering.edu cc: bms@FreeBSD.org cc: gh@ghaering.de Subject: [HEADS UP] status of databases/sqlite* is too bad. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 14:20:37 -0000 Hi sqlite and ports depending on itself maintainers. Status of databases/sqlite* is too bad. databases/Makefile +- databases/sqlite SQLite 2.8.14 | databases/sqlite2 SQLite 2.8.14 +- databases/sqlite3 SQLite 3.0.5 The first, sqlite2 is not connect to ports system. The secound, sqlite3 is not repocopy-ed from sqlite. I think that we should do following things. How about? 1. databases/sqlite should be updated to 3.x. Of course, ports depending on sqlite(*) or sqlite3 must chase library version bump and dependency. And some ports depending on sqlite2 change dependency on to databases/sqlite2. 2. databases/sqlite2 sould be connected to ports system. 3. databases/sqlite3 sould be removed from ports system. (*) sqlite 3.x has a compatibility to sqlite 2.x API. But we know that some applications are only depended on sqlite2 (API? or format?) like mail/popfile(please read /usr/ports/UPDATING#20041024 matsushita's report). So we should confirm that these are depended on sqlite3. For the time, I'll change all dependency on to sqlite2. If these are OK, I'll commit these change.