Commit Graph

56 Commits

Author SHA1 Message Date
Piotr Kubaj
4844133c9d science/InsightToolkit: fix build with GCC-based architectures
Compiling with GCC requires changes in pkg-plist.

Approved by:    tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D21428
2019-09-30 10:14:18 +00:00
Stephen Montgomery-Smith
086093cf18 - Update devel/gdcm to 3.0.2.
- Bump portrevision of dependent ports.
2019-09-28 23:24:33 +00:00
Antoine Brodin
2584d21104 Remove patch that does not apply
Reported by:	pkg-fallout
2019-09-05 20:29:09 +00:00
Mark Linimon
eb4f437917 Temporarily mark this as broken on powerpc64 until I can investigate
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)
2019-08-26 04:49:15 +00:00
Ben Woods
d12a1a88b8 science/InsightToolkit: Update to 5.0.1
Changes this release:
  https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.0.0
  https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.0.1
2019-08-04 03:07:31 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00
Stephen Montgomery-Smith
6685c898dd - Update devel/gdcm to 3.0.0.
- Bump portrevision of dependent ports.
2019-06-01 21:59:13 +00:00
Stephen Montgomery-Smith
93c37d228f - Update devel/gdcm to 2.8.9.
- Bump portrevision for dependent ports.
2019-03-10 00:48:01 +00:00
Sunpoet Po-Chuan Hsieh
91c3078096 Update science/hdf5 to 1.10.4
- 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
2019-01-05 22:46:53 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
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
2018-12-25 20:25:39 +00:00
Mark Linimon
f51f301748 This port currently doesn't build on GCC-based architectures, due to
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)
2018-12-22 00:52:31 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-12-12 01:35:33 +00:00
Stephen Montgomery-Smith
bd461d2230 - Take maintainership of devel/gdcm.
- Update devel/gdcm to 2.8.8.
- Bump portrevision of dependent ports.
2018-11-12 20:47:18 +00:00
Mark Linimon
84e22e4f61 Fix typo in previous commit.
PR:		232776
Submitted by:	Piotr Kubaj
Pointy hat to:	linimon
2018-10-29 09:40:56 +00:00
Mark Linimon
45c365b599 Fix build with GCC-based architectures.
PR:		232079
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-28 09:54:13 +00:00
Sunpoet Po-Chuan Hsieh
c548cd43e8 Update science/hdf5 to 1.10.2
- 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
2018-09-05 22:05:23 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Ben Woods
02f6c148fb science/InsightToolkit: Modify patch to use ${CMAKE_DL_LIBS}
${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
2018-01-03 12:26:39 +00:00
Ben Woods
8e771c8bff science/InsightToolkit: Fix build (r457496 accidentally excluded patch) 2017-12-31 03:15:44 +00:00
Ben Woods
df125ec212 science/InsightToolkit: Update to 4.13.0
Changes this release:
  https://discourse.itk.org/t/itk-4-13-has-been-released/549
2017-12-29 08:07:19 +00:00
Ben Woods
aa69830a67 science/InsightToolkit: Update to 4.12.2
Changes this release:
  https://public.kitware.com/pipermail/community/2017-September/013607.html
2017-09-23 12:12:08 +00:00
Ben Woods
33ae01731d science/InsightToolkit: Update to 4.12.1
Changes this release:
  http://public.kitware.com/pipermail/community/2017-August/013534.html
2017-08-24 12:21:14 +00:00
Ben Woods
65f49a3ecc science/InsightToolkit: Update to 4.12.0
Changes this release:
  http://public.kitware.com/pipermail/community/2017-June/013214.html
2017-06-20 01:20:02 +00:00
Ben Woods
5a694fe75e science/InsightToolkit: Update to 4.11.1
Changes this release:
  http://public.kitware.com/pipermail/insight-users/2017-May/054519.html
2017-06-01 15:29:48 +00:00
Sunpoet Po-Chuan Hsieh
8b1d897ff6 Update science/hdf5 to 1.10.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
2017-05-30 02:56:43 +00:00
Ben Woods
48791bd5cf science/InsightToolkit: Fix build with clang 4.0
PR:		216617
Reported by:	jbeich
Obtained from:	http://review.source.kitware.com/#/c/22043/
MFH:		2017Q2
2017-04-15 03:01:23 +00:00
Ben Woods
87ab61f80b science/InsightToolkit: Fix pkg-plist post r433341
Reported by:	tcberner
2017-02-11 16:25:28 +00:00
Ben Woods
763c655809 science/InsightToolkit: Update to 4.11.0
Changes this release:
  http://public.kitware.com/pipermail/insight-users/2017-January/054193.html
2017-02-05 00:58:20 +00:00
Ben Woods
a0ccc4ef5e Fix pkg-plist post r424008
Approved by:	adamw (mentor, implicit)
2016-10-15 14:07:24 +00:00
Ben Woods
a1b5d72535 science/InsightToolkit: Update to 4.10.1
Changes this release:
  http://public.kitware.com/pipermail/insight-users/2016-October/053981.html

Approved by:	adamw (mentor, implicit)
2016-10-15 08:16:53 +00:00
Ben Woods
3b4087e5ec science/InsightToolkit:
- 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
2016-06-06 18:10:07 +00:00
Ben Woods
a8f5e2ec0c Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org

Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D6278
2016-05-09 20:46:48 +00:00
Florian Smeets
39c9c294ba Update to 4.9.1
PR:		208982
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
Sponsored by:	Essen Linuxhotel Hackathon 2016
2016-04-24 08:05:28 +00:00
Sunpoet Po-Chuan Hsieh
9a1f45d861 - Update to 1.10.0
- 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
2016-04-20 20:42:39 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Raphael Kubo da Costa
42f189fb7d Update to 4.9.0.
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)
2016-02-12 11:41:39 +00:00
Bartek Rutkowski
e7153fc2ec science/InsightToolkit: update 4.8.1 -> 4.8.2
PR:		204727
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
2015-11-26 10:45:58 +00:00
Mathieu Arnold
63ca2fefa4 Update to 4.8.1.
PR:		203472
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-16 14:19:31 +00:00
Bartek Rutkowski
d3f6aa40f2 science/InsightToolkit: update 4.7.2 -> 4.8.0
PR:		201945
Submitted by:	Ben Woods <woodsb02@gmail.com> (maintainer)
2015-09-08 09:45:50 +00:00
Antoine Brodin
dc38a15981 - Update to 4.7.2
- Pass maintainership to submitter

PR:		199812
2015-06-08 20:08:07 +00:00
Antoine Brodin
ee9b96077b Cleanup plist 2014-11-12 18:48:53 +00:00
Dmitry Marakasov
2b39a38e68 Now when it builds on 10.x, drop maintainership 2013-12-21 00:28:51 +00:00
Dmitry Marakasov
837e3284ec - Support staging
- Fix build on 10.x
2013-12-19 09:58:02 +00:00
Dmitry Marakasov
ab93bc10a4 - Take maintainership
PR:		183450
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
2013-10-31 19:51:37 +00:00
Baptiste Daroussin
1dd0d087e7 Add NO_STAGE all over the place in preparation for the staging support (cat: science) 2013-09-20 22:48:30 +00:00
Baptiste Daroussin
200126794b Readd specific EXAMPLES description because of specific comment in it
Submitted by:	kvm
2013-04-29 05:39:52 +00:00
Baptiste Daroussin
c6dd96cea4 Add missing description 2013-04-28 22:09:41 +00:00
Baptiste Daroussin
70311449fa Convert science to new options framework 2013-04-28 22:08:22 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Olli Hauer
c394c56dc0 - remove MD5 2011-07-03 13:22:24 +00:00