Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2001 00:44:08 -0800 (PST)
From:      Dirk Meyer <dinoex@FreeBSD.org>
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
Message-ID:  <200111140844.fAE8i8T58485@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111140844.fAE8i8T58485>