From 88061cd54f968c45771959ca087d25b937b3f8cd Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Sat, 23 Nov 2019 06:06:01 +0100
Subject: [PATCH] pgtcl: update to 2.6.3

---
 components/tcl/pgtcl/pgtcl.p5m |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/components/tcl/pgtcl/pgtcl.p5m b/components/tcl/pgtcl/pgtcl.p5m
index d294fec..fe35112 100644
--- a/components/tcl/pgtcl/pgtcl.p5m
+++ b/components/tcl/pgtcl/pgtcl.p5m
@@ -23,14 +23,19 @@
 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
 # We need to replace index to load 64-bit library when necessary
-file files/pkgIndex.tcl path=usr/lib/tcl8.6/pgtcl2.3/pkgIndex.tcl
+file files/pkgIndex.tcl path=usr/lib/tcl8.6/pgtcl/pkgIndex.tcl
 
-file path=usr/lib/tcl8.6/pgtcl2.3/$(MACH64)/libpgtcl$(COMPONENT_VERSION).so
-#file path=usr/lib/tcl8.6/pgtcl2.3/$(MACH64)/pkgIndex.tcl
-#file path=usr/lib/tcl8.6/pgtcl2.3/$(MACH64)/postgres-helpers.tcl
-file path=usr/lib/tcl8.6/pgtcl2.3/libpgtcl$(COMPONENT_VERSION).so
-#file path=usr/lib/tcl8.6/pgtcl2.3/pkgIndex.tcl
-file path=usr/lib/tcl8.6/pgtcl2.3/postgres-helpers.tcl
+file path=usr/include/pgtclId.h
+file path=usr/lib/tcl8.6/pgtcl/$(MACH64)/libpgtcl$(COMPONENT_VERSION).so
+link path=usr/lib/tcl8.6/pgtcl/$(MACH64)/libpgtcl.so \
+    target=./libpgtcl$(COMPONENT_VERSION).so
+#file path=usr/lib/tcl8.6/pgtcl/$(MACH64)/pkgIndex.tcl
+#file path=usr/lib/tcl8.6/pgtcl/$(MACH64)/postgres-helpers.tcl
+file path=usr/lib/tcl8.6/pgtcl/libpgtcl$(COMPONENT_VERSION).so
+link path=usr/lib/tcl8.6/pgtcl/libpgtcl.so \
+    target=./libpgtcl$(COMPONENT_VERSION).so
+#file path=usr/lib/tcl8.6/pgtcl/pkgIndex.tcl
+file path=usr/lib/tcl8.6/pgtcl/postgres-helpers.tcl
 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/HTML.index
 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/index.html
 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/libpgtcl-loading.html
@@ -50,6 +55,7 @@
 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgexec.html
 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgexecprepared.html
 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgexecute.html
+file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pggetconnectionid.html
 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pggetresult.html
 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pgisbusy.html
 file path=usr/share/doc/pgtcl-$(COMPONENT_VERSION)/pgtcl-pglisten.html

--
Gitblit v1.9.3