summaryrefslogtreecommitdiff
path: root/lang/tcl85 (follow)
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
* - 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
* - Unbreak build with clangMartin Matuska2010-12-091-6/+15
| | | | | | | | PR: ports/152842 Submitted by: Koop Mast <kwm@FreeBSD.org> Notes: svn path=/head/; revision=265913
* - Update to 8.5.9Martin Matuska2010-09-175-43/+37
| | | | Notes: svn path=/head/; revision=261335
* - Update to 8.5.8Martin Matuska2009-11-205-31/+33
| | | | Notes: svn path=/head/; revision=244518
* - 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
* - Pass only the contents of the ${WRKDIRPREFIX} variable to tclConfig.shMartin Matuska2009-06-261-2/+2
| | | | | | | | | - Bump PORTREVISION Suggested by: Karl Lehenbauer <karl@flightaware.com> Notes: svn path=/head/; revision=236644
* - Correct plist for TZDATA optionPav Lucistnik2009-06-241-0/+1
| | | | | | | | | PR: ports/135092 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer timeout (mm; 24 days) Notes: svn path=/head/; revision=236589
* - Update to 8.5.7Martin Matuska2009-04-266-61/+38
| | | | Notes: svn path=/head/; revision=232760
* - 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-024-24/+100
| | | | | | | | | | - 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-4/+3
| | | | | | | | | | - Bump PORTREVISION PR: ports/132241 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Notes: svn path=/head/; revision=229321
* - Unbreak install if WITH_*_MAN setMartin Matuska2009-02-272-1/+3
| | | | | | | | | | - fix pkg-plist for TZDATA in tcl85 PR: ports/132144, ports/132147 Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=229137
* - Unbreak and fix patch from last commitMartin Matuska2009-02-261-22/+14
| | | | Notes: svn path=/head/; revision=229102
* - Disable install of function manpages by defaultMartin Matuska2009-02-263-40/+57
| | | | | | | | - Add manual page for tclsh8.x and wish8.x - Bump PORTREVISION Notes: svn path=/head/; revision=229081
* - 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