From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 13 18:40:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C2416A4CE for ; Mon, 13 Dec 2004 18:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B80A43D54 for ; Mon, 13 Dec 2004 18:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDIePrN037770 for ; Mon, 13 Dec 2004 18:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBDIePwO037766; Mon, 13 Dec 2004 18:40:25 GMT (envelope-from gnats) Resent-Date: Mon, 13 Dec 2004 18:40:25 GMT Resent-Message-Id: <200412131840.iBDIePwO037766@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Josh Elsasser" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C986E16A4CF for ; Mon, 13 Dec 2004 18:38:57 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA3643D54 for ; Mon, 13 Dec 2004 18:38:57 +0000 (GMT) (envelope-from josh@elsasser.org) Received: from mail.elsasser.org ([141.149.178.169]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041213183856.MJMD8290.out004.verizon.net@mail.elsasser.org> for ; Mon, 13 Dec 2004 12:38:56 -0600 Received: from loki.nat.elsasser.org (loki.nat.elsasser.org [10.40.92.2]) by mail.elsasser.org (Postfix) with ESMTP id 85605F for ; Mon, 13 Dec 2004 13:38:55 -0500 (EST) Received: from loki.nat.elsasser.org (localhost [127.0.0.1]) by loki.nat.elsasser.org (Postfix) with ESMTP id 4FE0121F24 for ; Mon, 13 Dec 2004 13:38:55 -0500 (EST) Message-Id: <1102963135.0@loki.nat.elsasser.org> Date: Mon, 13 Dec 2004 13:38:55 -0500 From: "Josh Elsasser" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.3.3 Subject: ports/75030: [patch] update port databases/sqlite3 to 3.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 18:40:25 -0000 >Number: 75030 >Category: ports >Synopsis: [patch] update port databases/sqlite3 to 3.0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 18:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Josh Elsasser >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE #1: Tue Nov 16 08:15:32 EST 2004 joshe@loki.nat.elsasser.org:/usr/src/sys/i386/compile/LOKI >Description: This patch updates the databases/sqlite3 port to 3.0.8. Note that as of 3.0.7: "Version 3.0 has now been in use by multiple projects for several months with no major difficulties. We consider it stable and ready for production use." I mailed this patch to the maintainer two weeks ago and received no response, so I am resubmitting it now as a PR. >How-To-Repeat: >Fix: --- sqlite3.diff begins here --- diff -ruN /usr/ports/databases/sqlite3/Makefile sqlite3/Makefile --- /usr/ports/databases/sqlite3/Makefile Tue Aug 31 15:06:39 2004 +++ sqlite3/Makefile Sun Nov 28 11:47:48 2004 @@ -12,7 +12,7 @@ # SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84. PORTNAME= sqlite -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.8 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff -ruN /usr/ports/databases/sqlite3/distinfo sqlite3/distinfo --- /usr/ports/databases/sqlite3/distinfo Tue Aug 31 15:06:39 2004 +++ sqlite3/distinfo Sun Nov 28 11:49:49 2004 @@ -1,2 +1,2 @@ -MD5 (sqlite-3.0.5.tar.gz) = 4133cbac9320f6f674700ed15986f4ff -SIZE (sqlite-3.0.5.tar.gz) = 1226021 +MD5 (sqlite-3.0.8.tar.gz) = b7dff1ec9bf4d08928c039b278630ba7 +SIZE (sqlite-3.0.8.tar.gz) = 1288859 diff -ruN /usr/ports/databases/sqlite3/files/patch-Makefile.in sqlite3/files/patch-Makefile.in --- /usr/ports/databases/sqlite3/files/patch-Makefile.in Tue Aug 31 15:06:39 2004 +++ sqlite3/files/patch-Makefile.in Sun Nov 28 11:57:35 2004 @@ -1,15 +1,15 @@ ---- Makefile.in.orig Sat Aug 28 11:22:30 2004 -+++ Makefile.in Tue Aug 31 14:13:52 2004 -@@ -33,7 +33,7 @@ - prefix = @prefix@ +--- Makefile.in.orig Wed Oct 6 11:03:05 2004 ++++ Makefile.in Sun Nov 28 11:57:32 2004 +@@ -34,7 +34,7 @@ exec_prefix = @exec_prefix@ + libdir = @libdir@ INSTALL = @INSTALL@ -LIBTOOL = ./libtool +LIBTOOL = /usr/local/bin/libtool13 RELEASE = @ALLOWRELEASE@ # libtool compile/link/install -@@ -401,25 +401,25 @@ +@@ -396,25 +396,25 @@ # Rules used to build documentation # arch.html: $(TOP)/www/arch.tcl @@ -41,7 +41,7 @@ copyright-release.html: $(TOP)/www/copyright-release.html cp $(TOP)/www/copyright-release.html . -@@ -431,77 +431,76 @@ +@@ -426,77 +426,77 @@ cp $(TOP)/www/common.tcl . conflict.html: $(TOP)/www/conflict.tcl @@ -61,7 +61,7 @@ + $(TCLSH) $(TOP)/www/docs.tcl >docs.html download.html: $(TOP)/www/download.tcl -- mkdir doc + mkdir -p doc - tclsh $(TOP)/www/download.tcl >download.html + $(TCLSH) $(TOP)/www/download.tcl >download.html @@ -142,17 +142,17 @@ # Files to be published on the website. -@@ -548,12 +547,13 @@ +@@ -543,12 +543,13 @@ install: sqlite3 libsqlite3.la sqlite3.h - $(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib - $(LTINSTALL) libsqlite3.la $(DESTDIR)$(exec_prefix)/lib -+ rm $(DESTDIR)$(exec_prefix)/lib/libsqlite3.la + $(INSTALL) -d $(DESTDIR)$(libdir) + $(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir) ++ rm $(DESTDIR)$(libdir)/libsqlite3.la $(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin $(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin $(INSTALL) -d $(DESTDIR)$(prefix)/include $(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include -- $(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib/pkgconfig; -- $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/lib/pkgconfig; +- $(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig; +- $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(libdir)/pkgconfig; + $(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; + $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; --- sqlite3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: