aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl86
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update Tcl/Tk 8.6 to 8.6.1Pietro Cerutti2013-09-208-98/+53
| | | | | | | Release notes: http://code.activestate.com/lists/tcl-core/13590/ Notes: svn path=/head/; revision=327664
* Increase the regex size limit to 1000, thus fixing libffi test suite.Chris Rees2013-06-022-1/+12
| | | | | | | | Submitted by: dim Obtained from: http://sourceforge.net/tracker/?func=detail&aid=3603557&group_id=10894&atid=110894 Notes: svn path=/head/; revision=319676
* - 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/+6
| | | | | | | | | | | | | | | | | | | 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
* - Complete my previous commitPietro Cerutti2013-02-063-745/+870
| | | | Notes: svn path=/head/; revision=311775
* - Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0Pietro Cerutti2013-02-065-167/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - Update maintainership of my Tcl/Tk ports to tcltk@Pietro Cerutti2012-11-261-1/+1
| | | | | | | | | - Trim Makefile headers Feature safe: yes Notes: svn path=/head/; revision=307807
* - Do not create DATADIR when building threaded versionPietro Cerutti2012-10-081-1/+1
| | | | | | | Reported by: PH (via linimon) Notes: svn path=/head/; revision=305519
* - Fix PLISTPietro Cerutti2012-09-262-2/+1
| | | | | | | Reported by: PH (via beat@) Notes: svn path=/head/; revision=304892
* - fix patch / install in tcl86-threads after update of tcl86Pietro Cerutti2012-09-251-4/+5
| | | | | | | Reported by: PH (via beat@) Notes: svn path=/head/; revision=304820
* - Update to 8.6.b.3Pietro Cerutti2012-09-196-75/+77
| | | | | | | | Release notes: http://sf.net/projects/tcl/files/Tcl/8.6b3/tcltk-release-notes-8.6b3.txt/view Notes: svn path=/head/; revision=304506
* Mark as broken on ARM.Mark Linimon2012-09-041-0/+4
| | | | Notes: svn path=/head/; revision=303633
* Fix the name of the month of March in the Ukrainian locale forMikhail Teterin2012-08-242-0/+16
| | | | | | | | | | 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
* Fix tcltest dependencyMartin Matuska2012-08-101-1/+1
| | | | | | | Reported by: beat@FreeBSD.org Notes: svn path=/head/; revision=302385
* Release maintainership of Tcl/Tk ports back to pool.Martin Matuska2012-08-031-1/+1
| | | | Notes: svn path=/head/; revision=301977
* Unbreak build with clangMartin Matuska2012-02-131-0/+9
| | | | | | | | PR: ports/162912 Submitted by: Jan Beich <jbeich@tormail.net> Notes: svn path=/head/; revision=291278
* Fix version number in pkg-descrMartin Matuska2011-09-191-1/+1
| | | | | | | PR: ports/157686 Notes: svn path=/head/; revision=281980
* Update to 8.6b2Martin Matuska2011-08-098-221/+176
| | | | Notes: svn path=/head/; revision=279345
* Update dependency on tcl-modules (8.5.10)Martin Matuska2011-06-261-1/+1
| | | | Notes: svn path=/head/; revision=276435
* - Add LICENSE informationMartin Matuska2011-03-232-1/+3
| | | | | | | - Make portlint happier Notes: svn path=/head/; revision=271518
* - Fix tcl-modules dependencyMartin Matuska2009-11-201-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=244522
* - Modify COMMENT for tcl84-thread, tcl85-thread and tcl86-threadMartin Matuska2009-11-201-1/+1
| | | | Notes: svn path=/head/; revision=244516
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Match modules dependency with latest tcl85 updateMartin Matuska2009-04-261-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=232761
* - do not create library dir if installing modulesMartin Matuska2009-03-031-16/+16
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=229408
* - Separate common tcl85 and tcl86 modules to a new port lang/tcl-modulesMartin Matuska2009-03-023-15/+70
| | | | | | | | | | - Make tcl-modules a slave port of tcl85 - Fix incompatible pkg-lists of tcl85 and tcl86 - Add modules to OPTIONS - Bump PORTREVISION Notes: svn path=/head/; revision=229389
* - Change the location of LATEST_LINK to make it workMartin Matuska2009-03-021-3/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/132241 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Notes: svn path=/head/; revision=229321
* - Unbreak if WITH_*_MAN setMartin Matuska2009-02-271-1/+1
| | | | Notes: svn path=/head/; revision=229138
* - Disable install of function manpages by defaultMartin Matuska2009-02-262-18/+24
| | | | | | | | - Add manual page for tclsh8.x and wish8.x - Bump PORTREVISION Notes: svn path=/head/; revision=229081
* - Fix pkg-plist if manpages/demos are to be installedMartin Matuska2009-02-041-23/+25
| | | | Notes: svn path=/head/; revision=227601
* - Add Tcl/Tk 8.6Martin Matuska2009-02-044-27/+46
| | | | | | | - Take maintainership of Mk/bsd.tcl.mk Notes: svn path=/head/; revision=227599
* - Update to 8.5.6Martin Matuska2009-01-053-6/+6
| | | | Notes: svn path=/head/; revision=225273
* - Update to 8.5.5Martin Matuska2008-10-172-4/+4
| | | | Notes: svn path=/head/; revision=221673
* - Update to 8.5.4Martin Matuska2008-08-263-5/+5
| | | | Notes: svn path=/head/; revision=219212
* - Update to 8.5.3Martin Matuska2008-07-232-4/+4
| | | | Notes: svn path=/head/; revision=217376
* - Fix COMMENT, this isn't a development versionMartin Matuska2008-04-231-1/+1
| | | | Notes: svn path=/head/; revision=211824
* - Update to 8.5.2Martin Matuska2008-04-025-66/+52
| | | | Notes: svn path=/head/; revision=210378
* - Update to 8.5.1Martin Matuska2008-02-072-4/+4
| | | | Notes: svn path=/head/; revision=206866
* - Update to 8.5.0Martin Matuska2007-12-295-18/+25
| | | | Notes: svn path=/head/; revision=204681
* - Update to 8.5.b.1Martin Matuska2007-09-284-25/+16
| | | | Notes: svn path=/head/; revision=200255
* - revert ${TR} back to tr, threaded build was brokenMartin Matuska2007-06-061-3/+3
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=192923
* - fix shared build on -CURRENTMartin Matuska2007-06-052-3/+4
| | | | | | | | | | - change tr to ${TR} Suggested by: stas Approved by: garga (mentor) Notes: svn path=/head/; revision=192840
* - updated to 8.5a6Martin Matuska2007-04-305-635/+647
| | | | | | | | | - added WITH(OUT)_TZDATA option (installs tcl timezone data, default off) Approved by: garga (mentor) Notes: svn path=/head/; revision=191199
* - updated maintainer e-mail addressMartin Matuska2007-04-051-2/+2
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=189288
* - Remove support for lang/tcl-tk-wrapperMartin Wilke2007-03-271-7/+2
| | | | | | | | | | | - Bump PORTREVISION Notes: Please read UPDATING Approved by: maintainer implicit Notes: svn path=/head/; revision=188534
* - Add pkg-plist-threads. (forget in last commit)Martin Wilke2007-03-161-0/+8
| | | | Notes: svn path=/head/; revision=187535