From owner-cvs-all Wed Nov 14 0:44:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FE6E37B405; Wed, 14 Nov 2001 00:44:08 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAE8i8T58485; Wed, 14 Nov 2001 00:44:08 -0800 (PST) (envelope-from dinoex) Message-Id: <200111140844.fAE8i8T58485@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 14 Nov 2001 00:44:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tcl82 Makefile ports/lang/tcl82/files patch-tclUnixPipe.c patch-tclUnixSock.c ports/lang/tcl83 Makefile ports/lang/tcl83/files patch-tclUnixPipe.c patch-tclUnixSock.c patch-tmpnam X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2001/11/14 00:44:08 PST Modified files: lang/tcl82 Makefile lang/tcl83 Makefile lang/tcl83/files patch-tmpnam Added files: lang/tcl82/files patch-tclUnixPipe.c patch-tclUnixSock.c lang/tcl83/files patch-tclUnixPipe.c patch-tclUnixSock.c Log: Tcl will get hostname using uname(3). It seems FreeBSD's uname(3) returns only 31 letters by /usr/include/sys/utsname.h. Problem was that configure detects uname(3) and uses uname(3) in the hostname-function, while gethostname gives more (=longer) information. keep uname around, as it is be used in TclpSetVariables. took maintainership 8.2 apply a fix for unsafe tempfile handling from 8.3 PR: 18896 Submitted by: yoshint@flab.fujitsu.co.jp Revision Changes Path 1.37 +2 -1 ports/lang/tcl82/Makefile 1.1 +13 -0 ports/lang/tcl82/files/patch-tclUnixPipe.c (new) 1.1 +11 -0 ports/lang/tcl82/files/patch-tclUnixSock.c (new) 1.51 +1 -1 ports/lang/tcl83/Makefile 1.1 +15 -0 ports/lang/tcl83/files/patch-tclUnixPipe.c (new) 1.1 +11 -0 ports/lang/tcl83/files/patch-tclUnixSock.c (new) 1.3 +0 -15 ports/lang/tcl83/files/patch-tmpnam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message