<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/vtk5/files, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>Remove expired port:</title>
<updated>2018-12-05T13:18:50+00:00</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2018-12-05T13:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=696d1a97ccc71d38317555b76012a5f61b6bde43'/>
<id>696d1a97ccc71d38317555b76012a5f61b6bde43</id>
<content type='text'>
2018-12-04 math/vtk5: Broken, unmaintained
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2018-12-04 math/vtk5: Broken, unmaintained
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow building with new mesa</title>
<updated>2015-01-03T19:06:49+00:00</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2015-01-03T19:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=283f9b13c59440c1c42af747d4093c8b383e485c'/>
<id>283f9b13c59440c1c42af747d4093c8b383e485c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add an OPTION to build with leak debugging support</title>
<updated>2013-02-18T15:28:05+00:00</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2013-02-18T15:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=6f210fbe4499c8365215be01efa61df16e57f254'/>
<id>6f210fbe4499c8365215be01efa61df16e57f254</id>
<content type='text'>
- Add an OPTION to build without legacy code
- Fix Qt4 includes (fixes a conflict when both Qt3 and Qt4 are installed)
  Reported upstream: http://www.vtk.org/Bug/view.php?id=13888
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add an OPTION to build without legacy code
- Fix Qt4 includes (fixes a conflict when both Qt3 and Qt4 are installed)
  Reported upstream: http://www.vtk.org/Bug/view.php?id=13888
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update to 5.10.1</title>
<updated>2012-11-07T08:27:56+00:00</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2012-11-07T08:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7ec593cf047f6472da336a1f3da448f52b873ee'/>
<id>b7ec593cf047f6472da336a1f3da448f52b873ee</id>
<content type='text'>
  Announce:
  http://www.vtk.org/pipermail/vtk-developers/2012-October/012452.html

Feature safe:	yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Announce:
  http://www.vtk.org/pipermail/vtk-developers/2012-October/012452.html

Feature safe:	yes
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update to 5.10.0</title>
<updated>2012-10-10T13:15:47+00:00</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2012-10-10T13:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f7f69b83fcdf39a60f1ec92a3ef90f30aed1b672'/>
<id>f7f69b83fcdf39a60f1ec92a3ef90f30aed1b672</id>
<content type='text'>
  Release notes: http://www.kitware.com/news/home/browse/408
- Convert to OptionsNG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Release notes: http://www.kitware.com/news/home/browse/408
- Convert to OptionsNG
</pre>
</div>
</content>
</entry>
<entry>
<title>- Revert the removal of system include directories from VTKConfig.cmake, which</title>
<updated>2011-09-15T07:40:27+00:00</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2011-09-15T07:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=537fa63d681dccafb5b1d6bb9c7c7963f0c7d882'/>
<id>537fa63d681dccafb5b1d6bb9c7c7963f0c7d882</id>
<content type='text'>
  causes needed include paths of 3rd party packages used by VTK not to be
  included by the use of VTK_USE_FILE.

  The patch reverts this commit in VTK's git repository:
  http://vtk.org/gitweb?p=VTK.git;a=commit;h=514405

  A bug report has been submitted here:
  http://vtk.org/Bug/view.php?id=12597
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  causes needed include paths of 3rd party packages used by VTK not to be
  included by the use of VTK_USE_FILE.

  The patch reverts this commit in VTK's git repository:
  http://vtk.org/gitweb?p=VTK.git;a=commit;h=514405

  A bug report has been submitted here:
  http://vtk.org/Bug/view.php?id=12597
</pre>
</div>
</content>
</entry>
<entry>
<title>- Update math/vtk5 to 5.8.0</title>
<updated>2011-09-14T09:49:38+00:00</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2011-09-14T09:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=38b3a0d42778edfbbba745408209cb33e9d1dea1'/>
<id>38b3a0d42778edfbbba745408209cb33e9d1dea1</id>
<content type='text'>
  Release notes:
  http://www.vtk.org/pipermail/vtkusers/2011-September/118889.html
- Update multimedia/vtkmpeg2encode to reflect math/vtk5 PORTVERSION
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Release notes:
  http://www.vtk.org/pipermail/vtkusers/2011-September/118889.html
- Update multimedia/vtkmpeg2encode to reflect math/vtk5 PORTVERSION
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add support for python 2.7</title>
<updated>2011-03-07T17:00:58+00:00</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2011-03-07T17:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b9b6a858f80e1776a6cfb00b84a1bc30d826bea8'/>
<id>b9b6a858f80e1776a6cfb00b84a1bc30d826bea8</id>
<content type='text'>
Reported by:	miwi, pav
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by:	miwi, pav
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add a patch from upstream's GIT repository, which fixes a bug in</title>
<updated>2011-02-17T13:23:35+00:00</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2011-02-17T13:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=df605311bd67eac724f99af0bda573fe90558082'/>
<id>df605311bd67eac724f99af0bda573fe90558082</id>
<content type='text'>
  vtkJPEGWriter when writing to memory.

- Bump PORTREVISION

  Original commit:
  http://vtk.org/gitweb?p=VTK.git;a=commit;h=e938db39c2bbd730a060cb0cf95fec52e15d281a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  vtkJPEGWriter when writing to memory.

- Bump PORTREVISION

  Original commit:
  http://vtk.org/gitweb?p=VTK.git;a=commit;h=e938db39c2bbd730a060cb0cf95fec52e15d281a
</pre>
</div>
</content>
</entry>
<entry>
<title>- Restore patch to build with Qt4 support when Qt3 is installed</title>
<updated>2010-06-22T13:13:07+00:00</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2010-06-22T13:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=33d28ad4c248c12f63bdfa00fdf1f1198d9bf98f'/>
<id>33d28ad4c248c12f63bdfa00fdf1f1198d9bf98f</id>
<content type='text'>
Reminded by:	Stas Timokhin &lt;devel@stasyan.com&gt; (via private email)
Feature safe:	yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reminded by:	Stas Timokhin &lt;devel@stasyan.com&gt; (via private email)
Feature safe:	yes
</pre>
</div>
</content>
</entry>
</feed>
