Comment: | Merge updates from trunk. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | win32-install |
Files: | files | file ages | folders |
SHA1: |
e29b34acd1faaaba383f026a13d26174 |
User & Date: | mistachkin on 2016-06-29 01:19:59 |
Other Links: | branch diff | manifest | tags |
2016-06-29
| ||
02:46 | Add Fossil 'keep-glob' setting to prevent the downloaded files from being cleaned. Leaf check-in: 685cc32776 user: mistachkin tags: win32-install | |
01:19 | Merge updates from trunk. check-in: e29b34acd1 user: mistachkin tags: win32-install | |
2016-05-13
| ||
02:00 | Fix to build of TCL_UTF_MAX check-in: 71bd41f921 user: rkeene tags: trunk | |
2015-12-14
| ||
21:01 | Experimental adjustments to the install targets for Win32. check-in: 2ec7ce2722 user: mistachkin tags: win32-install | |
Modified .fossil-settings/ignore-glob from [e36d46f2b3] to [6de3991281].
︙ | |||
142 143 144 145 146 147 148 | 142 143 144 145 146 147 148 149 | - + | kitdll/buildsrc/kitdll-0.0/config.log kitdll/buildsrc/kitdll-0.0/config.status kitdll/buildsrc/kitdll-0.0/vfs_kitdll_data_tcl.c kitdll/buildsrc/kitdll-0.0/vfs_kitdll.tcl.h kitdll/build/kitdll-* kitdll/build/kitdll-*/* kitdll/build.log |
Modified README from [c5d7d876b1] to [8577620ff5].
︙ | |||
141 142 143 144 145 146 147 148 149 150 151 152 153 154 | 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 | + + + + + + + + + + + | are excluded. This typically includes (as of Tcl 8.6): itcl thread 10. KC_TCL_STATICPKGS Set this variable to the value "1" to attempt to force the packages included in the "pkgs" directory of Tcl 8.6+ to be compiled statically 11. KITCREATOR_STATIC_KITDLL Set this variable to the value "1" to build a static KitDLL. This only has an affect when KITCREATOR_PKGS specifies that "kitdll" is to be built (e.g., KITCREATOR_PKGS='kitdll') 12. KITCREATOR_ITCL3_FORCE Set this variable to the value "1" to build [incr Tcl] version 3.x even with Tcl 8.6+. Note that [incr Tcl] 4.x will still be built as part of Tcl 8.6+ (unless excluded using KITCREATOR_MINBUILD). Cross compiling Environment Variables: 1. CC C compiler e.g. i686-pc-mingw32-gcc |
︙ |
Modified build/make-kit-macosx-amd64 from [17e09199c0] to [2ff67a4329].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 | - + | #! /bin/sh CC='gcc -arch x86_64' CXX='g++ -arch x86_64' export CC CXX |
Modified build/make-kit-macosx-i386 from [33d805adde] to [d0ef76fb73].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 | - + | #! /bin/sh CC='gcc -arch i386' CXX='g++ -arch i386' export CC CXX |
Modified build/make-kit-macosx-ppc from [3867238257] to [90b249d07a].
1 2 | 1 2 3 | - + | #! /bin/sh |
Modified build/make-kit-macosx-ppc64 from [9dcb9c91cc] to [9ab10e87a6].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 | - + | #! /bin/sh CC='gcc -arch ppc64' CXX='g++ -arch ppc64' export CC CXX |
Renamed and modified build/make-kit-powermacg5 [9ceb1cf4f7] to build/make-kit-remote [e991615aec].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | + + - - - + + + + + + + + + + + + + + + + + + + + + - + - - - - - + + + + + - - + + - - + + - - - - - - - - + + + + + + + + - + - - - - - | #! /bin/bash TARGET="$1" shift |
Modified build/makearch.info from [fe83d4d792] to [7129edb006].
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - + | # If set to "auto" it will be maintained in a file called .version # in the source directory and the revision will be incremented # each time a "makearch" is done. # # If @@SVNLCR@@ is used anywhere in this version number, it will be # replaced with the highest last-changed-rev from the output of # svn info -R (or 0) |
︙ |
Modified build/test/test from [b787f2bb27] to [1606fd2709].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | #! /bin/bash |
︙ |
Added build/utils/download-tclkit.tcl version [092ef76dba].
|
Modified build/web/building.cgi from [ceea8a8659] to [c7e1a0c441].
︙ | |||
69 70 71 72 73 74 75 76 77 78 79 80 81 82 | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | + + + + + | append description ", Without Tcl pkgs/ and all encodings" } } "staticlibssl" { if {$value} { append description ", Statically linked to LibSSL" } } "staticpkgs" { if {$value} { append description ", With Tcl 8.6+ pkgs/ directory all packages statically linked in" } } "storage" { switch -- $value { "mk4" { append description ", Metakit-based" } "zip" { |
︙ |
Modified build/web/kitcreator.vfs/index.rvt from [e6bae894b6] to [72c38390f4].
︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | + + | set kitcreator_versions(trunk) "Fossil Trunk Tip" set tcl_versions(8.5.15) 8.5.15 set tcl_versions(8.5.16) 8.5.16 set tcl_versions(8.5.17) 8.5.17 set tcl_versions(8.5.18) 8.5.18 set tcl_versions(8.5.19) 8.5.19 set tcl_versions(8.6.1) 8.6.1 set tcl_versions(8.6.2) 8.6.2 set tcl_versions(8.6.3) 8.6.3 set tcl_versions(8.6.4) 8.6.4 set tcl_versions(8.6.5) 8.6.5 set tcl_versions(fossil_trunk) "Fossil Trunk Tip" set platforms(android-arm) "Android/ARM" set platforms(freebsd-amd64) "FreeBSD/amd64" set platforms(hpux-hppa64) "HP-UX/PA-RISC 2.0" set platforms(linux-amd64) "Linux/amd64" set platforms(linux-amd64-static) "Linux/amd64 (static)" |
︙ | |||
118 119 120 121 122 123 124 125 126 127 128 129 130 131 | 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | + + + + + + | } "option_minbuild" { set build_options(minbuild) 1 } "option_staticlibssl" { set build_options(staticlibssl) 1 } "option_staticpkgs" { set build_options(staticpkgs) 1 } "option_tclutfmax6" { set build_options(tclutfmax6) 1 } "option_storage" { switch -- $args($arg) { "mk4" - "zip" - "cvfs" { set build_options(storage) $args($arg) } } } |
︙ | |||
357 358 359 360 361 362 363 364 365 366 367 368 369 370 | 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 | + + | <input type="checkbox" name="option_package_<? puts -nonewline $package ?>" id="option_package_<? puts -nonewline $package ?>">Package: <? puts -nonewline $packages($package) ?><br> <? } ?> <input type="checkbox" name="option_threaded">Kit: Threaded<br> <input type="checkbox" name="option_debug">Kit: Debugging Build<br> <input type="checkbox" name="option_kitdll" id="option_kitdll">Kit: Build Library (KitDLL)<br> <input type="checkbox" name="option_dynamictk" id="option_dynamictk">Kit: Always link Tk dynamically (if Tk is built)<br> <input type="checkbox" name="option_minbuild">Kit: "Minimal" build (remove extra packages shipped as part of Tcl and reduce encodings)<br> <input type="checkbox" name="option_staticpkgs">Kit: Statically link packages in pkgs directory<br> <input type="checkbox" name="option_tclutfmax6">Kit: TCL_UTF_MAX=6 (incompatibility with standard Tcl)<br> <input type="checkbox" name="option_staticlibssl">TLS: Statically link to LibSSL </td> </tr> <tr> <td>Kit Storage:</td> <td> <select name="option_storage"> |
︙ |
Modified build/web/process_queue from [213ef78771] to [611cdd4af4].
︙ | |||
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 | + + + + + + + + + + - + | set ::env(KITCREATOR_MINBUILD) 1 } } "staticlibssl" { if {$value} { set ::env(KC_TLS_LINKSSLSTATIC) 1 } } "staticpkgs" { if {$value} { set ::env(KC_TCL_STATICPKGS) 1 } } "tclutfmax6" { if {$value} { set ::env(KC_TCL_UTF_MAX) 6 } } "staticmk4" { } } } catch { exec ./build/pre.sh } catch { file delete "${outfile}.log" } catch { set cmd [list $script $buildinfo(tcl_version) {*}$args] set fd [open "${outfile}.log" w+] puts $fd "Running: export KITCREATOR_PKGS=\"$::env(KITCREATOR_PKGS)\"" |
︙ |
Added common/helpers/download version [d546c4b48d].