From ad82eb27b87a2c255d02824838fc00132b8c27ea Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Tue, 27 Jun 2006 23:23:20 +0000 Subject: Upgrade tclX from 8.3.5 to 8.4 released last November after several 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. --- lang/tclX/files/patch-siginfo | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/tclX/files/patch-siginfo (limited to 'lang/tclX/files/patch-siginfo') diff --git a/lang/tclX/files/patch-siginfo b/lang/tclX/files/patch-siginfo new file mode 100644 index 000000000000..5af68c35bc95 --- /dev/null +++ b/lang/tclX/files/patch-siginfo @@ -0,0 +1,14 @@ +Add BSD-specific signal SIGINFO to the list. + + -mi + +--- generic/tclXsignal.c Thu Feb 3 20:34:01 2005 ++++ generic/tclXsignal.c Mon Jun 26 20:46:11 2006 +@@ -172,4 +172,7 @@ + {"XFSZ", SIGXFSZ}, + #endif ++#ifdef SIGINFO ++ {"INFO", SIGINFO}, ++#endif + {NULL, -1}}; + -- cgit v1.2.3