aboutsummaryrefslogtreecommitdiff
path: root/science/InsightToolkit
Commit message (Collapse)AuthorAgeFilesLines
* */*: Fix ENOTIME: return my ports to the poolBen Woods2021-05-221-1/+1
| | | | | Reset maintainership of my ports to ports@FreeBSD.org so others can step in to help where I haven't been able to find the time.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-121-1/+1
| | | | | | | | | | | | | - Add some dependencies which might be detected by Find_Package but not registered; - Bump PORTREVISION of consumers. PR: 250833 Submitted by: /me Approved by: tcberner@ (KDE / maintainer) + exp-run Notes: svn path=/head/; revision=557839
* - Update devel/gdcm to 3.0.7.Stephen Montgomery-Smith2020-07-041-1/+1
| | | | | | | - Bump portrevision of dependent ports. Notes: svn path=/head/; revision=541236
* - Update devel/gdcm to 3.0.6.Stephen Montgomery-Smith2020-06-101-1/+1
| | | | | | | - Bump portrevision of dependent ports. Notes: svn path=/head/; revision=538433
* - Update devel/gdcm to 3.0.5.Stephen Montgomery-Smith2020-02-221-1/+1
| | | | | | | - Bump portrevision of dependent ports. Notes: svn path=/head/; revision=526864
* - Update devel/gdcm to 3.0.4.Stephen Montgomery-Smith2019-10-191-1/+1
| | | | | | | - Bump portrevision of dependent ports. Notes: svn path=/head/; revision=514862
* - Update devel/gdcm to 3.0.3.Stephen Montgomery-Smith2019-10-071-1/+1
| | | | | | | - Bump portrevision of dependent ports. Notes: svn path=/head/; revision=514001
* science/InsightToolkit: fix build with GCC-based architecturesPiotr Kubaj2019-09-302-4/+10
| | | | | | | | | | Compiling with GCC requires changes in pkg-plist. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21428 Notes: svn path=/head/; revision=513342
* - Update devel/gdcm to 3.0.2.Stephen Montgomery-Smith2019-09-281-0/+1
| | | | | | | - Bump portrevision of dependent ports. Notes: svn path=/head/; revision=513175
* Remove patch that does not applyAntoine Brodin2019-09-051-12/+0
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=511266
* Temporarily mark this as broken on powerpc64 until I can investigateMark Linimon2019-08-262-0/+14
| | | | | | | | | | | | | | | | further. The full error message is: pkg-static: Unable to access file /wrkdirs/usr/ports/science/InsightToolkit/work/stage/usr/local/include/ITK-5.0/compilers/ITK_COMPILER_INFO_Clang_CXX.h:No such file or directory I am taking this unusual step because this port takes 21 hours on the build cluster just to get to this point. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=509864
* science/InsightToolkit: Update to 5.0.1Ben Woods2019-08-046-297/+223
| | | | | | | | | Changes this release: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.0.0 https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.0.1 Notes: svn path=/head/; revision=508047
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* - Update devel/gdcm to 3.0.0.Stephen Montgomery-Smith2019-06-011-1/+1
| | | | | | | - Bump portrevision of dependent ports. Notes: svn path=/head/; revision=503259
* - Update devel/gdcm to 2.8.9.Stephen Montgomery-Smith2019-03-101-1/+1
| | | | | | | - Bump portrevision for dependent ports. Notes: svn path=/head/; revision=495218
* Update science/hdf5 to 1.10.4Sunpoet Po-Chuan Hsieh2019-01-051-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes PR: 233070 Submitted by: wen Notes: svn path=/head/; revision=489412
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* This port currently doesn't build on GCC-based architectures, due toMark Linimon2018-12-221-0/+12
| | | | | | | | | | | | not supporting GCC8. Make GCC8 use the same macros as the newest supported version, GCC 7.3. PR: 234056 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=488033
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* - Take maintainership of devel/gdcm.Stephen Montgomery-Smith2018-11-121-1/+1
| | | | | | | | - Update devel/gdcm to 2.8.8. - Bump portrevision of dependent ports. Notes: svn path=/head/; revision=484822
* Fix typo in previous commit.Mark Linimon2018-10-291-1/+1
| | | | | | | | | PR: 232776 Submitted by: Piotr Kubaj Pointy hat to: linimon Notes: svn path=/head/; revision=483381
* Fix build with GCC-based architectures.Mark Linimon2018-10-281-1/+1
| | | | | | | | | PR: 232079 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483256
* Update science/hdf5 to 1.10.2Sunpoet Po-Chuan Hsieh2018-09-051-1/+1
| | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt PR: 231009 Exp-run by: antoine Notes: svn path=/head/; revision=479046
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* science/InsightToolkit: Modify patch to use ${CMAKE_DL_LIBS}Ben Woods2018-01-031-4/+4
| | | | | | | | | | | | | | ${CMAKE_DL_LIBS} expands to "" on FreeBSD where the dl functions are included in the Standard C library (libc), but to "dl" on operating systems where the dl functions are part of libdl. This change to the patch does not result in a change in contents of the resulting package. Reported by: jbeich Notes: svn path=/head/; revision=457958
* science/InsightToolkit: Fix build (r457496 accidentally excluded patch)Ben Woods2017-12-312-0/+28
| | | | Notes: svn path=/head/; revision=457666
* science/InsightToolkit: Update to 4.13.0Ben Woods2017-12-293-7/+79
| | | | | | | | Changes this release: https://discourse.itk.org/t/itk-4-13-has-been-released/549 Notes: svn path=/head/; revision=457496
* science/InsightToolkit: Update to 4.12.2Ben Woods2017-09-233-4/+5
| | | | | | | | Changes this release: https://public.kitware.com/pipermail/community/2017-September/013607.html Notes: svn path=/head/; revision=450430
* science/InsightToolkit: Update to 4.12.1Ben Woods2017-08-242-4/+4
| | | | | | | | Changes this release: http://public.kitware.com/pipermail/community/2017-August/013534.html Notes: svn path=/head/; revision=448663
* science/InsightToolkit: Update to 4.12.0Ben Woods2017-06-203-4/+16
| | | | | | | | Changes this release: http://public.kitware.com/pipermail/community/2017-June/013214.html Notes: svn path=/head/; revision=443923
* science/InsightToolkit: Update to 4.11.1Ben Woods2017-06-013-16/+4
| | | | | | | | Changes this release: http://public.kitware.com/pipermail/insight-users/2017-May/054519.html Notes: svn path=/head/; revision=442298
* Update science/hdf5 to 1.10.1Sunpoet Po-Chuan Hsieh2017-05-301-0/+1
| | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt Notes: svn path=/head/; revision=442050
* science/InsightToolkit: Fix build with clang 4.0Ben Woods2017-04-151-0/+11
| | | | | | | | | | PR: 216617 Reported by: jbeich Obtained from: http://review.source.kitware.com/#/c/22043/ MFH: 2017Q2 Notes: svn path=/head/; revision=438570
* science/InsightToolkit: Fix pkg-plist post r433341Ben Woods2017-02-111-1/+0
| | | | | | | Reported by: tcberner Notes: svn path=/head/; revision=433890
* science/InsightToolkit: Update to 4.11.0Ben Woods2017-02-053-7/+28
| | | | | | | | Changes this release: http://public.kitware.com/pipermail/insight-users/2017-January/054193.html Notes: svn path=/head/; revision=433341
* Fix pkg-plist post r424008Ben Woods2016-10-151-1/+0
| | | | | | | Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=424021
* science/InsightToolkit: Update to 4.10.1Ben Woods2016-10-153-5/+12
| | | | | | | | | | Changes this release: http://public.kitware.com/pipermail/insight-users/2016-October/053981.html Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=424008
* science/InsightToolkit:Ben Woods2016-06-063-4157/+3899
| | | | | | | | | | | | | | | | - Update to 4.10.0 - Add ITK_VER variable to Makefile to simplify future pkg-plist updates - Convert to USES=jpeg - Add dependency on science/szip (notified by new stage-qa warning) Changes this release: http://public.kitware.com/pipermail/community/2016-June/011491.html Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6737 Notes: svn path=/head/; revision=416478
* Update the maintainer email address for the ports IBen Woods2016-05-091-1/+1
| | | | | | | | | | maintain to woodsb02@FreeBSD.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6278 Notes: svn path=/head/; revision=414892
* Update to 4.9.1Florian Smeets2016-04-242-4/+3
| | | | | | | | | PR: 208982 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Sponsored by: Essen Linuxhotel Hackathon 2016 Notes: svn path=/head/; revision=413925
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2016-04-201-0/+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-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Update to 4.9.0.Raphael Kubo da Costa2016-02-123-4734/+4175
| | | | | | | | | | | This update to the port also adds a lot of dependencies on system libraries instead of using the versions bundled with ITK. PR: 206977 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Notes: svn path=/head/; revision=408714
* science/InsightToolkit: update 4.8.1 -> 4.8.2Bartek Rutkowski2015-11-262-3/+3
| | | | | | | | PR: 204727 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Notes: svn path=/head/; revision=402433
* Update to 4.8.1.Mathieu Arnold2015-10-162-3/+3
| | | | | | | | | PR: 203472 Submitted by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=399482
* science/InsightToolkit: update 4.7.2 -> 4.8.0Bartek Rutkowski2015-09-083-4564/+4731
| | | | | | | | PR: 201945 Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) Notes: svn path=/head/; revision=396359
* - Update to 4.7.2Antoine Brodin2015-06-0810-2841/+4568
| | | | | | | | | - Pass maintainership to submitter PR: 199812 Notes: svn path=/head/; revision=388877
* Cleanup plistAntoine Brodin2014-11-121-42/+0
| | | | Notes: svn path=/head/; revision=372500
* Now when it builds on 10.x, drop maintainershipDmitry Marakasov2013-12-211-1/+1
| | | | Notes: svn path=/head/; revision=337108