ports/145213: [PATCH] databases/sqlite3: update to 3.6.23.1 and remove tcl build dep
Bapt
baptiste.daroussin at gmail.com
Tue Mar 30 16:30:02 UTC 2010
>Number: 145213
>Category: ports
>Synopsis: [PATCH] databases/sqlite3: update to 3.6.23.1 and remove tcl build dep
>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: Tue Mar 30 16:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Bapt
>Release: FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 8.0-STABLE FreeBSD 8.0-STABLE #3: Sun Jan 10 20:39:38 CET 2010
>Description:
- Update to 3.6.23.1
Also remove the tcl build dep replacing it by a simple sed. this part is taken from the openbsd's patch
Port maintainer (mnag at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- sqlite3-3.6.23.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/Makefile /usr/ports/databases/sqlite3/Makefile
--- /usr/ports/databases/sqlite3.orig/Makefile 2010-03-09 08:04:53.000000000 +0100
+++ /usr/ports/databases/sqlite3/Makefile 2010-03-30 18:19:44.131026895 +0200
@@ -6,7 +6,7 @@
#
PORTNAME= sqlite3
-PORTVERSION= 3.6.19
+PORTVERSION= 3.6.23.1
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
DISTNAME= sqlite-${PORTVERSION}
@@ -21,7 +21,6 @@
USE_LDCONFIG= YES
GNU_CONFIGURE= YES
USE_GNOME= gnomehack
-USE_TCL_BUILD= 84+
CONFIGURE_ENV+= TCLSH_CMD="${TCLSH}" \
TCLLIBDIR="${PREFIX}/lib/${PORTNAME}" \
ac_cv_search_pthread_create=""
@@ -60,6 +59,7 @@
.if defined(WITH_TCLWRAPPER)
CATEGORIES+= lang tcl
COMMENT+= with TCL Wrapper
+USE_TCL_BUILD= 84+
USE_TCL_RUN= 84+
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR}
PLIST_SUB+= WITH_TCLWRAPPER=""
diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/distinfo /usr/ports/databases/sqlite3/distinfo
--- /usr/ports/databases/sqlite3.orig/distinfo 2009-11-02 11:11:48.000000000 +0100
+++ /usr/ports/databases/sqlite3/distinfo 2010-03-30 18:19:44.113026611 +0200
@@ -1,3 +1,3 @@
-MD5 (sqlite-3.6.19.tar.gz) = aa03cc24a52851bb204fc1e489e195e8
-SHA256 (sqlite-3.6.19.tar.gz) = 7d8649c44fb97b874aa59144faaeb2356ec1fc6a8a7baa1d16e9ff5f1e097003
-SIZE (sqlite-3.6.19.tar.gz) = 2942005
+MD5 (sqlite-3.6.23.1.tar.gz) = d99f1b31da0eb33271464bee15cec701
+SHA256 (sqlite-3.6.23.1.tar.gz) = 1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492
+SIZE (sqlite-3.6.23.1.tar.gz) = 3086807
diff -ruN --exclude=CVS /usr/ports/databases/sqlite3.orig/files/patch-Makefile.in /usr/ports/databases/sqlite3/files/patch-Makefile.in
--- /usr/ports/databases/sqlite3.orig/files/patch-Makefile.in 2009-11-02 11:11:49.000000000 +0100
+++ /usr/ports/databases/sqlite3/files/patch-Makefile.in 2010-03-30 18:19:44.127025838 +0200
@@ -1,11 +1,12 @@
---- Makefile.in.orig 2009-09-17 13:41:21.000000000 +0200
-+++ Makefile.in 2009-09-17 13:45:38.000000000 +0200
-@@ -687,7 +687,7 @@
+--- ./Makefile.in.orig 2010-03-30 17:56:53.366241027 +0200
++++ ./Makefile.in 2010-03-30 18:05:42.477723394 +0200
+@@ -689,7 +689,8 @@
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/status.c
sqlite3.h: $(TOP)/src/sqlite.h.in $(TOP)/manifest.uuid $(TOP)/VERSION
- tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
-+ $(TCLSH_CMD) $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h
++ sed -e s/--VERS--/$(RELEASE)/ $(TOP)/src/sqlite.h.in | \
++ sed -e s/--VERSION-NUMBER--/$(VERSION_NUMBER)/ >sqlite3.h
table.lo: $(TOP)/src/table.c $(HDR)
$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/table.c
--- sqlite3-3.6.23.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list