aboutsummaryrefslogtreecommitdiff
path: root/ports/tcl/CONTROL
diff options
context:
space:
mode:
authorJackBoosY <47264268+JackBoosY@users.noreply.github.com>2019-10-18 08:26:50 +0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2019-10-17 17:26:50 -0700
commitdb411cbe64fcdba91442c5d13afc237a51099527 (patch)
tree91d9bb613a0def61a8f2ac068138a066a4740135 /ports/tcl/CONTROL
parent75dd38cd8a8143d9a77e81da25085ab1b7621cd6 (diff)
downloadvcpkg-db411cbe64fcdba91442c5d13afc237a51099527.tar.gz
vcpkg-db411cbe64fcdba91442c5d13afc237a51099527.zip
[tcl]Upgrade to 8.6.9 and use vcpkg_install_make/vcpkg_install_nmake. (#8402)
* [tcl]Upgrade to 8.6.9 and use vcpkg_install_make/vcpkg_install_nmake. * [tcl]Upgrade to 8.6.10 and add features. * [tcl]Delete debug info and support static build. * Re-trigger CI system. * [tcl]Fix windows-static build.
Diffstat (limited to 'ports/tcl/CONTROL')
-rw-r--r--ports/tcl/CONTROL14
1 files changed, 13 insertions, 1 deletions
diff --git a/ports/tcl/CONTROL b/ports/tcl/CONTROL
index 2c89905e8..f9aa4762a 100644
--- a/ports/tcl/CONTROL
+++ b/ports/tcl/CONTROL
@@ -1,4 +1,16 @@
Source: tcl
-Version: 8.6.5
+Version: 8.6.10-2
Homepage: https://github.com/tcltk/tcl
Description: Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides the fastest and most powerful way to create GUI applications that run on PCs, Unix, and Mac OS X. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications.
+
+Feature: thrdalloc
+Description: Use the thread allocator (shared global free pool).
+
+Feature: profile
+Description: Adds profiling hooks. Map file is assumed.
+
+Feature: unchecked
+Description: Allows a symbols build to not use the debug enabled runtime (msvcrt.dll not msvcrtd.dll or libcmt.lib not libcmtd.lib).
+
+Feature: utfmax
+Description: Forces Tcl_UniChar to be a 32-bit quantity in stead of 16-bits \ No newline at end of file