Update to 1.0.6.
This commit is contained in:
parent
c7d9916a2b
commit
f343e2afda
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2017/12/06 05:48:57 stu Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2017/12/25 04:36:57 stu Exp $
|
||||
|
||||
COMMENT = Tcl Database Connectivity
|
||||
|
||||
V = 1.0.5
|
||||
V = 1.0.6
|
||||
|
||||
DISTNAME = tdbc${V}
|
||||
PKGNAME = tdbc-${V}
|
||||
REVISION = 0
|
||||
SHARED_LIBS = tdbc${V:S/.//g} 0.0
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = http://tdbc.tcl.tk/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (tdbc1.0.5.tar.gz) = j1yaiQ3RBBB512Q/34FxORZiTrqmWgPRx0BP+aDCJbY=
|
||||
SIZE (tdbc1.0.5.tar.gz) = 191591
|
||||
SHA256 (tdbc1.0.6.tar.gz) = fFLU86yDn5ADX2O5O10jlQWrMCI3yJSMF8WmBUfV3XI=
|
||||
SIZE (tdbc1.0.6.tar.gz) = 202184
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2017/11/04 18:57:19 stu Exp $
|
||||
$OpenBSD: patch-Makefile_in,v 1.4 2017/12/25 04:36:57 stu Exp $
|
||||
Index: Makefile.in
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -415,15 +415,15 @@ install-lib-binaries: binaries
|
||||
@@ -422,15 +422,15 @@ install-lib-binaries: binaries
|
||||
@$(INSTALL_DATA_DIR) $(DESTDIR)$(pkglibdir)
|
||||
@list='$(lib_BINARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2017/11/04 18:57:19 stu Exp $
|
||||
$OpenBSD: patch-configure,v 1.3 2017/12/25 04:36:57 stu Exp $
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -9044,7 +9044,7 @@ tdbc_SRC_DIR=`cd "${tdbc_SRC_DIR}"; $CYGPATH $(pwd)`
|
||||
@@ -9019,7 +9019,7 @@ tdbc_SRC_DIR=`cd "${tdbc_SRC_DIR}"; $CYGPATH $(pwd)`
|
||||
|
||||
# Develop a fully qualified path for where .tcl files for the tdbc package
|
||||
# appear at run time.
|
||||
@ -11,7 +11,7 @@ Index: configure
|
||||
if test -d "${tdbc_LIB_DIR}" ; then
|
||||
tdbc_LIB_DIR=`cd "${tdbc_LIB_DIR}"; $CYGPATH $(pwd)`
|
||||
fi
|
||||
@@ -9058,7 +9058,7 @@ fi
|
||||
@@ -9033,7 +9033,7 @@ fi
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
# pkglibdir must be a fully qualified path and (not ${exec_prefix}/lib)
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-library_tdbc_tcl,v 1.1 2017/12/06 05:48:57 stu Exp $
|
||||
|
||||
Ensure consistent results. From upstream.
|
||||
|
||||
Index: library/tdbc.tcl
|
||||
--- library/tdbc.tcl.orig
|
||||
+++ library/tdbc.tcl
|
||||
@@ -429,6 +429,7 @@ oo::class create ::tdbc::connection {
|
||||
WHERE 1=1
|
||||
$clause1
|
||||
$clause2
|
||||
+ ORDER BY \"foreignConstraintCatalog\", \"foreignConstraintSchema\", \"foreignConstraintName\", \"ordinalPosition\"
|
||||
"]
|
||||
dict set foreignKeysStatement $exists1 $exists2 $stmt
|
||||
}
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2017/11/04 18:57:19 stu Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2017/12/25 04:36:57 stu Exp $
|
||||
include/tdbc/
|
||||
include/tdbc/tdbc.h
|
||||
include/tdbc/tdbcDecls.h
|
||||
include/tdbc/tdbcInt.h
|
||||
@lib lib/libtdbc105.so.${LIBtdbc105_VERSION}
|
||||
lib/libtdbcstub105.a
|
||||
@lib lib/libtdbc106.so.${LIBtdbc106_VERSION}
|
||||
lib/libtdbcstub106.a
|
||||
lib/tcl/tdbc/
|
||||
lib/tcl/tdbc/pkgIndex.tcl
|
||||
lib/tcl/tdbc/tdbc.tcl
|
||||
|
Loading…
Reference in New Issue
Block a user