head	1.2;
access;
symbols
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.01.17.04.49.29;	author clsung;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@- Update of lang/tcl84 and x11-toolkits/tk84 ports to 8.4.14
- Removed file: lang/tcl84/files/patch-test-clock (patch already in source tree)

PR:		ports/107953
Submitted by:	Martin Matuska <martin_AT_matuska dot org>
@
text
@--- ../tests/clock.test	Wed Sep  8 14:32:20 2004
+++ ../tests/clock.test	Tue Jun 27 13:42:45 2006
@@@@ -64,5 +64,5 @@@@
     clock format $clockval -format {%a %b %d %I:%M:%S %p %Y} -gmt true
 } {Sun Nov 04 03:02:46 AM 1990}
-test clock-3.2 {clock format tests} {
+test clock-3.2 {clock format tests} -body {
     # TCL_USE_TIMEZONE_VAR
 
@@@@ -74,5 +74,5 @@@@
     catch {unset env(TZ); set env(TZ) $oldtz}
     set x
-} {GMTPST}
+} -match regexp -result {(GMT|UTC)PST}
 test clock-3.3 {clock format tests} {
     # tzset() under Borland doesn't seem to set up tzname[] for local 
@@@@ -83,5 +83,5 @@@@
     set x {}
 } {}
-test clock-3.4 {clock format tests} {
+test clock-3.4 {clock format tests} -body {
     # tzset() under Borland doesn't seem to set up tzname[] for gmt timezone.
     # tzset() under MSVC has the following weird observed behavior:
@@@@ -94,5 +94,5 @@@@
     append x [clock format 863800000 -format %Z -gmt 1]
     append x [clock format 863800000 -format %Z -gmt 1]
-} {GMTGMT}
+} -match regexp -result {GMTGMT|UTCUTC}
 test clock-3.5 {clock format tests} {
     list [catch {clock format} msg] $msg
@


1.1
log
@Fix up a few issues:
	. add recognition of the BSD-specific SIGINFO signal (to be
	  submitted to authors);
	. avoid even extracting the compat/ subdirectory for fear
	  of picking up a wrong declaration for a function defined
	  in a system library;
	. force to use the system strstr() instead of building TCL's
	  own (from compat/strstr.c);
	. similarly, use the system memmove() instead of the (identical)
	  bcopy;
	. run the vendor's tests as part of the build -- the test failures
	  are not fatal, but may help investigate problems;
	. fix up the two failing tests so that none currently fail on my two
	  test systems (FreeBSD-6.1-STABLE i386 and amd64) (fixes submitted
	  to authors);
	. quiet down the noisy warning, triggered in the thread-case by
	  the re-#define of inet_ntoa() in tclUnixPort.h.

Bump PORTREVISION.
@
text
@@

