From owner-cvs-ports@FreeBSD.ORG Tue Jul 19 03:46:28 2005 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 2465916A41C; Tue, 19 Jul 2005 03:46:28 +0000 (GMT) (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 EA5F843D45; Tue, 19 Jul 2005 03:46:27 +0000 (GMT) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6J3kR5D012766; Tue, 19 Jul 2005 03:46:27 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6J3kRKr012765; Tue, 19 Jul 2005 03:46:27 GMT (envelope-from mi) Message-Id: <200507190346.j6J3kRKr012765@repoman.freebsd.org> From: Mikhail Teterin Date: Tue, 19 Jul 2005 03:46:27 +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/tclX Makefile ports/lang/tclX/files patch-tclXdebug patch-tclXutil patch-tests patch-tkxshell 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, 19 Jul 2005 03:46:28 -0000 mi 2005-07-19 03:46:27 UTC FreeBSD ports repository Modified files: lang/tclX Makefile lang/tclX/files patch-tkxshell patch-warnings Added files: lang/tclX/files patch-tclXdebug patch-tclXutil patch-tests Log: Try to make the vendor's tests run smoothly. Fail, but in the process eliminate all warnings (on i386) and const-ify the KeyedList-API and others (patch-warnings grew up). Fix a typo in the previous commit (s/KeyList/KeyedList/g in MLINKS). Bump PORTREVISION again. Revision Changes Path 1.51 +15 -6 ports/lang/tclX/Makefile 1.1 +141 -0 ports/lang/tclX/files/patch-tclXdebug (new) 1.1 +45 -0 ports/lang/tclX/files/patch-tclXutil (new) 1.1 +7 -0 ports/lang/tclX/files/patch-tests (new) 1.3 +23 -5 ports/lang/tclX/files/patch-tkxshell 1.3 +367 -13 ports/lang/tclX/files/patch-warnings