summaryrefslogtreecommitdiff
path: root/lang/tcl84/files/patch-siginfo
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2017-10-20 10:38:57 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2017-10-20 10:38:57 +0000
commit1feab97485c26e665b39546117c84e66f0b6cf0a (patch)
treeab7943f41d561c0928dce796db98926e39b68b98 /lang/tcl84/files/patch-siginfo
parent- Take maintainership (diff)
lang/tcl84, x11-toolkits/tk84: remove expired ports
Fix supported versions in USES=t[cl|k], remove last consumer (lang/fpc-tcl) and bump PORTREVISION on two other ports that have had their dependencies or default options changed (lang/smalltalk and x11-toolkits/ocaml-labltk)
Notes
Notes: svn path=/head/; revision=452511
Diffstat (limited to 'lang/tcl84/files/patch-siginfo')
-rw-r--r--lang/tcl84/files/patch-siginfo18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/tcl84/files/patch-siginfo b/lang/tcl84/files/patch-siginfo
deleted file mode 100644
index c295cab00c0f..000000000000
--- a/lang/tcl84/files/patch-siginfo
+++ /dev/null
@@ -1,18 +0,0 @@
---- ../generic/tclPosixStr.c Mon May 27 06:14:21 2002
-+++ ../generic/tclPosixStr.c Tue Jun 27 13:14:57 2006
-@@ -1044,4 +1044,7 @@ Tcl_SignalId(sig)
- case SIGXFSZ: return "SIGXFSZ";
- #endif
-+#ifdef SIGINFO
-+ case SIGINFO: return "SIGINFO";
-+#endif
- }
- return "unknown signal";
-@@ -1175,4 +1178,7 @@ Tcl_SignalMsg(sig)
- #ifdef SIGXFSZ
- case SIGXFSZ: return "exceeded file size limit";
-+#endif
-+#ifdef SIGINFO
-+ case SIGINFO: return "information/status request";
- #endif
- }