Commit graph

7 commits

Author SHA1 Message Date
Adriaan de Groot
661683b9cf Fix build of math/vtk6 with Clang6 on -CURRENT.
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
2018-06-20 09:27:51 +00:00
Stephen Montgomery-Smith
3ca4dbdd69 - Rather than rm share/cmake/hdf5/libhdf5.settings, have cmake not install it.
PR:		ports/216330
Submitted by:	Tobias C. Berner <tcberner@freebsd.org>
2017-03-10 04:02:56 +00:00
Stephen Montgomery-Smith
da906cd857 - Update to 6.2.0. 2015-11-28 01:59:35 +00:00
Antoine Brodin
298f63ec45 Allow building with new mesa 2015-01-03 17:45:48 +00:00
Pietro Cerutti
401bf7f4c5 - Unbreak 2015-01-02 18:43:29 +00:00
Pietro Cerutti
5d4e9b2b9d - Update to 6.1.0
- Support Qt5
- Install Tcl wrapping files in a saner location
2014-03-18 09:26:05 +00:00
Pietro Cerutti
faaf0a24d7 - New port: math/vtk6
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/
2014-01-08 17:18:41 +00:00