aboutsummaryrefslogtreecommitdiff
path: root/math/vtk5
Commit message (Collapse)AuthorAgeFilesLines
* - Do not use X with OSMesaPietro Cerutti2012-07-102-15/+17
| | | | | | | | - Fix lines > 80 chars in pkg-descr - Remove unneeded dependencies on a couple of Qt4 components Notes: svn path=/head/; revision=300716
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - fix plist when building with OSMesaPietro Cerutti2012-03-122-3/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293165
* - Do not link against / depend upon libGL when building with OSMesaPietro Cerutti2012-03-121-2/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293158
* - Chase graphics/libosmesa shlib version bumpPietro Cerutti2012-03-081-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=292933
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes Notes: svn path=/head/; revision=285744
* - Revert the removal of system include directories from VTKConfig.cmake, whichPietro Cerutti2011-09-151-0/+18
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=281794
* - Update math/vtk5 to 5.8.0Pietro Cerutti2011-09-146-208/+282
| | | | | | | | | Release notes: http://www.vtk.org/pipermail/vtkusers/2011-September/118889.html - Update multimedia/vtkmpeg2encode to reflect math/vtk5 PORTVERSION Notes: svn path=/head/; revision=281759
* remove useless dependency on gmakeBaptiste Daroussin2011-04-211-1/+0
| | | | | | | | | PR: ports/156534 Submitted by: bapt@ Approved by: gahr@ Notes: svn path=/head/; revision=272992
* - Update pkg-descr to reflect the latest official description of the packagePietro Cerutti2011-03-141-13/+11
| | | | | | | | | - Remove old notes about non-free classes from pkg-descr [1] Reported by: cognet [1] Notes: svn path=/head/; revision=270892
* - Add support for python 2.7Pietro Cerutti2011-03-071-0/+11
| | | | | | | Reported by: miwi, pav Notes: svn path=/head/; revision=270453
* - Add a patch from upstream's GIT repository, which fixes a bug inPietro Cerutti2011-02-172-1/+47
| | | | | | | | | | | | vtkJPEGWriter when writing to memory. - Bump PORTREVISION Original commit: http://vtk.org/gitweb?p=VTK.git;a=commit;h=e938db39c2bbd730a060cb0cf95fec52e15d281a Notes: svn path=/head/; revision=269276
* - Unbreak make package stage by fixing plistPietro Cerutti2011-01-252-4/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268212
* - Mark BROKEN: fails to packagePav Lucistnik2011-01-231-0/+2
| | | | | | | | Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=268143
* - Remove CONFLICT with paraview (see latest paraview commit)Pietro Cerutti2011-01-141-1/+1
| | | | | | | | | - Remove CONFLICT with nonexistant vtk port Feature safe: yes Notes: svn path=/head/; revision=267773
* - Fix post-patch conditionalPietro Cerutti2011-01-123-7/+31
| | | | | | | | | | - Fix PLIST when building static libraries (SHARED option OFF) - Bump PORTREVISION Feature safe: yes Notes: svn path=/head/; revision=267696
* - Fix build and plist when building static librariesPietro Cerutti2011-01-052-7/+21
| | | | Notes: svn path=/head/; revision=267421
* - Fix the installation of versioned shared librariesPietro Cerutti2010-10-202-4/+21
| | | | | | | Reported by: Stas Timokhin <devel@stasyan.com> Notes: svn path=/head/; revision=263338
* - Update to 5.6.1Pietro Cerutti2010-10-153-74/+54
| | | | | | | Announce: http://www.kitware.com/news/home/browse/298 Notes: svn path=/head/; revision=263026
* - Export an OPTION to choose whether to build shared or static libraries.Pietro Cerutti2010-08-262-260/+367
| | | | | | | | | The default is to build shared libraries, as it is now. Note that shared libraries are required to build with the Python and Java wrapping. - Fix the build when java wrapping is enabled Notes: svn path=/head/; revision=260001
* - Restore patch to build with Qt4 support when Qt3 is installedPietro Cerutti2010-06-221-0/+14
| | | | | | | | Reminded by: Stas Timokhin <devel@stasyan.com> (via private email) Feature safe: yes Notes: svn path=/head/; revision=256829
* - Fix PLISTPietro Cerutti2010-06-111-52/+110
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=256400
* - Update math/vtk5 to 5.6.0Pietro Cerutti2010-06-104-50/+312
| | | | | | | - Track the change in multimedia/vtkmpeg2encode Notes: svn path=/head/; revision=256314
* - Fix linking when Java wrapping is enabledPietro Cerutti2010-04-092-0/+10
| | | | Notes: svn path=/head/; revision=252481
* - Fix @dirrm / @dirrmtry orderPietro Cerutti2010-04-091-2/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=252470
* - Enable the vtkParallel kit parallel processing, needed by cad/salome [1]Pietro Cerutti2010-04-093-182/+392
| | | | | | | | | | - Add optional Off-Screen rendering using OSMesa (default: OFF) - Add optional Java wrapping (default: OFF) Reported by: Stas Timokhin <devel@stasyan.com> Notes: svn path=/head/; revision=252468
* - Fix QT_COMPONENTS [1]Pietro Cerutti2010-04-073-2138/+2213
| | | | | | | | | | | | | | | - Install symlinks to shlibs in the form of libvtk*.so.5 -> libvtk*.so.5.4.2 - Set the correct USE_LDCONFIG path - Fix install directory of the Qt Designer plugin - Fix include path order - Record conflict with Paraview (installs the same Qt Designer plugin) - Bump PORTREVISION Reported by: QAT, PH [1] Thanks to : fluffy, Stas Timokhin <devel@stasyan.com> Notes: svn path=/head/; revision=252389
* - Fix PLISTPietro Cerutti2010-04-032-1/+3
| | | | | | | - Remove trailing space from Makefile Notes: svn path=/head/; revision=252134
* - Update to 5.4.2Pietro Cerutti2010-04-035-434/+1176
| | | | Notes: svn path=/head/; revision=252131
* - fix build for png-1.4.1Dirk Meyer2010-03-301-0/+5
| | | | Notes: svn path=/head/; revision=251793
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* Add GL2PS knobs to OPTIONS, and default to it.Thierry Thomas2009-08-071-2/+9
| | | | | | | | | | | This knobs need to build Salome application: http://www.salome-platform.org/ex/att/16_SALOME_4_1_5_Release_Notes.pdf, page 14 PR: ports/137162 Submitted by: Stas Timokhin <stast (at) bsdportal.ru> Notes: svn path=/head/; revision=239090
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-1/+1
| | | | Notes: svn path=/head/; revision=230897
* - Minor cleanupsDmitry Marakasov2009-03-231-3/+2
| | | | | | | | | | - Reset maintainer PR: 132948 Submitted by: "Pedro F. Giffuni" <giffunip at tutopia dot com> (maintainer) Notes: svn path=/head/; revision=230818
* - Port does not support tk85, force 84Martin Matuska2009-02-251-3/+3
| | | | | | | | | - Bump PORTREVISION Reported by: pointyhat (pav) Notes: svn path=/head/; revision=229048
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-0/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Update to 5.0.4Thomas Abthorpe2008-11-032-11/+27
| | | | | | | | PR: ports/125706 Submitted by: Pedro F. Giffuni <pfgshield-freebsd yahoo.com> (maintainer) Notes: svn path=/head/; revision=222357
* - Pass maintainership to Pedro Giffuni (giffunip@tutopia.com)Martin Wilke2008-08-301-1/+1
| | | | | | | | PR: 126962 Submitted by: old maintainer Notes: svn path=/head/; revision=219461
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Add common code to support for cmake based ports.Martin Wilke2008-05-271-22/+7
| | | | | | | | | | - Update devel/cmake to 2.6.0 (also fix ports/123092) - Use the new CMAKE build framework in all ports using cmake Approved by: portmgr (pav) Notes: svn path=/head/; revision=213789
* Fixes the vtkmpeg2encode dependency, which does not use the primaryThierry Thomas2008-02-031-1/+1
| | | | | | | | | | category. PR: ports/120123 Submitted by: Jason Bacon <bacon (at) smithers.neuro.mcw.edu> (maintainer) Notes: svn path=/head/; revision=206663
* This is a new base port for VTK 5.0.3. Unlike the VTK 4 base port, it installsThierry Thomas2008-01-097-207/+1625
| | | | | | | | | | | the headers, TCL, and Python components, which are fairly small. Slave ports for the larger optional components (e.g. JAVA, data, examples) will follow. PR: ports/119075 Submitted by: Jason Bacon <bacon (at) smithers.neuro.mcw.edu> Notes: svn path=/head/; revision=205332
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Reset ko@irfu.se due to maintainer-timeouts and no response to email.Mark Linimon2007-03-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=186532
* Unbreak this and slave ports.Ion-Mihai Tetcu2006-07-091-3/+3
| | | | | | | | | PR: ports/99202 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: maintainer timeout Notes: svn path=/head/; revision=167308
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-2/+0
| | | | Notes: svn path=/head/; revision=162032
* BROKEN: Does not buildKris Kennaway2006-04-221-0/+2
| | | | Notes: svn path=/head/; revision=160166