From d650c29c029b7dd36c20adb07a615045d0beb857 Mon Sep 17 00:00:00 2001
From: Mikhail Teterin <mi@FreeBSD.org>
Date: Tue, 5 Jul 2005 17:30:52 +0000
Subject: Upgrade from 8.4.10 to 8.4.11. Add a hunk to Tk to stop the need for
 Tcl sources to be available at Tk build-time. Only a few headers are actually
 needed and they are installed by Tcl port under $LOCALBASE/include/tcl8.x

---
 lang/tcl84/Makefile                   |  2 +-
 lang/tcl84/distinfo                   |  4 ++--
 lang/tcl84/files/patch-tclUnixNotfy.c | 25 -------------------------
 3 files changed, 3 insertions(+), 28 deletions(-)
 delete mode 100644 lang/tcl84/files/patch-tclUnixNotfy.c

(limited to 'lang')

diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile
index d5cf59b428d8..6ae8fb44de57 100644
--- a/lang/tcl84/Makefile
+++ b/lang/tcl84/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tcl
-PORTVERSION=	8.4.10
+PORTVERSION=	8.4.11
 PORTEPOCH=	1
 CATEGORIES=	lang tcl84
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
diff --git a/lang/tcl84/distinfo b/lang/tcl84/distinfo
index 6661f3ba2ca6..18ea60c41d35 100644
--- a/lang/tcl84/distinfo
+++ b/lang/tcl84/distinfo
@@ -1,2 +1,2 @@
-MD5 (tcl8.4.10-src.tar.gz) = 409488e199a51803199d72b5dc534bb0
-SIZE (tcl8.4.10-src.tar.gz) = 3525737
+MD5 (tcl8.4.11-src.tar.gz) = 629dfea34e4087eb4683f834060abb63
+SIZE (tcl8.4.11-src.tar.gz) = 3474428
diff --git a/lang/tcl84/files/patch-tclUnixNotfy.c b/lang/tcl84/files/patch-tclUnixNotfy.c
deleted file mode 100644
index e0160b7c1f4b..000000000000
--- a/lang/tcl84/files/patch-tclUnixNotfy.c
+++ /dev/null
@@ -1,25 +0,0 @@
-===================================================================
-RCS file: /cvsroot/tcl/tcl/unix/tclUnixNotfy.c,v
-retrieving revision 1.11.2.11
-retrieving revision 1.11.2.12
-diff -u -r1.11.2.11 -r1.11.2.12
---- tclUnixNotfy.c	2005/05/31 08:29:10	1.11.2.11
-+++ tclUnixNotfy.c	2005/06/07 10:26:58	1.11.2.12
-@@ -275,7 +275,7 @@
-      */
- 
-     if (notifierCount == 0) {
--	int result;
-+	int result, dummy;
- 	if (triggerPipe < 0) {
- 	    panic("Tcl_FinalizeNotifier: notifier pipe not initialized");
- 	}
-@@ -294,7 +294,7 @@
- 	close(triggerPipe);
- 
- 	Tcl_ConditionWait(&notifierCV, &notifierMutex, NULL);
--	result = Tcl_JoinThread(notifierThread);
-+	result = Tcl_JoinThread(notifierThread, &dummy);
- 	if (result) {
- 	    Tcl_Panic("Tcl_FinalizeNotifier: unable to join notifier thread");
- 	}
-- 
cgit v1.2.3