1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 3.6.32.1.

Remove TCL build dependency using a patch from OpenBSD.

PR:		ports/145213
Submitted by:	Bapt <baptiste.daroussin@gmail.com>
Approved by:	mnag@ (maintainer timeout)
This commit is contained in:
Wesley Shields 2010-04-20 23:45:58 +00:00
parent 105cf16174
commit 39a0db1315
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252980
3 changed files with 10 additions and 9 deletions

View File

@ -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_GNOME= pkgconfig
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 @@ CONFIGURE_ARGS+= --enable-tempstore=yes
.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=""

View File

@ -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

View File

@ -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