Date: Mon, 27 Sep 2004 02:58:37 +0200 (CEST) From: Frerich Raabe <frerich@athame.co.uk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/72120: Update port: databases/sqlite3 to version 3.0.7 Message-ID: <200409270058.i8R0wbWa013258@daedalus.lan> Resent-Message-ID: <200409270100.i8R10ha6009494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72120 >Category: ports >Synopsis: Update port: databases/sqlite3 to version 3.0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 27 01:00:42 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Frerich Raabe >Release: FreeBSD 5.2.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD daedalus.lan 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #1: Mon Sep 20 08:09:52 CEST 2004 root@daedalus.lan:/usr/obj/usr/src/sys/ICARUS i386 >Description: The accompanying patch brings the databases/sqlite3 port up to date so that it uses the recently released SQLite version 3.0.7. >How-To-Repeat: n/a >Fix: diff -ruN /usr/ports/databases/sqlite3/Makefile databases/sqlite3/Makefile --- /usr/ports/databases/sqlite3/Makefile Tue Aug 31 21:06:39 2004 +++ databases/sqlite3/Makefile Mon Sep 27 02:38:44 2004 @@ -12,7 +12,7 @@ # SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84. PORTNAME= sqlite -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.7 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ DISTNAME= ${PORTNAME}-${PORTVERSION} diff -ruN /usr/ports/databases/sqlite3/distinfo databases/sqlite3/distinfo --- /usr/ports/databases/sqlite3/distinfo Tue Aug 31 21:06:39 2004 +++ databases/sqlite3/distinfo Mon Sep 27 02:39:08 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.7.tar.gz) = 7a41d760045fef3768cce65b50a4d0f8 +SIZE (sqlite-3.0.7.tar.gz) = 1262818 diff -ruN /usr/ports/databases/sqlite3/files/patch-Makefile.in databases/sqlite3/files/patch-Makefile.in --- /usr/ports/databases/sqlite3/files/patch-Makefile.in Tue Aug 31 21:06:39 2004 +++ databases/sqlite3/files/patch-Makefile.in Mon Sep 27 02:50:59 2004 @@ -1,15 +1,24 @@ ---- 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 Mon Sep 27 02:44:36 2004 ++++ Makefile.in Mon Sep 27 02:50:46 2004 +@@ -34,7 +34,7 @@ exec_prefix = @exec_prefix@ + libdir = @libdir@ INSTALL = @INSTALL@ -LIBTOOL = ./libtool -+LIBTOOL = /usr/local/bin/libtool13 ++LIBTOOL = /usr/local/bin//libtool13 RELEASE = @ALLOWRELEASE@ # libtool compile/link/install -@@ -401,25 +401,25 @@ +@@ -75,7 +75,7 @@ + + # The pthreads library is always defined, even if we don't need it. + # +-LIBPTHREAD=-lpthread ++LIBPTHREAD=-pthread + + # Object files for the SQLite library. + # +@@ -403,25 +403,25 @@ # Rules used to build documentation # arch.html: $(TOP)/www/arch.tcl @@ -41,7 +50,7 @@ copyright-release.html: $(TOP)/www/copyright-release.html cp $(TOP)/www/copyright-release.html . -@@ -431,77 +431,76 @@ +@@ -433,77 +433,77 @@ cp $(TOP)/www/common.tcl . conflict.html: $(TOP)/www/conflict.tcl @@ -61,7 +70,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,19 +151,18 @@ # Files to be published on the website. -@@ -548,12 +547,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 +@@ -551,11 +551,12 @@ + $(INSTALL) -d $(DESTDIR)$(libdir) + $(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir) $(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin ++ rm $(DESTDIR)$(exec_prefix)/lib/libsqlite3.la $(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)$(exec_prefix)/libdata/pkgconfig; -+ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; +- $(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig; +- $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(libdir)/pkgconfig; ++ $(INSTALL) -d $(DESTDIR)$(prefix)/libdata/pkgconfig; ++ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(prefix)/libdata/pkgconfig; clean: rm -f *.lo *.la *.o sqlite3@TARGET_EXEEXT@ libsqlite3.la >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409270058.i8R0wbWa013258>