aboutsummaryrefslogtreecommitdiff
path: root/science/paraview/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2016-04-201-1/+1
| | | | | | | | | | | | - Add LICENSE_FILE - Remove outdated PORTSCOUT - Re-enable SZIP option by default: it was changed unintentionally in r398300 Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Notes: svn path=/head/; revision=413700
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-16/+16
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* - Update to 1.8.15Sunpoet Po-Chuan Hsieh2015-05-241-0/+1
| | | | | | | | | | - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Notes: svn path=/head/; revision=387255
* Upgrade Paraview to 4.3.1.Thierry Thomas2015-03-101-6/+6
| | | | | | | Submitted by: Stas Timokhin <devel (at) stasyan.com> Notes: svn path=/head/; revision=380900
* Paraview should be upgraded to the latest. Meanwhile, just unbreak itThierry Thomas2015-02-211-3/+1
| | | | | | | | | with the patch already used for VTH (#define GLX_GLXEXT_LEGACY). Submitted by: René Thümmler <rt (at) scientifics.de> Notes: svn path=/head/; revision=379494
* science/paraview: No, it's still brokenJohn Marino2015-02-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | A while back, the happily building paraview stopped building because libGL was updated. The other ports that suffered breakage for the same reasons were updated to the latest API. Paraviews libGL callouts were never fixed, so this port never should not have had it's BROKEN definition removed as it was not fixed despite the claim. It's still breaking on all platforms including DragonFly on clang, gcc47 and gcc50. Errors from FreeBSD look like: In file included from /wrkdirs/usr/ports/science/paraview/work/ParaView- v4.1.0/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx:31: In file included from /usr/local/include/GL/glx.h:333: /usr/local/include/GL/glxext.h:480:143: error: unknown type name 'GLintptr' typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); /usr/local/include/GL/glxext.h:480:186: error: unknown type name 'GLsizeiptr'; did you mean 'GLsizei'? typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size); Notes: svn path=/head/; revision=379455
* Unbreak.Thierry Thomas2015-01-291-2/+2
| | | | | | | Submitted by: Stas Timokhin (maintainer) Notes: svn path=/head/; revision=378131
* - Update to 1.8.14Sunpoet Po-Chuan Hsieh2015-01-181-1/+1
| | | | | | | | | | | | - Update MASTER_SITES - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Notes: svn path=/head/; revision=377318
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Mark BROKEN: fails to buildAntoine Brodin2014-12-191-0/+2
| | | | | | | | | | /wrkdirs/usr/ports/science/paraview/work/ParaView-v4.1.0/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx: In member function 'bool vtkFreeTypeTools::CalculateBoundingBox(const T&, vtkFreeTypeTools::MetaData&)': /wrkdirs/usr/ports/science/paraview/work/ParaView-v4.1.0/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:1190: error: no matching function for call to 'min(unsigned int&, int&)' Reported by: pkg-fallout Notes: svn path=/head/; revision=374968
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371252
* Force freetype's headers detection.Thierry Thomas2014-10-071-4/+4
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=370399
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* science/paraview: alternative fix with USES+= execinfo insteadJohn Marino2014-09-011-4/+3
| | | | | | | | | Also bump this port as the LIB_DEPENDS has changed confirmed by: adamw Notes: svn path=/head/; revision=366945
* Add dependency on libexecinfo.Adam Weinberger2014-09-011-1/+2
| | | | | | | | Untested because paraview takes hours and hours to build, but it's currently failing on all platforms. Notes: svn path=/head/; revision=366937
* Bump PORTREVISION for jbigkit library version bump.Tijl Coosemans2014-06-221-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=358814
* - Update to 1.8.12 (from science/hdf5-18)Sunpoet Po-Chuan Hsieh2014-05-031-2/+2
| | | | | | | | | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=352854
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Upgrading to v. 4.1.Thierry Thomas2014-03-311-43/+58
| | | | | | | | | | | Note: it's still broken on ia64, but this unbreaks on other platforms. PR: ports/179370 Submitted by: Anton Shterenlikht <mexas (at) bris.ac.uk> Approved by: maintainer time-out Notes: svn path=/head/; revision=349804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert science to new options frameworkBaptiste Daroussin2013-04-281-5/+6
| | | | Notes: svn path=/head/; revision=316757
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Unbreak build with clangMartin Wilke2013-03-141-5/+2
| | | | | | | | | PR: i176346 Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> Approved by: maintainer timeout Notes: svn path=/head/; revision=314149
* - 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-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Update to 3.10.1Ryan Steinmetz2011-08-161-4/+12
| | | | | | | | | | | Fix PORTSDOC usage/functionality PR: ports/159334 Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer) Approved by: wxs (mentor) Notes: svn path=/head/; revision=279857
* CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from MakefilesMax Brazhnikov2011-04-101-8/+0
| | | | Notes: svn path=/head/; revision=272465
* - Update to 3.10.0 [1]Max Brazhnikov2011-04-091-13/+17
| | | | | | | | | | | - Remove support for 6.x and add workaround for CMAKE_BUILD_TYPE while here I'm here PR: ports/156223 [1] Submitted by: Stas Timokhin (maintainer) Notes: svn path=/head/; revision=272443
* - Update to 3.8.1.Alberto Villa2010-12-171-18/+22
| | | | | | | | | | | | | | - Disable broken Mangled Mesa support. - Add GL2PS knob. - Disable conflict with vtk 5. - Use bsd.port.options.mk. - Fix COMMENT. PR: ports/153163 Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer) Notes: svn path=/head/; revision=266500
* Update to 3.8.0Max Brazhnikov2010-06-051-15/+33
| | | | | | | | PR: ports/147266 Submitted by: Stas Timokhin (maintainer) Notes: svn path=/head/; revision=255779
* - fix build for png-1.4.1Dirk Meyer2010-03-301-0/+4
| | | | Notes: svn path=/head/; revision=251787
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 3.6.2Max Brazhnikov2010-02-271-4/+7
| | | | | | | | | | | | | Pass maintainership to submitter Mark MAKE_JOBS_SAFE PR: ports/144260 Submitted by: Stas Timokhin <devel at stasyan.com> Feature safe: yes Notes: svn path=/head/; revision=250396
* - update to jpeg-8Dirk Meyer2010-02-051-1/+2
| | | | Notes: svn path=/head/; revision=249285
* - Mark BROKEN on 6.xPav Lucistnik2009-12-201-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=246292
* - Update to 3.6.1Pav Lucistnik2009-12-081-16/+14
| | | | | | | | PR: ports/141243 Submitted by: Stas Timokhin <devel@stasyan.com> Notes: svn path=/head/; revision=245414
* - 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
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+2
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* - Add common code to support for cmake based ports.Martin Wilke2008-05-271-20/+17
| | | | | | | | | | - 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Fix references to -build directory in installed .cmake files.Thierry Thomas2008-04-181-3/+3
| | | | Notes: svn path=/head/; revision=211549
* - Bump portrevision.Chin-San Huang2008-03-191-3/+2
| | | | | | | | | | | - Unbreak BROKEN with hdf5-1.6.7. - use USE_LDCONFIG for installing shared libraries. PR: ports/121408 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> Notes: svn path=/head/; revision=209358
* - Make BROKEN (fails to compile due to the newer hdf5 API incompatible).Chin-San Huang2008-03-191-0/+2
| | | | Notes: svn path=/head/; revision=209344
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Respect X11BASE in one more placeRong-En Fan2006-12-121-1/+5
| | | | | | | | | paraview has a ship-in TclTk, which also needs special care Reported by: pointyhat Notes: svn path=/head/; revision=179533
* Update to 2.4.4, and drop maintainership since I'm not giving this port theEric Anholt2006-09-011-2/+5
| | | | | | | | | | love it needs. PR: ports/101533 Submitted by: thierry Notes: svn path=/head/; revision=171784