Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2006 22:27:22 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/tcl84 Makefile pkg-plist ports/lang/tcl84/files patch-siginfo patch-test-clock patch-test-fCmd patch-warnings
Message-ID:  <200606272227.k5RMRMP3010948@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mi          2006-06-27 22:27:22 UTC

  FreeBSD ports repository

  Modified files:
    lang/tcl84           Makefile pkg-plist 
  Added files:
    lang/tcl84/files     patch-siginfo patch-test-clock 
                         patch-test-fCmd patch-warnings 
  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.
  
  Revision  Changes    Path
  1.92      +7 -1      ports/lang/tcl84/Makefile
  1.1       +18 -0     ports/lang/tcl84/files/patch-siginfo (new)
  1.1       +30 -0     ports/lang/tcl84/files/patch-test-clock (new)
  1.1       +21 -0     ports/lang/tcl84/files/patch-test-fCmd (new)
  1.1       +12 -0     ports/lang/tcl84/files/patch-warnings (new)
  1.33      +1 -1      ports/lang/tcl84/pkg-plist



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