aboutsummaryrefslogtreecommitdiffstats
path: root/math/vtk6/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix build of math/vtk6 with Clang6 on -CURRENT.adridg2018-06-201-0/+40
| | | | | | | | | | | | The definition of NULL has changed in C++, and conversions have gotten stricter, so using NULL where you mean 0 (or false) is no longer an option. Detected by fallout from updating CMake 3.12. No PORTREVISION bump because everywhere where it compiled previously sees no change, and where it didn't compile before it does now with the same result. Reported by: tcberner
* - Rather than rm share/cmake/hdf5/libhdf5.settings, have cmake not install it.stephen2017-03-101-0/+16
| | | | | PR: ports/216330 Submitted by: Tobias C. Berner <tcberner@freebsd.org>
* - Update to 6.2.0.stephen2015-11-284-60/+10
|
* Allow building with new mesaantoine2015-01-041-0/+22
|
* - Unbreakgahr2015-01-031-0/+28
|
* - Update to 6.1.0gahr2014-03-185-31/+31
| | | | | - Support Qt5 - Install Tcl wrapping files in a saner location
* - New port: math/vtk6gahr2014-01-095-0/+89
This is a port of the new VTK 6.x series. It is an early effort which should be used with care. Python support is present but commented out, pending some more thorough test. WWW: http://vtk.org/