Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 2F73863B86D for ; Tue, 28 Aug 2012 11:46:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 04CE714A36E; Tue, 28 Aug 2012 11:46:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8AAEE14A36C for ; Tue, 28 Aug 2012 11:46:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dPxtEjoNkv6L for ; Tue, 28 Aug 2012 11:46:34 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id BC46E14A369 for ; Tue, 28 Aug 2012 11:46:33 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8F1E1175DD; Tue, 28 Aug 2012 11:46:33 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 28 Aug 2012 11:46:33 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/x11/tk-Tix To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20120828114633.8F1E1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: he Date: Tue Aug 28 11:46:33 UTC 2012 Modified Files: pkgsrc/x11/tk-Tix: Makefile PLIST distinfo pkgsrc/x11/tk-Tix/patches: patch-aa patch-ac patch-ad Added Files: pkgsrc/x11/tk-Tix: options.mk pkgsrc/x11/tk-Tix/patches: patch-ae Removed Files: pkgsrc/x11/tk-Tix: interpreter.mk pkgsrc/x11/tk-Tix/patches: patch-ab Log Message: Update tk-Tix from using http://tixlibrary.sourceforge.net/, which seems to be stuck at version 8.2.0b1, to http://tix.sourceforge.net/, which offers version 8.4.3, straight-forward buildable with the recently updated tcl. Gone is "tixwish" as a separate program, instead use tk's "wish" + "package require Tix" instead. For a complete set of changes, see ChangeLog in the source. The major changes for 8.4.0 were: + Complete rewrite of the build system to use TEA + Separation of Tix package require and Tix style usage + Code cleanup to use Tcl 8.4 as a base version To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/tk-Tix/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/tk-Tix/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/tk-Tix/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/x11/tk-Tix/interpreter.mk cvs rdiff -u -r0 -r1.1 pkgsrc/x11/tk-Tix/options.mk cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/tk-Tix/patches/patch-aa cvs rdiff -u -r1.2 -r0 pkgsrc/x11/tk-Tix/patches/patch-ab cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/tk-Tix/patches/patch-ac \ pkgsrc/x11/tk-Tix/patches/patch-ad cvs rdiff -u -r0 -r1.1 pkgsrc/x11/tk-Tix/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.