aboutsummaryrefslogtreecommitdiff
path: root/math/vtk5/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16Baptiste Daroussin2012-12-101-1/+1
| | | | | | | | | | | | | | | vendors: Remove any reference to bsdjava and freebsd Java Vendors, as the both are outdated, have security issues and expired. Mark icedtea6-stubs as broken as it doesn't build with any of the left supported vendors. Switch tuxguitar to be able to use openjdk16 [1] Approved by: gahr [1] Notes: svn path=/head/; revision=308615
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-4/+1
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part3) Notes: svn path=/head/; revision=308605
* - Update to 5.10.1Pietro Cerutti2012-11-071-10/+7
| | | | | | | | | | Announce: http://www.vtk.org/pipermail/vtk-developers/2012-October/012452.html Feature safe: yes Notes: svn path=/head/; revision=307123
* - Do not build with debug symbols (used in testing)Pietro Cerutti2012-10-101-2/+1
| | | | Notes: svn path=/head/; revision=305661
* - Update to 5.10.0Pietro Cerutti2012-10-101-30/+30
| | | | | | | | Release notes: http://www.kitware.com/news/home/browse/408 - Convert to OptionsNG Notes: svn path=/head/; revision=305660
* - Do not use X with OSMesaPietro Cerutti2012-07-101-10/+11
| | | | | | | | - 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-121-0/+2
| | | | | | | 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
* - Update math/vtk5 to 5.8.0Pietro Cerutti2011-09-141-9/+6
| | | | | | | | | 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
* - Add a patch from upstream's GIT repository, which fixes a bug inPietro Cerutti2011-02-171-1/+1
| | | | | | | | | | | | 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-251-2/+0
| | | | | | | 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-121-2/+2
| | | | | | | | | | - 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-051-7/+15
| | | | Notes: svn path=/head/; revision=267421
* - Fix the installation of versioned shared librariesPietro Cerutti2010-10-201-4/+11
| | | | | | | Reported by: Stas Timokhin <devel@stasyan.com> Notes: svn path=/head/; revision=263338
* - Update to 5.6.1Pietro Cerutti2010-10-151-1/+1
| | | | | | | 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-261-7/+31
| | | | | | | | | 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
* - Update math/vtk5 to 5.6.0Pietro Cerutti2010-06-101-8/+17
| | | | | | | - Track the change in multimedia/vtkmpeg2encode Notes: svn path=/head/; revision=256314
* - Fix linking when Java wrapping is enabledPietro Cerutti2010-04-091-0/+6
| | | | Notes: svn path=/head/; revision=252481
* - Enable the vtkParallel kit parallel processing, needed by cad/salome [1]Pietro Cerutti2010-04-091-3/+44
| | | | | | | | | | - 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-071-12/+21
| | | | | | | | | | | | | | | - 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-031-1/+1
| | | | | | | - Remove trailing space from Makefile Notes: svn path=/head/; revision=252134
* - Update to 5.4.2Pietro Cerutti2010-04-031-76/+78
| | | | 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-031-8/+24
| | | | | | | | 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-091-164/+84
| | | | | | | | | | | 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
* Now compiles on amd64Kris Kennaway2006-03-071-4/+0
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157013