aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl85
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate Tcl/Tk 8.5 and dependent portsPietro Cerutti2019-06-121-0/+2
| | | | | | | | | | | | Tcl/Tk 8.5 is approaching EOL. It might or might get another patch release with 8.7 is released, but people should have started migrating to 8.6 long ago. See also the second paragraph in the last 8.5 release announcement from three years ago here: https://code.activestate.com/lists/tcl-core/15413/ For now, I don't have an EXPIRATION_DATE. Notes: svn path=/head/; revision=504021
* lang/tcl8[567], x11-toolkits/tk8[56]: install manpages and TZ data by defaultPietro Cerutti2019-02-191-2/+2
| | | | | | | Reported by: https://lists.freebsd.org/pipermail/freebsd-tcltk/2019-February/000635.html Notes: svn path=/head/; revision=493355
* Fix libtclstub.a being stripped of symbols and thus being useless.Bryan Drewery2018-05-102-13/+2
| | | | | | | | | - We forced -s to INSTALL because we were not using install-strip. - qa.sh was bugged and improperly reported that the shared library was not stripped. That was fixed in r469589. Notes: svn path=/head/; revision=469591
* lang/tcl85, lang/tcl86: remove MODULES optionPietro Cerutti2018-03-272-14/+12
| | | | | | | | | | | MODULES conflict with WITHOUT_MODULES from make.conf (see bug 226557). Moreover, they don't require any additional dependencies and their cost in terms of size is small wrt the total size of these ports. PR: 226557 Notes: svn path=/head/; revision=465706
* 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
* lang/tcl85: fix integer overflow and avoid segfaultPietro Cerutti2016-11-042-0/+47
| | | | | | | | PR: 214205 Submitted by: gahr Notes: svn path=/head/; revision=425331
* lang/tcl8*: remove use of fpsetroundPietro Cerutti2016-09-091-0/+17
| | | | | | | | | | Pushed upstream: http://core.tcl.tk/tcl/info/20c19f9d5593455a PR: 212512 Submitted by: emaste Notes: svn path=/head/; revision=421600
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* lang/tcl85, x11-toolkits/tk85: update to 8.5.19Pietro Cerutti2016-02-165-767/+743
| | | | | | | Announcement: http://code.activestate.com/lists/tcl-core/15413/ Notes: svn path=/head/; revision=408982
* - Add a couple of symlinks needed by databases/casstclPietro Cerutti2015-06-247-27/+32
| | | | | | | | - Bump PORTREVISION - While at it, make makepatch-ify Notes: svn path=/head/; revision=390470
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Update Tcl/Tk 8.5 to 8.5.18Pietro Cerutti2015-03-074-84/+71
| | | | | | | Release notes: http://code.activestate.com/lists/tcl-core/14457/ Notes: svn path=/head/; revision=380682
* - Update Tcl/Tk 8.5 to 8.5.17Pietro Cerutti2014-11-152-3/+3
| | | | | | | Release notes: http://code.activestate.com/lists/tcl-core/14232/ Notes: svn path=/head/; revision=372592
* Cleanup plistBaptiste Daroussin2014-10-271-31/+0
| | | | Notes: svn path=/head/; revision=371587
* - Update Tcl/Tk 8.5 to 8.5.16Pietro Cerutti2014-08-275-104/+92
| | | | | | | Release notes: http://code.activestate.com/lists/tcl-core/14056/ Notes: svn path=/head/; revision=366295
* Canonicalize a few LICENSE_PERMSAntoine Brodin2014-08-221-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365614
* - Fix PLIST with non-standard OPTIONSPietro Cerutti2014-04-282-19/+25
| | | | | | | | PR: 188712 Submitted by: Allen Hewes <rallenh@hotmail.com> Notes: svn path=/head/; revision=352471
* - STAGE-cleanPietro Cerutti2014-02-034-705/+711
| | | | | | | - Fix LICENSE Notes: svn path=/head/; revision=342396
* - Partial revert of r328226: These ports are not stage safe as theyBryan Drewery2013-09-261-1/+2
| | | | | | | | | | | install absolute symlinks pointing to the stagedir! Poudriere has been improved to check for this issue now. With hat: portmgr Reported by: madpilot, jpaetzel Notes: svn path=/head/; revision=328369
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINKPietro Cerutti2013-09-201-1/+0
| | | | | | | Suggested by: bapt Notes: svn path=/head/; revision=327665
* - Fix a problem that causes modules not to be foundPietro Cerutti2013-09-202-5/+7
| | | | | | | | | - Bump PORTREVISION Reported by: Christoph Lukas <clukas@firc.de> Notes: svn path=/head/; revision=327662
* - Update Tcl/Tk 8.5 to 8.5.15Pietro Cerutti2013-09-185-52/+54
| | | | | | | Release notes: http://code.activestate.com/lists/tcl-core/13585/ Notes: svn path=/head/; revision=327575
* - Bump PORTREVISION on Tcl/Tk ports so that r316025 takes effectPietro Cerutti2013-05-221-0/+1
| | | | | | | Reported by: bdrewery Notes: svn path=/head/; revision=318766
* - Allow safe interps to use tm.tcl to locate packages. This only affectsPietro Cerutti2013-04-291-1/+1
| | | | | | | SafeBase interps, as "raw" safe interps cannot read the filesystem. Notes: svn path=/head/; revision=316829
* - Fix a long standing problem in tclConfig.sh and tkConfig.sh, where pathsPietro Cerutti2013-04-181-0/+8
| | | | | | | | | | | | | | | | | | | were set based on WRKSRC instead of PREFIX. This mainly affected TEA-based extensions that source tclConfig.sh / tkConfig.sh to set important variables. An example is TCL_SRC_DIR, which is used to locate Tcl/Tk private header files such as tclUnixPort.h or tkUnixPort.h. This variable was previously set to WRKSRC, which caused ports to need additional tweaks to CFLAGS or CONFIGURE_ARGS. It should now be possible to build TEA-based extensions by specifying only the CONFIGURE_ARGS --with-tcl=${TCL_LIBDIR} / --with-tk=${TK_LIBDIR}. Feature safe: yes Approved by: bapt (portmgr) Notes: svn path=/head/; revision=316025
* - Update Tcl/Tk 8.5 to 8.5.14Pietro Cerutti2013-04-175-43/+46
| | | | | | | | | Release notes: http://code.activestate.com/lists/tcl-core/13208/ Feature safe: yes Notes: svn path=/head/; revision=315950
* - Remove BROKEN on ia64, as it's reported to build and run fine therePietro Cerutti2013-02-071-4/+0
| | | | | | | Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> Notes: svn path=/head/; revision=311823
* - Fix letf-oversPietro Cerutti2013-02-071-1/+1
| | | | | | | Reported by: decke Notes: svn path=/head/; revision=311820
* - Add manpage-related files which didn't end up in yesterday's major Tcl/TkPietro Cerutti2013-02-073-1/+708
| | | | | | | | commit. - Clean left-overs Notes: svn path=/head/; revision=311816
* - Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0Pietro Cerutti2013-02-065-812/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: http://www.tcl.tk/software/tcltk/8.6.html - Get rid of -thread slaves ports: threads are now enabled by default and can be OPTIONally disabled. This applies to: * lang/tcl84 * lang/tcl85 * lang/tcl86 * x11-toolkits/tk84 * x11-toolkits/tk85 * x11-toolkits/tk86 - Get rid of tcl-modules slave port: modules are now installed by default and can be OPTIONally disabled. This applies to: * lang/tcl85 * lang/tcl86 - Fix conflicts between man pages of different Tcl/Tk versions, by adding a suffix (tcl84, tcl85, tcl86, tk84, tk85, and tk86). Reviewed by: bf, crees Approved by: bapt (portmgr, after partial exp-run) Notes: svn path=/head/; revision=311773
* - Update to Tcl/Tk 8.5.13Pietro Cerutti2012-12-035-81/+71
| | | | | | | | | | | Release notes: http://sf.net/mailarchive/message.php?msg_id=30090852 PR: ports/173753 (based on) Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=308126
* consolidate under (lower-case) tcltk@Brendan Fabeny2012-11-261-1/+1
| | | | | | | | PR: 173753 , 173767 Feature safe: yes Notes: svn path=/head/; revision=307793
* - reassign ports to TclTk@FreeBSD.orgPietro Cerutti2012-11-261-1/+1
| | | | | | | | | | | | - while at it, trim Makefile headers in lang/tcl-modules PR: ports/173939 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (previous maintainer) Approved by: mm@ (previous maintainer of lang/tcl-modules) Feature safe: yes Notes: svn path=/head/; revision=307789
* - Avoid creating unused empty directories when installing tcl-modulesPietro Cerutti2012-10-122-2/+1
| | | | | | | | Approved by: portmgr (bapt) Feature safe: yes Notes: svn path=/head/; revision=305764
* Do not try to delete a directory where nothing is being added by the package andBaptiste Daroussin2012-10-101-1/+0
| | | | | | | | | | | not created by the package. This fix tcl86 building on pointyhat with pkgng. Approved by: c.petrik.sosa@gmail.com (maintainer) Notes: svn path=/head/; revision=305670
* - pass maintainership to new volonteerRuslan Makhmatkhanov2012-09-301-7/+2
| | | | | | | | | | | | | while here: - trim Makefile header - remove indifenite article from COMMENT - remove deprecated attribution in pkg-descr PR: 172163 Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com> Notes: svn path=/head/; revision=305074
* Of course, files/patch-* should not be in EXTRA_PATCHES.Chris Rees2012-09-221-1/+0
| | | | | | | | I've tested this change properly now, and I'll sit quietly in the corner for a while. Notes: svn path=/head/; revision=304702
* My turn for the pointyhatChris Rees2012-09-221-1/+1
| | | | Notes: svn path=/head/; revision=304696
* Restore files/patch-uk-locale that was removed from tcl86/filesChris Rees2012-09-222-1/+16
| | | | | | | | | | Although gahr removed the file, the pointyhat really belongs to mi for putting such a nasty surprise into an unrelated Makefile... Noticed by: David Wolfskill Notes: svn path=/head/; revision=304695
* Fix tinderbox leftovers warning from r303095: do not installJimmy Olgeni2012-08-271-1/+2
| | | | | | | lib/tcl8.5/msgs/uk.msg.orig. Does not apply to lang/tcl86. Notes: svn path=/head/; revision=303247
* Fix the name of the month of March in the Ukrainian locale forMikhail Teterin2012-08-241-0/+2
| | | | | | | | | | Tcl-8.5 and 8.6 (8.4 does not have the bug). The patch is already submitted upstream. Bump PORTREVISIONs for both. Notes: svn path=/head/; revision=303095
* Release maintainership of Tcl/Tk ports back to pool.Martin Matuska2012-08-031-1/+1
| | | | Notes: svn path=/head/; revision=301977
* Always install tclsh and wish manual pages.Martin Matuska2012-08-031-5/+0
| | | | Notes: svn path=/head/; revision=301975
* Update tcl85/tk85 to 8.5.12Martin Matuska2012-08-036-66/+70
| | | | Notes: svn path=/head/; revision=301943
* Update tcl85/tk85 to 8.5.11Martin Matuska2011-11-085-8/+12
| | | | Notes: svn path=/head/; revision=285287
* Update to 8.5.10Martin Matuska2011-06-266-43/+46
| | | | Notes: svn path=/head/; revision=276434
* - Add LICENSE informationMartin Matuska2011-03-231-0/+3
| | | | | | | - Make portlint happier Notes: svn path=/head/; revision=271518
* - Fix pkg-plist with TZDATA option onMartin Matuska2011-02-022-2/+8
| | | | | | | | | | | - Remove MD5 from distinfo PR: ports/154458 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268548