FreeBSD Port: sqlite-2.8.8 Upgrade [patch]

Phil Oleson oz at nixil.net
Thu Jan 8 18:38:05 PST 2004


I attempted to create a PR for this.. but anyways..
here is a patch to update sqlite to the latest stable version.

Phil.
-------------- next part --------------
diff -ru sqlite.old/Makefile sqlite/Makefile
--- sqlite.old/Makefile	Tue Nov 11 08:13:08 2003
+++ sqlite/Makefile	Thu Jan  8 15:13:23 2004
@@ -12,7 +12,7 @@
 # SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84.
 
 PORTNAME=	sqlite
-PORTVERSION=	2.8.6
+PORTVERSION=	2.8.8
 PORTREVISION=	0
 CATEGORIES=	databases
 MASTER_SITES=	http://www.hwaci.com/sw/sqlite/
diff -ru sqlite.old/distinfo sqlite/distinfo
--- sqlite.old/distinfo	Tue Nov 11 08:13:08 2003
+++ sqlite/distinfo	Thu Jan  8 15:12:57 2004
@@ -1 +1 @@
-MD5 (sqlite-2.8.6.tar.gz) = 3047e24370d7e49d7bfd9728addf76cf
+MD5 (sqlite-2.8.8.tar.gz) = 0fe7af15a9747727db81fe011bb46d4a
diff -ru sqlite.old/files/patch-Makefile.in sqlite/files/patch-Makefile.in
--- sqlite.old/files/patch-Makefile.in	Tue Nov 11 08:13:08 2003
+++ sqlite/files/patch-Makefile.in	Thu Jan  8 15:32:34 2004
@@ -1,18 +1,18 @@
---- Makefile.in.orig	Thu Aug 21 22:36:16 2003
-+++ Makefile.in	Tue Nov 11 14:02:32 2003
+--- Makefile.in.orig	Thu Jan  8 15:26:45 2004
++++ Makefile.in	Thu Jan  8 15:32:16 2004
 @@ -33,7 +33,7 @@
  prefix = @prefix@
  exec_prefix = @exec_prefix@
  INSTALL = @INSTALL@
 -LIBTOOL = ./libtool
 +LIBTOOL = %%LIBTOOL%%
+ RELEASE = @ALLOWRELEASE@
  
  # Compiler options needed for programs that use the TCL library.
- #
-@@ -168,12 +168,12 @@
+@@ -177,12 +177,12 @@
  
  libsqlite.la:	$(LIBOBJ)
- 	$(LIBTOOL) $(TCC) -o libsqlite.la $(LIBOBJ) -rpath $(exec_prefix)/lib \
+ 	$(LIBTOOL) $(TCC) -o libsqlite.la $(LIBOBJ) ${RELEASE} -rpath $(exec_prefix)/lib \
 -		-version-info "8:6:8"
 +		-version-info "2:0:0"
  
@@ -24,7 +24,7 @@
  
  sqlite:	$(TOP)/src/shell.c libsqlite.la sqlite.h
  	$(LIBTOOL) $(TCC) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \
-@@ -341,67 +341,67 @@
+@@ -356,67 +356,67 @@
  	./testfixture $(TOP)/test/quick.test
  
  index.html:	$(TOP)/www/index.tcl last_change
@@ -112,7 +112,7 @@
  
  
  # Files to be published on the website.
-@@ -435,13 +435,19 @@
+@@ -450,13 +450,19 @@
  
  install:	sqlite libsqlite.la sqlite.h
  	$(INSTALL) -d $(exec_prefix)/lib
@@ -125,8 +125,8 @@
 +	$(INSTALL) .libs/sqlite $(exec_prefix)/bin
  	$(INSTALL) -d $(prefix)/include
  	$(INSTALL) -m 0644 sqlite.h $(prefix)/include
- 	$(INSTALL) -d $(exec_prefix)/lib/pkgconfig; \
- 	$(INSTALL) -m 0644 sqlite.pc $(exec_prefix)/lib/pkgconfig; \
+ 	$(INSTALL) -d $(exec_prefix)/lib/pkgconfig; 
+ 	$(INSTALL) -m 0644 sqlite.pc $(exec_prefix)/lib/pkgconfig; 
 +
 +install-tcl:  libtclsqlite.la
 +	$(INSTALL) -d $(prefix)/lib/sqlite


More information about the freebsd-ports mailing list