head	1.2;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.06.27.23.23.19;	author mi;	state dead;
branches;
next	1.1;

1.1
date	2004.04.05.21.18.14;	author mi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@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.
@
text
@--- ../tcl/generic/tclXsocket.c	Wed Mar 31 01:37:46 1999
+++ ../tcl/generic/tclXsocket.c	Mon Apr  5 17:14:32 2004
@@@@ -166,5 +166,5 @@@@
     char *command =    Tcl_GetStringFromObj (objv [0], NULL);
     char *subCommand = Tcl_GetStringFromObj (objv [1], NULL);
-    char *host       = Tcl_GetStringFromObj (objv [2], NULL);
+    char *host;
 
     if (objc != 3) {
@@@@ -173,4 +173,6 @@@@
         return NULL;
     }
+
+    host       = Tcl_GetStringFromObj (objv [2], NULL);
 
     if (TclXOSInetAtoN (NULL, host, &address) == TCL_OK) {
@


1.1
log
@Default to Tcl-8.4 (and bump up PORTREVISION). Fix some 64-bit related issues.
Some others remain -- not all are fixed in the Tcl itself.
@
text
@@

