ports/75030: [patch] update port databases/sqlite3 to 3.0.8

Josh Elsasser josh at elsasser.org
Mon Dec 13 18:40:25 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list