ports/68143: Update port: databases/sqlite to 1.8.14

Rui Lopes rui at ruilopes.com
Sun Jun 20 13:00:49 UTC 2004


>Number:         68143
>Category:       ports
>Synopsis:       Update port: databases/sqlite to 1.8.14
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 20 13:00:35 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rui Lopes
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:


	
>Description:
 * Update to 1.8.14
 * Change MASTER_SITE to http://www.sqlite.org/
 * Fix configure warning
	
>How-To-Repeat:
	
>Fix:

	

--- sqlite-updateto-1.8.14.diff begins here ---
diff -ruN sqlite.orig/Makefile sqlite/Makefile
--- sqlite.orig/Makefile	Sun Jun 20 13:09:58 2004
+++ sqlite/Makefile	Sun Jun 20 13:34:09 2004
@@ -12,10 +12,9 @@
 # SQLITE_WITH_TCL83 and SQLITE_WITH_TCL84.
 
 PORTNAME=	sqlite
-PORTVERSION=	2.8.13
-PORTREVISION=	1
+PORTVERSION=	2.8.14
 CATEGORIES=	databases
-MASTER_SITES=	http://www.hwaci.com/sw/sqlite/
+MASTER_SITES=	http://www.sqlite.org/
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	gh at ghaering.de
@@ -57,6 +56,7 @@
 GNU_CONFIGURE=	YES
 USE_REINPLACE=	YES
 CONFIGURE_ARGS=	--prefix=${PREFIX} --with-hints=freebsd.hints
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 ALL_TARGET=	all
 #.if defined(WITH_TCL)
 #ALL_TARGET+=	libtclsqlite.la
diff -ruN sqlite.orig/distinfo sqlite/distinfo
--- sqlite.orig/distinfo	Sun Jun 20 13:09:58 2004
+++ sqlite/distinfo	Sun Jun 20 13:15:36 2004
@@ -1,2 +1,2 @@
-MD5 (sqlite-2.8.13.tar.gz) = 628fa52b5580b38ade75985dd4ba46dd
-SIZE (sqlite-2.8.13.tar.gz) = 956008
+MD5 (sqlite-2.8.14.tar.gz) = 113ce31cc31e0ab671bab590122e272a
+SIZE (sqlite-2.8.14.tar.gz) = 955231
diff -ruN sqlite.orig/files/patch-Makefile.in sqlite/files/patch-Makefile.in
--- sqlite.orig/files/patch-Makefile.in	Sun Jun 20 13:09:58 2004
+++ sqlite/files/patch-Makefile.in	Sun Jun 20 13:26:57 2004
@@ -1,5 +1,5 @@
---- Makefile.in.orig	Sun Feb 29 09:07:56 2004
-+++ Makefile.in	Sun Mar 28 15:41:51 2004
+--- Makefile.in.orig	Fri Mar 26 23:16:32 2004
++++ Makefile.in	Sun Jun 20 13:22:21 2004
 @@ -33,7 +33,7 @@
  prefix = @prefix@
  exec_prefix = @exec_prefix@
@@ -9,7 +9,7 @@
  RELEASE = @ALLOWRELEASE@
  
  # libtool compile/link/install
-@@ -184,12 +184,12 @@
+@@ -188,12 +188,12 @@
  
  libsqlite.la:	$(LIBOBJ)
  	$(LTLINK) -o libsqlite.la $(LIBOBJ) ${RELEASE} -rpath @exec_prefix@/lib \
@@ -24,7 +24,7 @@
  
  sqlite at TARGET_EXEEXT@:	$(TOP)/src/shell.c libsqlite.la sqlite.h
  	$(LTLINK) $(READLINE_FLAGS) -o sqlite $(TOP)/src/shell.c \
-@@ -365,67 +365,67 @@
+@@ -372,67 +372,67 @@
  	./testfixture $(TOP)/test/quick.test
  
  index.html:	$(TOP)/www/index.tcl last_change
@@ -112,21 +112,21 @@
  
  
  # Files to be published on the website.
-@@ -459,13 +459,19 @@
+@@ -466,13 +466,19 @@
  
  install:	sqlite libsqlite.la sqlite.h
- 	$(INSTALL) -d $(DESTDIR)/$(exec_prefix)/lib
--	$(LTINSTALL) libsqlite.la $(DESTDIR)/$(exec_prefix)/lib
+ 	$(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib
+-	$(LTINSTALL) libsqlite.la $(DESTDIR)$(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 $(DESTDIR)/$(exec_prefix)/bin
--	$(LTINSTALL) sqlite $(DESTDIR)/$(exec_prefix)/bin
+ 	$(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin
+-	$(LTINSTALL) sqlite $(DESTDIR)$(exec_prefix)/bin
 +	$(INSTALL) .libs/sqlite $(exec_prefix)/bin
- 	$(INSTALL) -d $(DESTDIR)/$(prefix)/include
- 	$(INSTALL) -m 0644 sqlite.h $(DESTDIR)/$(prefix)/include
--	$(INSTALL) -d $(DESTDIR)/$(exec_prefix)/lib/pkgconfig; 
--	$(INSTALL) -m 0644 sqlite.pc $(DESTDIR)/$(exec_prefix)/lib/pkgconfig; 
+ 	$(INSTALL) -d $(DESTDIR)$(prefix)/include
+ 	$(INSTALL) -m 0644 sqlite.h $(DESTDIR)$(prefix)/include
+-	$(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib/pkgconfig; 
+-	$(INSTALL) -m 0644 sqlite.pc $(DESTDIR)$(exec_prefix)/lib/pkgconfig; 
 +	$(INSTALL) -d $(DESTDIR)/$(exec_prefix)/libdata/pkgconfig; 
 +	$(INSTALL) -m 0644 sqlite.pc $(DESTDIR)/$(exec_prefix)/libdata/pkgconfig; 
 +
diff -ruN sqlite.orig/pkg-descr sqlite/pkg-descr
--- sqlite.orig/pkg-descr	Sun Jun 20 13:09:58 2004
+++ sqlite/pkg-descr	Sun Jun 20 13:15:10 2004
@@ -4,4 +4,4 @@
 that can be used to administer an SQLite database and which serves as an
 example of how to use the SQLite library.
 
-WWW: http://www.hwaci.com/sw/sqlite/
+WWW: http://www.sqlite.org/
--- sqlite-updateto-1.8.14.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list