From owner-cvs-ports@FreeBSD.ORG Tue Jun 27 22:27:23 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AEF216A5B6; Tue, 27 Jun 2006 22:27:23 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F046043DCE; Tue, 27 Jun 2006 22:27:22 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5RMRMRF010949; Tue, 27 Jun 2006 22:27:22 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5RMRMP3010948; Tue, 27 Jun 2006 22:27:22 GMT (envelope-from mi) Message-Id: <200606272227.k5RMRMP3010948@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 27 Jun 2006 22:27:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/tcl84 Makefile pkg-plist ports/lang/tcl84/files patch-siginfo patch-test-clock patch-test-fCmd patch-warnings X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jun 2006 22:27:23 -0000 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