Skip to content

Commit

Permalink
*/*: Replace science/szip with science/libaec
Browse files Browse the repository at this point in the history
- Bump PORTREVISION of dependent ports for dependency change

szip does not allow redistribution in binary form without proper commercial
license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
this port, therefore building dependent ports are also blocked. Switch all
dependent ports to science/libaec to avoid conflicts and license issue.

PR:		228743, 246097, 250165
  • Loading branch information
sunpoet committed Jun 16, 2022
1 parent 72fa35d commit 328ae40
Show file tree
Hide file tree
Showing 52 changed files with 105 additions and 74 deletions.
3 changes: 2 additions & 1 deletion astro/oskar/Makefile
@@ -1,5 +1,6 @@
PORTNAME= OSKAR
DISTVERSION= 2.8.3
PORTREVISION= 1
CATEGORIES= astro

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -14,7 +15,7 @@ BROKEN_FreeBSD_12_powerpc64= fails to compile: oskar_convert_cirs_relative_direc

LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
libhdf5.so:science/hdf5 \
libsz.so:science/szip
libsz.so:science/libaec

USES= cmake compiler:c++11-lang localbase:ldflags python qt:5 \
shebangfix
Expand Down
4 changes: 2 additions & 2 deletions audio/csound/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= csound
DISTVERSION= 6.15.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio lang

MAINTAINER= yuri@FreeBSD.org
Expand Down Expand Up @@ -91,7 +91,7 @@ FLUIDSYNTH_BROKEN= FluidSynth 2.x is broken upstream: https://github.com/csound/

HDF5_DESC= Build HDF5 read/write plugin
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
Expand Down
3 changes: 2 additions & 1 deletion biology/kallisto/Makefile
@@ -1,6 +1,7 @@
PORTNAME= kallisto
DISTVERSIONPREFIX= v
DISTVERSION= 0.48.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= biology

Expand All @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt

BUILD_DEPENDS= autoconf>=0:devel/autoconf
LIB_DEPENDS= libhdf5.so:science/hdf5 \
libsz.so:science/szip \
libsz.so:science/libaec \
libhts.so:biology/htslib

USES= cmake:noninja compiler:c++11-lang gmake localbase:ldflags
Expand Down
3 changes: 2 additions & 1 deletion cad/appcsxcad/Makefile
@@ -1,6 +1,7 @@
PORTNAME= appcsxcad
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.2-7
PORTREVISION= 1
DISTVERSIONSUFFIX= -gde8c271
CATEGORIES= cad

Expand All @@ -18,7 +19,7 @@ LIB_DEPENDS= \
libhdf5.so:science/hdf5 \
libpng16.so:graphics/png \
libQCSXCAD.so:cad/qcsxcad \
libsz.so:science/szip \
libsz.so:science/libaec \
libtiff.so:graphics/tiff \
libvtkCommonCore-8.2.so:math/vtk8 # some related packages don't support vtk9 yet, see https://github.com/thliebig/QCSXCAD/issues/6#issuecomment-901633240

Expand Down
4 changes: 2 additions & 2 deletions cad/csxcad/Makefile
Expand Up @@ -2,7 +2,7 @@ PORTNAME= csxcad
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.2-103
DISTVERSIONSUFFIX= -g3c4fb66
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= cad

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libhdf5.so:science/hdf5 \
libmpfr.so:math/mpfr \
libpng16.so:graphics/png \
libsz.so:science/szip \
libsz.so:science/libaec \
libtiff.so:graphics/tiff \
libtinyxml.so:textproc/tinyxml \
libvtkCommonCore-8.2.so:math/vtk8 # some related packages don't support vtk9 yet, see https://github.com/thliebig/QCSXCAD/issues/6#issuecomment-901633240
Expand Down
3 changes: 2 additions & 1 deletion cad/gmsh/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= gmsh
DISTVERSION= 4.9.2
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://gmsh.info/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
Expand All @@ -18,7 +19,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libgmp.so:math/gmp \
libhdf5.so:science/hdf5 \
libpng.so:graphics/png \
libsz.so:science/szip \
libsz.so:science/libaec \
libfreetype.so:print/freetype2
RUN_DEPENDS= getdp:science/getdp

Expand Down
3 changes: 2 additions & 1 deletion graphics/alembic/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= alembic
PORTVERSION= 1.8.3
PORTREVISION= 1
CATEGORIES= graphics

MAINTAINER= danfe@FreeBSD.org
Expand All @@ -10,7 +11,7 @@ COMMENT= Open framework for storing and sharing graphic scene data
LICENSE= BSD3CLAUSE

LIB_DEPENDS= libImath.so:math/Imath
LIB_DEPENDS+= libsz.so:science/szip
LIB_DEPENDS+= libsz.so:science/libaec

USES= cmake compiler:c++11-lang
USE_CXXSTD= c++11
Expand Down
3 changes: 2 additions & 1 deletion graphics/qgis-ltr/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= qgis
DISTVERSION= 3.22.7
PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/
PKGNAMESUFFIX= -ltr
Expand Down Expand Up @@ -52,7 +53,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
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 \
libzstd.so:archivers/zstd
Expand Down
3 changes: 2 additions & 1 deletion graphics/qgis/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= qgis
DISTVERSION= 3.24.3
PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= https://qgis.org/downloads/

Expand Down Expand Up @@ -51,7 +52,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
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 \
libzstd.so:archivers/zstd
Expand Down
4 changes: 2 additions & 2 deletions graphics/vigra/Makefile
Expand Up @@ -3,7 +3,7 @@
PORTNAME= vigra
DISTVERSIONPREFIX=v
DISTVERSION= 1.11.1
PORTREVISION= 20
PORTREVISION= 21
CATEGORIES= graphics

MAINTAINER= ports@FreeBSD.org
Expand All @@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

LIB_DEPENDS= libImath.so:math/Imath \
libsz.so:science/szip
libsz.so:science/libaec

USES= cmake compiler:c++14-lang python:run shebangfix
USE_GITHUB= yes
Expand Down
4 changes: 2 additions & 2 deletions graphics/vv/Makefile
Expand Up @@ -2,7 +2,7 @@ PORTNAME= vv
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.0-383
DISTVERSIONSUFFIX= -g7a783a8b
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -18,7 +18,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
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

Expand Down
3 changes: 2 additions & 1 deletion math/ambit/Makefile
@@ -1,6 +1,7 @@
PORTNAME= ambit
DISTVERSIONPREFIX= v
DISTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= math
PKGNAMESUFFIX= -tensor # avoid clash with shells/ambit

Expand All @@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libhdf5.so:science/hdf5 \
libopenblas.so:math/openblas \
libsz.so:science/szip
libsz.so:science/libaec

USES= cmake:testing compiler:c++11-lang python:build
USE_LDCONFIG= yes
Expand Down
3 changes: 2 additions & 1 deletion math/armadillo/Makefile
@@ -1,5 +1,6 @@
PORTNAME= armadillo
PORTVERSION= 11.2.0
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/arma

Expand All @@ -14,7 +15,7 @@ LIB_DEPENDS= libarpack.so:math/arpack-ng \
libhdf5.so:science/hdf5 \
liblapack.so:math/lapack \
libsuperlu.so:math/superlu \
libsz.so:science/szip
libsz.so:science/libaec

USES= blaslapack:openblas cmake compiler:c++11-lang pkgconfig tar:xz

Expand Down
3 changes: 2 additions & 1 deletion math/flann/Makefile
@@ -1,5 +1,6 @@
PORTNAME= flann
DISTVERSION= 1.9.2
PORTREVISION= 1
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -10,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING

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_LDCONFIG= yes
Expand Down
3 changes: 2 additions & 1 deletion math/freefem++/Makefile
Expand Up @@ -3,6 +3,7 @@
PORTNAME= freefem++
DISTVERSIONPREFIX= v
DISTVERSION= 4.11
PORTREVISION= 1
CATEGORIES= math science

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -28,7 +29,7 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \
libcmumps.so:math/mumps \
libnlopt.so:math/nlopt \
libsuperlu.so:math/superlu \
libsz.so:science/szip
libsz.so:science/libaec
RUN_DEPENDS= bash:shells/bash \
pipe:misc/pipe

Expand Down
4 changes: 2 additions & 2 deletions math/labplot/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= labplot
DISTVERSION= 2.8.2
PORTREVISION= 16
PORTREVISION= 17
CATEGORIES= math kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}

Expand All @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
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
Expand Down
4 changes: 2 additions & 2 deletions math/mathgl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mathgl
DISTVERSION= 2.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/

Expand All @@ -16,7 +16,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \
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
Expand Down
3 changes: 2 additions & 1 deletion math/mdal/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= mdal
DISTVERSION= 0.9.4
PORTREVISION= 1
CATEGORIES= math geography

MAINTAINER= wen@FreeBSD.org
Expand All @@ -16,7 +17,7 @@ LIB_DEPENDS= libpdal_base.so:math/pdal \
libsqlite3.so:databases/sqlite3 \
libgdal.so:graphics/gdal \
libhdf5.so:science/hdf5 \
libsz.so:science/szip
libsz.so:science/libaec

USES= cmake gnome localbase
USE_GNOME= libxml2
Expand Down
4 changes: 2 additions & 2 deletions math/openturns/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.19
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand Down Expand Up @@ -48,7 +48,7 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \
libprimesieve.so:math/primesieve \
libspqr.so:math/suitesparse-spqr \
libsuitesparseconfig.so:math/suitesparse-config \
libsz.so:science/szip \
libsz.so:science/libaec \
libtbb.so:devel/onetbb \
libunwind.so:devel/libunwind

Expand Down
4 changes: 2 additions & 2 deletions math/pdal/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= pdal
DISTVERSION= 2.3.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= math databases graphics
MASTER_SITES= https://github.com/PDAL/PDAL/releases/download/${DISTVERSION}/
DISTNAME= ${PORTNAME}-${DISTVERSION}-src
Expand Down Expand Up @@ -59,7 +59,7 @@ BASH_RUN_DEPENDS= bash:shells/bash

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_LIB_DEPENDS= liblazperf.so:archivers/lazperf
Expand Down
3 changes: 2 additions & 1 deletion math/saga/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= saga
PORTVERSION= 8.2.2
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}

Expand All @@ -25,7 +26,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libproj.so:graphics/proj \
libqhull_r.so:math/qhull \
libsvm.so:science/libsvm \
libsz.so:science/szip \
libsz.so:science/libaec \
libtiff.so:graphics/tiff
RUN_DEPENDS:= swig:devel/swig

Expand Down
3 changes: 2 additions & 1 deletion misc/adios2/Makefile
@@ -1,6 +1,7 @@
PORTNAME= adios2
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.1
PORTREVISION= 1
CATEGORIES= misc science

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -26,7 +27,7 @@ LIB_DEPENDS= libblosc.so:archivers/c-blosc \
libmpi.so:net/mpich \
libpng.so:graphics/png \
libsodium.so:security/libsodium \
libsz.so:science/szip \
libsz.so:science/libaec \
libzmq.so:net/libzmq4 \
libzfp.so:devel/zfp
RUN_DEPENDS= bash:shells/bash \
Expand Down
4 changes: 2 additions & 2 deletions science/ALPSCore/Makefile
@@ -1,7 +1,7 @@
PORTNAME= ALPSCore
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.0
PORTREVISION= 14
PORTREVISION= 15
CATEGORIES= science

MAINTAINER= ports@FreeBSD.org
Expand All @@ -14,7 +14,7 @@ BROKEN_i386= fails to build: no matching member function for call to 'read'

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
Expand Down

0 comments on commit 328ae40

Please sign in to comment.