From: Martin Reindl Subject: Re: [maintainer update] hdf5 1.14.6 To: Landry Breuil , Theo Buehler , ports@openbsd.org Date: Fri, 5 Sep 2025 19:22:43 +0200 On Thu, Sep 04, 2025 at 02:10:47PM +0100, Stuart Henderson wrote: > On 2025/09/04 14:55, Landry Breuil wrote: > > same for FC=egfortran, even if it isnt changed in your diff, should that > > be a CONFIGURE_ENV variable ? it feels weird in CONFIGURE_ARGS. > > I think that is again a case of missing fortran from COMPILER_LANGS > Apart from that, what landry suggests seems reasonable: Index: Makefile =================================================================== RCS file: /cvs/ports/math/hdf5/Makefile,v retrieving revision 1.28 diff -u -p -r1.28 Makefile --- Makefile 10 Jan 2025 18:03:44 -0000 1.28 +++ Makefile 5 Sep 2025 17:13:13 -0000 @@ -3,19 +3,18 @@ ONLY_FOR_ARCHS = ${GCC49_ARCHS} COMMENT = Hierarchical Data Format 5 Technology suite -V = 1.14.4.3 +V = 1.14.6 DISTNAME = hdf5-${V} GH_ACCOUNT = HDFGroup GH_PROJECT = hdf5 GH_TAGNAME = ${DISTNAME:S/-/_/g} -REVISION = 0 -SHARED_LIBS += hdf5 7.0 # 314.0 -SHARED_LIBS += hdf5_cpp 11.0 # 310.4 -SHARED_LIBS += hdf5_hl 6.0 # 310.4 -SHARED_LIBS += hdf5_hl_cpp 7.0 # 3104. -SHARED_LIBS += hdf5_fortran 4.0 # 313.0 -SHARED_LIBS += hdf5hl_fortran 3.0 # 310.4 +SHARED_LIBS += hdf5 8.0 # 315.1 +SHARED_LIBS += hdf5_cpp 12.0 # 310.6 +SHARED_LIBS += hdf5_hl 7.0 # 310.6 +SHARED_LIBS += hdf5_hl_cpp 8.0 # 310.6 +SHARED_LIBS += hdf5_fortran 5.0 # 313.2 +SHARED_LIBS += hdf5hl_fortran 4.0 # 310.6 CATEGORIES = math @@ -26,20 +25,22 @@ MAINTAINER = Martin Reindl