Date: Thu, 08 Jan 2004 16:30:47 -0700 From: Phil Oleson <oz@nixil.net> To: gh@ghaering.de Cc: ports@FreeBSD.org Subject: FreeBSD Port: sqlite-2.8.9 Upgrade [patch] Message-ID: <3FFDE827.7060904@nixil.net>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------060508030405020108010805 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Blah.. as soon as I send off the previous email I notice that a new revision was released this week. Teaches me to not check for updates prior to sending out email to others.. here is a patch to bring it up to date.. Phil. --------------060508030405020108010805 Content-Type: text/plain; name="sqlite-patch2" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sqlite-patch2" diff -ru sqlite.old/Makefile sqlite/Makefile --- sqlite.old/Makefile Tue Nov 11 08:13:08 2003 +++ sqlite/Makefile Thu Jan 8 16:14:59 2004 @@ -12,7 +12,7 @@ # SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84. PORTNAME= sqlite -PORTVERSION= 2.8.6 +PORTVERSION= 2.8.9 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 16:14:51 2004 @@ -1 +1 @@ -MD5 (sqlite-2.8.6.tar.gz) = 3047e24370d7e49d7bfd9728addf76cf +MD5 (sqlite-2.8.9.tar.gz) = 0b19989fe083fd547d3baff619d62cda 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 16:25:00 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 Mon Dec 22 07:29:33 2003 ++++ Makefile.in Thu Jan 8 16:23:56 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 @@ +@@ -178,12 +178,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" @@ -22,9 +22,9 @@ - -version-info "8:6:8" + -version-info "2:0:0" - sqlite: $(TOP)/src/shell.c libsqlite.la sqlite.h + sqlite@TARGET_EXEEXT@: $(TOP)/src/shell.c libsqlite.la sqlite.h $(LIBTOOL) $(TCC) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \ -@@ -341,67 +341,67 @@ +@@ -357,67 +357,67 @@ ./testfixture $(TOP)/test/quick.test index.html: $(TOP)/www/index.tcl last_change @@ -112,25 +112,25 @@ # Files to be published on the website. -@@ -435,13 +435,19 @@ +@@ -451,13 +451,19 @@ - install: sqlite libsqlite.la sqlite.h + install: sqlite@TARGET_EXEEXT@ libsqlite.la sqlite.h $(INSTALL) -d $(exec_prefix)/lib - $(LIBTOOL) $(INSTALL) libsqlite.la $(exec_prefix)/lib + $(INSTALL) .libs/libsqlite.a $(exec_prefix)/lib + $(INSTALL) .libs/libsqlite.so $(exec_prefix)/lib + $(INSTALL) .libs/libsqlite.so.2 $(exec_prefix)/lib $(INSTALL) -d $(exec_prefix)/bin -- $(LIBTOOL) $(INSTALL) sqlite $(exec_prefix)/bin -+ $(INSTALL) .libs/sqlite $(exec_prefix)/bin +- $(LIBTOOL) $(INSTALL) sqlite@TARGET_EXEEXT@ $(exec_prefix)/bin ++ $(INSTALL) .libs/sqlite@TARGET_EXEEXT@ $(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 + $(INSTALL) .libs/libtclsqlite.so $(prefix)/lib/sqlite clean: - rm -f *.lo *.la *.o sqlite libsqlite.la sqlite.h opcodes.* + rm -f *.lo *.la *.o sqlite@TARGET_EXEEXT@ libsqlite.la sqlite.h opcodes.* --------------060508030405020108010805--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FFDE827.7060904>