summaryrefslogtreecommitdiff
path: root/lang/tclX/files/patch-tkxshell (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade tclX from 8.3.5 to 8.4 released last November after severalMikhail Teterin2006-06-271-25/+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
* Try to make the vendor's tests run smoothly. Fail, but in the processMikhail Teterin2005-07-191-5/+23
| | | | | | | | | | | | eliminate all warnings (on i386) and const-ify the KeyedList-API and others (patch-warnings grew up). Fix a typo in the previous commit (s/KeyList/KeyedList/g in MLINKS). Bump PORTREVISION again. Notes: svn path=/head/; revision=139573
* Upgrade to 8.3.5 after repocopy from lang/tclX82. No ports dependMikhail Teterin2003-03-111-9/+0
| | | | | | | | | | on this yet, but should be switching now. The lang/tclX82 will go away after the release. Approved by: portmgr timeout (3 requests remain unanswered) Notes: svn path=/head/; revision=77099
* I dreamed it would happen. I asked about. I finally did itMikhail Teterin2001-03-161-0/+16
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