/devel/cutils/files/

d-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/science/paraview
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.10.0sunpoet2016-04-211-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
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-16/+16
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert to USES=jpegantoine2015-06-231-2/+1
|
* - Update to 1.8.15sunpoet2015-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
* Upgrade Paraview to 4.3.1.thierry2015-03-105-237/+594
| | | | Submitted by: Stas Timokhin <devel (at) stasyan.com>
* Paraview should be upgraded to the latest. Meanwhile, just unbreak itthierry2015-02-212-3/+12
| | | | | | with the patch already used for VTH (#define GLX_GLXEXT_LEGACY). Submitted by: René Thümmler <rt (at) scientifics.de>
* science/paraview: No, it's still brokenmarino2015-02-211-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);
* Unbreak.thierry2015-01-302-2/+28
| | | | Submitted by: Stas Timokhin (maintainer)
* - Update to 1.8.14sunpoet2015-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
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Mark BROKEN: fails to buildantoine2014-12-201-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
* Add USES=alias to several portsmarino2014-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)
* Force freetype's headers detection.thierry2014-10-082-149/+4
| | | | Submitted by: maintainer
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* science/paraview: alternative fix with USES+= execinfo insteadmarino2014-09-021-4/+3
| | | | | | Also bump this port as the LIB_DEPENDS has changed confirmed by: adamw
* Add dependency on libexecinfo.adamw2014-09-021-1/+2
| | | | | Untested because paraview takes hours and hours to build, but it's currently failing on all platforms.