summaryrefslogtreecommitdiff
path: root/lang/tclX/files/patch-ae (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade tclX from 8.3.5 to 8.4 released last November after severalMikhail Teterin2006-06-271-67/+0
| | | | | | | | | | | | | | | | | | | years of idleness. The changes are fairly substantial -- all Tk bits, however insignificant they were, are now removed completely, for example. No TclX enabled executable is built/installed either -- a Tcl script is expected to load the Tclx package via the "package require Tclx" only. The changes to port add the handling of SIGINFO (made possible by the recent fix-up of lang/tcl84), running the authors' test-target as part of the build, and skipping building/installing of help files in the NOPORTDOCS case. The devel/tcl-neo is the only dependant port of tclX and is updated to depend on the new version. Notes: svn path=/head/; revision=166474
* Be sure -fPIC is used on Sparc64.Mikhail Teterin2003-06-021-1/+7
| | | | Notes: svn path=/head/; revision=82052
* TclX seems abandoned by its original authors, but the maintainersMikhail Teterin2001-10-241-6/+6
| | | | | | | | | | | | of TclPro made TclX-8.3 available last year. There is not a whole lot of changes, and most of them deal with the Windows parts of the thing, but here is the upgrade 8.3 anyway. Please, test... I think, it is time to repocopy tclX82 into tclX and get rid of tclX75, tclX80, and tclX82... Notes: svn path=/head/; revision=49154
* I dreamed it would happen. I asked about. I finally did itMikhail Teterin2001-03-161-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | myself (for the lack of children, whom I could've prohibited to do it). Sorry. Upgrade this port to: . build against TCL-8.3 by default (controllable by TCL_VER) . build with or without TK (controllable by NO_X) . take over maintainership -- regretfully, Justin was rather idle recently . build the helpfiles once -- during the build stage -- not during the install stage On a side note, I more and more resent the fact, that our TCL 8.3 is built with the -stubs. It just introduces more variables without noticeable benefit. On FreeBSD shared libraries work well... I tested this with TCL-8.3 (with and without TK), and with TCL-8.2 (without TK only). Please, test this more. Notes: svn path=/head/; revision=39932
* Import of tclX82 after repo-copy from tclX80, one more step onAde Lovett2000-07-131-30/+46
| | | | | | | | | | | | | | | | | | | the road to obliterating tcl/tk 8.0 from the tree. Note 1: the patches have been extensively re-worked from the original submission, to make this port PREFIX-safe, and also to deal with multiple patchfiles updating the same source file. Note 2: I've left the MAINTAINER as jseger. Justin, you may want to cast your TCL-expert eye over this one, it seems to do the right thing. PR: 16970 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=30588
* Unbreak and upgrade tclX80 to 8.0.4Justin M. Seger1999-09-021-0/+35
PR: ports/13544 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=21204