From owner-cvs-ports@FreeBSD.ORG Tue Apr 4 22:47:58 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 BB8EA16A401; Tue, 4 Apr 2006 22:47:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82F3043D48; Tue, 4 Apr 2006 22:47:58 +0000 (GMT) (envelope-from edwin@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 k34Mlw2r012418; Tue, 4 Apr 2006 22:47:58 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k34Mlw68012417; Tue, 4 Apr 2006 22:47:58 GMT (envelope-from edwin) Message-Id: <200604042247.k34Mlw68012417@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 4 Apr 2006 22:47:58 +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/math Makefile ports/math/vtk43 Makefile distinfo pkg-plist ports/math/vtk43/files patch-IO-vtkBMPReader.cxx patch-IO-vtkImageReader.cxx 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, 04 Apr 2006 22:47:58 -0000 edwin 2006-04-04 22:47:58 UTC FreeBSD ports repository Modified files: math Makefile math/vtk43 Makefile distinfo pkg-plist Added files: math/vtk43/files patch-IO-vtkBMPReader.cxx patch-IO-vtkImageReader.cxx Log: Reintroduce legacy port: vtk 4.3 I'd like to reintroduce VTK 4.3 to the ports tree to facilitate building a new port, Caret 5.3. Starting with VTK 4.4, support for "float" coordinates has been dropped from many functions. The Caret code will require significant changes to compile with VTK 4.4. Since the Caret developers do not yet have a timeline for upgrading to VTK 4.4, I'd like to reintroduce VTK 4.3 for the interim. Only the vtk base and vtk-headers are essential. Below are shar files for these two trees. They are based on the original vtk 4.3 port. The only modifications are: 1. The folder names are changed from vtk and vtk-headers to vtk43 and vtk43-headers to prevent a collision with the current vtk in /usr/ports/math. 2. PREFIX is set to ${LOCALBASE}/vtk43 to prevent a collision with the current vtk installation. PR: ports/92468 Submitted by: Jason Bacon Revision Changes Path 1.359 +1 -0 ports/math/Makefile 1.32 +26 -10 ports/math/vtk43/Makefile 1.9 +3 -3 ports/math/vtk43/distinfo 1.3 +16 -0 ports/math/vtk43/files/patch-IO-vtkBMPReader.cxx (new) 1.3 +30 -0 ports/math/vtk43/files/patch-IO-vtkImageReader.cxx (new) 1.8 +1 -1 ports/math/vtk43/pkg-plist