From b54815884a535a43ab2036af73f245d3cff9133e Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Tue, 15 May 2001 20:04:01 +0000 Subject: Add a patch, which sets the name of the new channel type to "tls". This was happening if the static structures were used, but not when the tlsChannelType structure was created on the fly (as is needed for use with different versions of TCL). Bump up the PORTREVISION. --- devel/tcltls/files/patch-name | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devel/tcltls/files/patch-name (limited to 'devel/tcltls/files') diff --git a/devel/tcltls/files/patch-name b/devel/tcltls/files/patch-name new file mode 100644 index 000000000000..4270216f1ecb --- /dev/null +++ b/devel/tcltls/files/patch-name @@ -0,0 +1,9 @@ +--- tlsIO.c Fri Aug 18 15:17:36 2000 ++++ tlsIO.c Tue May 15 15:44:45 2001 +@@ -148,5 +148,6 @@ + * Common elements of the structure (no changes in location or name) + * close2Proc, seekProc, setOptionProc stay NULL. + */ + ++ tlsChannelType->typeName = "tls"; + tlsChannelType->closeProc = TlsCloseProc; -- cgit v1.2.3