ports/74571: Update databases/sqlite3 to 3.0.8
Marcus Grando
marcus at corp.grupos.com.br
Wed Dec 1 00:20:31 UTC 2004
>Number: 74571
>Category: ports
>Synopsis: Update databases/sqlite3 to 3.0.8
>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: Wed Dec 01 00:20:31 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Marcus Grando
>Release: FreeBSD 4.10-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD corp.grupos.com.br 4.10-STABLE FreeBSD 4.10-STABLE #31: Fri Nov 26 13:50:22 BRST 2004 root at corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386
>Description:
Update databases/sqlite3 to 3.0.8
>How-To-Repeat:
>Fix:
--- sqlite3.patch begins here ---
diff -ruN sqlite3.old/Makefile sqlite3/Makefile
--- sqlite3.old/Makefile Tue Aug 31 16:06:39 2004
+++ sqlite3/Makefile Tue Nov 30 21:49:26 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 sqlite3.old/distinfo sqlite3/distinfo
--- sqlite3.old/distinfo Tue Aug 31 16:06:39 2004
+++ sqlite3/distinfo Tue Nov 30 21:49:46 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 sqlite3.old/files/patch-Makefile.in sqlite3/files/patch-Makefile.in
--- sqlite3.old/files/patch-Makefile.in Tue Aug 31 16:06:39 2004
+++ sqlite3/files/patch-Makefile.in Tue Nov 30 21:55:44 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 12:03:05 2004
++++ Makefile.in Tue Nov 30 21:55:09 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,19 +142,3 @@
# 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
- $(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)$(exec_prefix)/libdata/pkgconfig;
-+ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig;
-
- clean:
- rm -f *.lo *.la *.o sqlite3 at TARGET_EXEEXT@ libsqlite3.la
diff -ruN sqlite3.old/pkg-plist sqlite3/pkg-plist
--- sqlite3.old/pkg-plist Tue Aug 31 16:06:39 2004
+++ sqlite3/pkg-plist Tue Nov 30 22:02:37 2004
@@ -4,7 +4,8 @@
lib/libsqlite3.a
lib/libsqlite3.so
lib/libsqlite3.so.8
-libdata/pkgconfig/sqlite3.pc
+lib/libsqlite3.la
+lib/pkgconfig/sqlite3.pc
%%WITH_TCL%%lib/sqlite/libtclsqlite3.so.8
%%WITH_TCL%%lib/sqlite/libtclsqlite3.so
%%WITH_TCL%%lib/sqlite/libtclsqlite3.a
--- sqlite3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list