Index: audio/csound/Makefile =================================================================== --- audio/csound/Makefile (revision 551590) +++ audio/csound/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= csound DISTVERSION= 6.14.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio lang PATCH_SITES= https://github.com/csound/csound/commit/ @@ -89,7 +89,7 @@ HDF5_DESC= Build HDF5 read/write opcodes HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 \ - libsz.so:science/szip + libsz.so:science/libaec HDF5_CMAKE_BOOL= BUILD_HDF5_OPCODES JACK_DESC= Build the JACK related opcodes Index: biology/kallisto/Makefile =================================================================== --- biology/kallisto/Makefile (revision 551590) +++ biology/kallisto/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= kallisto DISTVERSIONPREFIX= v DISTVERSION= 0.46.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology @@ -14,7 +15,7 @@ BUILD_DEPENDS= autoconf>=0:devel/autoconf LIB_DEPENDS= libhdf5.so:science/hdf5 \ - libsz.so:science/szip + libsz.so:science/libaec USES= cmake:noninja compiler:c++11-lang gmake localbase:ldflags USE_GITHUB= yes Index: graphics/opencv/Makefile =================================================================== --- graphics/opencv/Makefile (revision 551590) +++ graphics/opencv/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= opencv PORTVERSION= 3.4.1 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= graphics MAINTAINER= tcberner@FreeBSD.org @@ -279,7 +279,7 @@ GTK2_CMAKE_BOOL= WITH_GTK GTK2_LIB_DEPENDS= libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ - libsz.so:science/szip \ + libsz.so:science/libaec \ libfontconfig.so:x11-fonts/fontconfig \ liblept.so:graphics/leptonica Index: graphics/qgis/Makefile =================================================================== --- graphics/qgis/Makefile (revision 551590) +++ graphics/qgis/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_14_16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography MAINTAINER= rhurlin@FreeBSD.org @@ -48,7 +48,7 @@ libqwt6.so:x11-toolkits/qwt6 \ libspatialindex.so:devel/spatialindex \ libspatialite.so:databases/spatialite \ - libsz.so:science/szip \ + libsz.so:science/libaec \ libxerces-c.so:textproc/xerces-c3 \ libzip.so:archivers/libzip RUN_DEPENDS= astyle:devel/astyle \ Index: graphics/qgis-ltr/Makefile =================================================================== --- graphics/qgis-ltr/Makefile (revision 551590) +++ graphics/qgis-ltr/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 3_10_10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics geography PKGNAMESUFFIX= -ltr @@ -51,7 +51,7 @@ libqwt6.so:x11-toolkits/qwt6 \ libspatialindex.so:devel/spatialindex \ libspatialite.so:databases/spatialite \ - libsz.so:science/szip \ + libsz.so:science/libaec \ libxerces-c.so:textproc/xerces-c3 \ libzip.so:archivers/libzip RUN_DEPENDS= astyle:devel/astyle \ Index: graphics/vigra/Makefile =================================================================== --- graphics/vigra/Makefile (revision 551590) +++ graphics/vigra/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= vigra DISTVERSIONPREFIX=v DISTVERSION= 1.11.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libHalf.so:graphics/ilmbase \ - libsz.so:science/szip + libsz.so:science/libaec USES= cmake compiler:c++14-lang python:run shebangfix USE_GITHUB= yes Index: graphics/vv/Makefile =================================================================== --- graphics/vv/Makefile (revision 551590) +++ graphics/vv/Makefile (working copy) @@ -4,7 +4,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.4.0-383 DISTVERSIONSUFFIX= -g7a783a8b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -20,7 +20,7 @@ libhdf5_cpp.so:science/hdf5 \ libITKLabelMap-5.0.so:science/InsightToolkit \ libpng.so:graphics/png \ - libsz.so:science/szip \ + libsz.so:science/libaec \ libtiff.so:graphics/tiff \ libvtkIOSQL-8.2.so:math/vtk8 Index: math/ambit/Makefile =================================================================== --- math/ambit/Makefile (revision 551590) +++ math/ambit/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= ambit DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= math PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit @@ -14,7 +15,7 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \ libopenblas.so:math/openblas \ - libsz.so:science/szip + libsz.so:science/libaec USES= cmake compiler:c++11-lang USE_GITHUB= yes Index: math/armadillo/Makefile =================================================================== --- math/armadillo/Makefile (revision 551590) +++ math/armadillo/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 9.900.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma @@ -15,7 +16,7 @@ libarpack.so:math/arpack-ng \ libhdf5.so:science/hdf5 \ libsuperlu.so:math/superlu \ - libsz.so:science/szip + libsz.so:science/libaec USES= blaslapack:openblas cmake compiler:c++11-lang pkgconfig tar:xz Index: math/flann/Makefile =================================================================== --- math/flann/Makefile (revision 551590) +++ math/flann/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= flann DISTVERSION= 1.9.1-29 DISTVERSIONSUFFIX= -g1d04523 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -14,7 +14,7 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \ liblz4.so:archivers/liblz4 \ - libsz.so:science/szip + libsz.so:science/libaec USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig USE_GITHUB= yes Index: math/labplot/Makefile =================================================================== --- math/labplot/Makefile (revision 551590) +++ math/labplot/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= labplot DISTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} @@ -15,7 +16,7 @@ LIB_DEPENDS= libgsl.so:math/gsl \ liblz4.so:archivers/liblz4 \ libspectre.so:print/libspectre \ - libsz.so:science/szip + libsz.so:science/libaec USES= bison cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 \ shared-mime-info tar:xz Index: math/mathgl/Makefile =================================================================== --- math/mathgl/Makefile (revision 551590) +++ math/mathgl/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= mathgl DISTVERSION= 2.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/ @@ -18,7 +18,7 @@ libhpdf.so:print/libharu \ libltdl.so:devel/libltdl \ libpng.so:graphics/png \ - libsz.so:science/szip + libsz.so:science/libaec USES= cmake compiler:c++11-lang gettext-runtime gl jpeg xorg USE_GL= gl glu glut Index: math/pdal/Makefile =================================================================== --- math/pdal/Makefile (revision 551590) +++ math/pdal/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= pdal DISTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@FreeBSD.org @@ -56,7 +56,7 @@ ICEBRIDGE_CMAKE_BOOL= BUILD_PLUGIN_ICEBRIDGE ICEBRIDGE_LIB_DEPENDS= libhdf5.so:science/hdf5 \ - libsz.so:science/szip + libsz.so:science/libaec LAZPERF_CMAKE_BOOL= WITH_LAZPERF LAZPERF_BUILD_DEPENDS= ${LOCALBASE}/include/laz-perf/las.hpp:archivers/lazperf Index: misc/adios2/Makefile =================================================================== --- misc/adios2/Makefile (revision 551590) +++ misc/adios2/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= adios2 DISTVERSIONPREFIX= v DISTVERSION= 2.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc science MAINTAINER= yuri@FreeBSD.org @@ -22,7 +22,7 @@ libhdf5.so:science/hdf5 \ libmpi.so:net/openmpi \ libpng.so:graphics/png \ - libsz.so:science/szip \ + libsz.so:science/libaec \ libzfp.so:devel/zfp RUN_DEPENDS= bash:shells/bash Index: science/ALPSCore/Makefile =================================================================== --- science/ALPSCore/Makefile (revision 551590) +++ science/ALPSCore/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= ALPSCore DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= science MAINTAINER= ports@FreeBSD.org @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libhdf5.so:science/hdf5 \ - libsz.so:science/szip + libsz.so:science/libaec USES= cmake compiler:c++11-lang eigen:3 USE_GITHUB= yes Index: science/InsightToolkit/Makefile =================================================================== --- science/InsightToolkit/Makefile (revision 551590) +++ science/InsightToolkit/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= InsightToolkit PORTVERSION= 5.0.1 DISTVERSIONPREFIX=v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science biology MASTER_SITES= https://github.com/InsightSoftwareConsortium/ITK/releases/download/v5.0.1/:data DISTFILES= InsightData-5.0.1.tar.gz:data @@ -20,7 +20,7 @@ libfftw.so:math/fftw \ libhdf5.so:science/hdf5 \ libpng.so:graphics/png \ - libsz.so:science/szip \ + libsz.so:science/libaec \ libtiff.so:graphics/tiff USES= cmake compiler:c++11-lang eigen:3 jpeg pkgconfig Index: science/avogadrolibs/Makefile =================================================================== --- science/avogadrolibs/Makefile (revision 551590) +++ science/avogadrolibs/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= avogadrolibs DISTVERSION= 1.93.0 +PORTREVISION= 1 CATEGORIES= science PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ @@ -29,7 +30,7 @@ HDF5_CMAKE_BOOL= USE_HDF5 HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 \ - libsz.so:science/szip + libsz.so:science/libaec LIBARCHIVE_DESC= Enable optional Libarchive features LIBARCHIVE_CMAKE_BOOL= USE_LIBARCHIVE Index: science/cdo/Makefile =================================================================== --- science/cdo/Makefile (revision 551590) +++ science/cdo/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= cdo PORTVERSION= 1.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/20826/ \ LOCAL/sunpoet @@ -56,7 +56,7 @@ PROJ_CONFIGURE_WITH= proj PROJ_LIB_DEPENDS= libproj.so:graphics/proj SZIP_CONFIGURE_WITH= szlib -SZIP_LIB_DEPENDS= libsz.so:science/szip +SZIP_LIB_DEPENDS= libsz.so:science/libaec UDUNITS_CONFIGURE_WITH= udunits2 UDUNITS_LIB_DEPENDS= libudunits2.so:science/udunits UUID_CONFIGURE_OFF= ac_cv_func_uuid_create=no ac_cv_have_decl_uuid_create=no ac_cv_have_decl_uuid_generate=no ac_cv_lib_uuid_uuid_generate=no Index: science/cgnslib/Makefile =================================================================== --- science/cgnslib/Makefile (revision 551590) +++ science/cgnslib/Makefile (working copy) @@ -4,6 +4,7 @@ PORTNAME= cgnslib PORTVERSION= 4.1.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= science @@ -36,7 +37,7 @@ FORTRAN_USES= fortran FORTRAN_CMAKE_BOOL= CGNS_ENABLE_FORTRAN -HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 libsz.so:science/szip +HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 libsz.so:science/libaec HDF5_CMAKE_BOOL= CGNS_ENABLE_HDF5 HDF5_CMAKE_ON= -DHDF5_INCLUDE_PATH:PATH="${LOCALBASE}/include" Index: science/cgribex/Makefile =================================================================== --- science/cgribex/Makefile (revision 551590) +++ science/cgribex/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= cgribex PORTVERSION= 1.9.4 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/21178/ \ LOCAL/sunpoet @@ -28,7 +29,7 @@ JASPER_CONFIGURE_WITH= jasper=${LOCALBASE} JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper SZIP_CONFIGURE_WITH= szlib=${LOCALBASE} -SZIP_LIB_DEPENDS= libsz.so:science/szip +SZIP_LIB_DEPENDS= libsz.so:science/libaec post-configure: @${REINPLACE_CMD} -e 's|-Ino/include||g; s|-Lno/lib||g' ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile Index: science/chemps2/Makefile =================================================================== --- science/chemps2/Makefile (revision 551590) +++ science/chemps2/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= CheMPS2 DISTVERSIONPREFIX= v DISTVERSION= 1.8.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libhdf5.so:science/hdf5 \ - libsz.so:science/szip + libsz.so:science/libaec USES= blaslapack:openblas cmake fortran USE_GITHUB= yes Index: science/erkale/Makefile =================================================================== --- science/erkale/Makefile (revision 551590) +++ science/erkale/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= erkale DISTVERSION= g20200426 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ libgsl.so:math/gsl \ libhdf5.so:science/hdf5 \ libint.so:science/libint \ - libsz.so:science/szip \ + libsz.so:science/libaec \ libxc.so:science/libxc RUN_DEPENDS= ${LOCALBASE}/share/erkale/basis/6-21G.gbs:science/erkale-pseudopotentials Index: science/gnudatalanguage/Makefile =================================================================== --- science/gnudatalanguage/Makefile (revision 551590) +++ science/gnudatalanguage/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= gnudatalanguage PORTVERSION= 0.9.9 DISTVERSIONPREFIX= v -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= science lang .if defined(BUILD_PYTHON_MODULE) PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ libplplot.so:math/plplot \ libtiff.so:graphics/tiff \ libpng.so:graphics/png \ - libsz.so:science/szip \ + libsz.so:science/libaec \ libps.so:print/pslib \ libgsl.so:math/gsl Index: science/hdf/Makefile =================================================================== --- science/hdf/Makefile (revision 551590) +++ science/hdf/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= hdf PORTVERSION= 4.2.15 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF/releases/HDF${PORTVERSION}/src/ \ @@ -11,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) -LIB_DEPENDS= libsz.so:science/szip +LIB_DEPENDS= libsz.so:science/libaec NOT_FOR_ARCHS= aarch64 armv6 armv7 NOT_FOR_ARCHS_REASON= fails to compile: no machine type has been defined Index: science/hdf5/Makefile =================================================================== --- science/hdf5/Makefile (revision 551590) +++ science/hdf5/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.10.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= science archivers graphics MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ @@ -46,7 +47,7 @@ PARALLEL_LDFLAGS= -L${LOCALBASE}/lib -lmpi PARALLEL_LIB_DEPENDS= libmpi.so:net/mpich SZIP_CONFIGURE_ON= --with-szlib=${LOCALBASE} -SZIP_LIB_DEPENDS= libsz.so:science/szip +SZIP_LIB_DEPENDS= libsz.so:science/libaec post-patch: @${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/config/gnu-flags Index: science/hdf5-18/Makefile =================================================================== --- science/hdf5-18/Makefile (revision 551590) +++ science/hdf5-18/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.8.21 # When PORTVERSION changes, please update french/med/files/patch-configure -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science archivers graphics MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/${PORTNAME}-${PORTVERSION}/src/ \ http://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/${PORTNAME}-${PORTVERSION}/src/ \ @@ -52,7 +52,7 @@ .endif .if ${PORT_OPTIONS:MSZIP} -LIB_DEPENDS+= libsz.so:science/szip +LIB_DEPENDS+= libsz.so:science/libaec CONFIGURE_ARGS+=--with-szlib=${LOCALBASE} .endif Index: science/lammps/Makefile =================================================================== --- science/lammps/Makefile (revision 551590) +++ science/lammps/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= lammps PORTVERSION= ${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/} +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -72,7 +73,7 @@ H5MD_DESC= USER-H5MD package based on libhdf5 H5MD_CMAKE_BOOL= PKG_USER-H5MD H5MD_LIB_DEPENDS= libhdf5.so:science/hdf5 \ - libsz.so:science/szip + libsz.so:science/libaec KIM_DESC= KIM package based on the OpenKim library/repository KIM_USES= pkgconfig Index: science/netcdf/Makefile =================================================================== --- science/netcdf/Makefile (revision 551590) +++ science/netcdf/Makefile (working copy) @@ -4,6 +4,7 @@ PORTNAME= netcdf PORTVERSION= 4.7.3 DISTVERSIONPREFIX= c- +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ @@ -38,7 +39,7 @@ DOXYGEN_CONFIGURE_ENABLE= doxygen DOXYGEN_IMPLIES= DOCS DOXYGEN_PORTDOCS= * -SZIP_LIB_DEPENDS= libsz.so:science/szip +SZIP_LIB_DEPENDS= libsz.so:science/libaec SZIP_LIBS= -lsz post-patch: Index: science/qmcpack/Makefile =================================================================== --- science/qmcpack/Makefile (revision 551590) +++ science/qmcpack/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= qmcpack DISTVERSIONPREFIX= v DISTVERSION= 3.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -20,7 +20,7 @@ libhdf5.so:science/hdf5 \ libmpich.so:net/mpich \ libopenblas.so:math/openblas \ - libsz.so:science/szip + libsz.so:science/libaec USES= cmake compiler:c++11-lang fortran gnome localbase:ldflags pkgconfig python:build USE_GITHUB= yes Index: science/rmf/Makefile =================================================================== --- science/rmf/Makefile (revision 551590) +++ science/rmf/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= rmf DISTVERSION= 1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science graphics MAINTAINER= yuri@FreeBSD.org @@ -13,7 +13,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libhdf5.so:science/hdf5 \ - libsz.so:science/szip + libsz.so:science/libaec USES= compiler:c++11-lang cmake python:build shebangfix USE_GITHUB= yes Index: science/votca/Makefile =================================================================== --- science/votca/Makefile (revision 551590) +++ science/votca/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= votca DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -18,7 +19,7 @@ libexpat.so:textproc/expat2 \ libfftw3.so:math/fftw3 \ libhdf5.so:science/hdf5 \ - libsz.so:science/szip \ + libsz.so:science/libaec \ libxc.so:science/libxc USES= cmake compiler:c++14-lang eigen:3 perl5 pkgconfig python:run \ Index: sysutils/slurm-wlm/Makefile =================================================================== --- sysutils/slurm-wlm/Makefile (revision 551590) +++ sysutils/slurm-wlm/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= slurm DISTVERSION= 20.02.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils python MASTER_SITES= https://download.schedmd.com/slurm/ PKGNAMESUFFIX= -wlm @@ -61,7 +61,7 @@ #GTK2_CONFIGURE_OFF= --disable-gtktest HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 \ - libsz.so:science/szip + libsz.so:science/libaec HDF5_CONFIGURE_WITH= hdf5 HWLOC_LIB_DEPENDS= libhwloc.so:devel/hwloc