aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl87
Commit message (Collapse)AuthorAgeFilesLines
* lang/tcl87: update to fossil checkin f1c99ff14cPietro Cerutti2017-05-247-159/+25
| | | | | | | | | | Restructure a bit the installation so that it matches more what upstream provides. Changelog: http://core.tcl.tk/tcl/timeline?from=f590914719&to=f1c99ff14c&sbs=1 Notes: svn path=/head/; revision=441573
* lang/tcl87: update to fossil checkin f590914719Pietro Cerutti2017-04-263-10/+11
| | | | | | | http://core.tcl.tk/tcl/timeline?from=c63d2eba50&to=f590914719 Notes: svn path=/head/; revision=439451
* lang/tcl87: update to fossil checkin c63d2eba50Pietro Cerutti2017-02-023-94/+98
| | | | | | | http://core.tcl.tk/tcl/timeline?from=24d90770030948ca&to=c63d2eba50 Notes: svn path=/head/; revision=433164
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-2/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Remove OPTIONS_EXCLUDE_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-031-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430513
* Remove emulation of OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}, it is a thingMathieu Arnold2016-12-201-3/+2
| | | | | | | | | now. Sponsored by: Absolight Notes: svn path=/head/; revision=429006
* lang/tcl87: enable DTRACE option by default where possibleSteve Wills2016-12-012-0/+22
| | | | | | | | PR: 214794 Approved by: gahr Notes: svn path=/head/; revision=427498
* lang/tcl87: update to fossil checkin 24d90770030948caPietro Cerutti2016-11-044-9/+9
| | | | | | | http://core.tcl.tk/tcl/timeline?from=699a33324b663e80&to=24d90770030948ca Notes: svn path=/head/; revision=425337
* lang/tcl87: update to fossil checkin 699a33324b663e80Pietro Cerutti2016-10-172-5/+5
| | | | | | | http://core.tcl.tk/tcl/timeline?from=faa78e6080f9033f&to=699a33324b663e80 Notes: svn path=/head/; revision=424107
* lang/tcl87: update to fossil checkin faa78e6080f9033fPietro Cerutti2016-10-073-5/+6
| | | | | | | http://core.tcl.tk/tcl/timeline?from=20c19f9d5593455a&to=faa78e6080f9033f Notes: svn path=/head/; revision=423461
* lang/tcl8*: remove use of fpsetroundPietro Cerutti2016-09-092-5/+5
| | | | | | | | | | Pushed upstream: http://core.tcl.tk/tcl/info/20c19f9d5593455a PR: 212512 Submitted by: emaste Notes: svn path=/head/; revision=421600
* lang/tcl87: update to fossil checkin b98ee5637696606ePietro Cerutti2016-09-082-5/+5
| | | | | | | http://core.tcl.tk/tcl/timeline?from=4589a9d17c9575e7&to=b98ee5637696606e Notes: svn path=/head/; revision=421537
* lang/tcl87: update to fossil checkin 4589a9d17c9575e7Pietro Cerutti2016-07-082-7/+7
| | | | | | | http://core.tcl.tk/tcl/timeline?from=c52fadac62&to=4589a9d17c9575e7 Notes: svn path=/head/; revision=418218
* lang/tcl87: update to fossil checkin c52fadac62Pietro Cerutti2016-07-042-5/+5
| | | | | | | http://core.tcl.tk/tcl/timeline?from=726413c61a&to=c52fadac62 Notes: svn path=/head/; revision=418009
* lang/tcl87: update to fossil checkin 726413c61aPietro Cerutti2016-07-012-5/+5
| | | | | | | http://core.tcl.tk/tcl/timeline?from=a633d16fae&to=726413c61a Notes: svn path=/head/; revision=417879
* lang/tcl87: update to fossil checkin a633d16fae65fb3aPietro Cerutti2016-06-232-6/+7
| | | | | | | http://core.tcl.tk/tcl/timeline?from=942948a1ea829133&to=a633d16fae65fb3a Notes: svn path=/head/; revision=417354
* lang/tcl87: two minor fixes after the versioning scheme changePietro Cerutti2016-06-061-2/+2
| | | | Notes: svn path=/head/; revision=416454
* lang/tcl87: switch to a versioning scheme including the update datePietro Cerutti2016-06-061-2/+1
| | | | | | | Suggested by: mat Notes: svn path=/head/; revision=416452
* lang/tcl87: update to fossil checkin 942948a1eaPietro Cerutti2016-06-064-8/+9
| | | | Notes: svn path=/head/; revision=416451
* lang/tcl87: pet portlint, remove trailing spaces from pkg-plistPietro Cerutti2016-06-012-16/+16
| | | | Notes: svn path=/head/; revision=416251
* lang/tcl87: add portPietro Cerutti2016-06-018-0/+2002
This is the development (trunk) version of Tcl, currently tagged 8.7.a0. I plan to integrate this into the USES=tcl framework once 8.7.0 is released. Use at your at your own risk. Notes: svn path=/head/; revision=416250