summaryrefslogtreecommitdiff
path: root/math/vtk8/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/vtk8: fix build against freetype 2.10.4Tobias C. Berner2020-10-221-0/+11
| | | | | | | | | - similar to the patch applied to print/ghostcript9* PR: 250375 Notes: svn path=/head/; revision=552990
* math/vtk8: fix build on recent currentTobias C. Berner2020-08-271-0/+44
| | | | | | | Obtained from: https://gitlab.kitware.com/vtk/vtk/-/commit/a9079bdccbb2165583d6773a5ed848427e2a38a8.patch Notes: svn path=/head/; revision=546356
* math/vtk8: prepare for Qt5.15 (follow-up rP536987)Loïc Bartoletti2020-06-051-0/+10
| | | | | | | | | | It seems that I forgot to ship this patch in the last review/commit. Approved by: tcberner (mentor), adridg Differential Revision: https://reviews.freebsd.org/D25142 Notes: svn path=/head/; revision=538034
* math/vtk8: prepare for Qt5-5.15Loïc Bartoletti2020-05-291-0/+10
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25047 Notes: svn path=/head/; revision=536987
* math/vtk8: Update 8.1.2 -> 8.2.0Yuri Victorovich2020-04-268-82/+21
| | | | | | | | science/liggght is updated 3.8.0 -> 3.8.0-26 because only later revisions support vtk8-8.2.0 3 dependent ports bumped. Notes: svn path=/head/; revision=533086
* math/vtk8: Remove unnecessary patchesYuri Victorovich2018-11-231-11/+0
| | | | Notes: svn path=/head/; revision=485634
* New port: math/vtk8: Visualization toolkit (repocopy of math/vtk6 with ↵Yuri Victorovich2018-07-129-0/+147
modifications) Changes against math/vtk6: * Use DISTVERSION * Update COMMENT * Add to USES * Remove the SHARED option: all libraries should be shared, no need for the option to do otherwise * Remove the PYTHON option: python binding should be a separate port * Modernize the port: use helpers instead of .if/.endif * Use autoplist: too many files with too complex dependencies on options * Update USE_QT to include missing parts Notes: svn path=/head/; revision=474531