diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-15 20:04:01 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-05-15 20:04:01 +0000 |
commit | b54815884a535a43ab2036af73f245d3cff9133e (patch) | |
tree | 13e57261a0de617a8abf857c2f9dd2f6594103b7 /devel | |
parent | 0f4814f6451cf3bc28faf6b3eb8cfe7e0d04a2e8 (diff) | |
download | ports-b54815884a535a43ab2036af73f245d3cff9133e.tar.gz ports-b54815884a535a43ab2036af73f245d3cff9133e.zip |
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.
Notes
Notes:
svn path=/head/; revision=42624
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tcltls/Makefile | 1 | ||||
-rw-r--r-- | devel/tcltls/files/patch-name | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/devel/tcltls/Makefile b/devel/tcltls/Makefile index 67c0a7cc630a..f708466ce3b1 100644 --- a/devel/tcltls/Makefile +++ b/devel/tcltls/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcltls PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= devel tcl83 MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR=tls 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; |