summaryrefslogtreecommitdiff
path: root/math/vtk43/files/patch-IO-vtkBMPReader.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reintroduce legacy port: vtk 4.3Edwin Groothuis2006-04-041-0/+16
| | | | | | | | | | | | | | | | | | | | | | | 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 <bacon@smithers.neuro.mcw.edu>
* Update math/vtk-* to version 4.4Sam Lawrance2005-04-231-16/+0
| | | | | | PR: ports/77038 Submitted by: Mykola Khotyaintsev <ko@irfu.se> (maintainer) Approved by: clement (mentor)
* - Fix build on FreeBSD 5.3Pav Lucistnik2004-11-061-0/+16
PR: ports/73607 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>