Skip to content

Commit 328ae40

Browse files
committed
*/*: Replace science/szip with science/libaec
- 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
1 parent 72fa35d commit 328ae40

File tree

52 files changed

+105
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+105
-74
lines changed

‎astro/oskar/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PORTNAME= OSKAR
22
DISTVERSION= 2.8.3
3+
PORTREVISION= 1
34
CATEGORIES= astro
45

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

1516
LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
1617
libhdf5.so:science/hdf5 \
17-
libsz.so:science/szip
18+
libsz.so:science/libaec
1819

1920
USES= cmake compiler:c++11-lang localbase:ldflags python qt:5 \
2021
shebangfix

‎audio/csound/Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PORTNAME= csound
44
DISTVERSION= 6.15.0
5-
PORTREVISION= 3
5+
PORTREVISION= 4
66
CATEGORIES= audio lang
77

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

9292
HDF5_DESC= Build HDF5 read/write plugin
9393
HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 \
94-
libsz.so:science/szip
94+
libsz.so:science/libaec
9595
HDF5_CMAKE_BOOL= BUILD_HDF5_OPCODES
9696

9797
JACK_DESC= Build the JACK related opcodes

‎biology/kallisto/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PORTNAME= kallisto
22
DISTVERSIONPREFIX= v
33
DISTVERSION= 0.48.0
4+
PORTREVISION= 1
45
PORTEPOCH= 1
56
CATEGORIES= biology
67

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

1314
BUILD_DEPENDS= autoconf>=0:devel/autoconf
1415
LIB_DEPENDS= libhdf5.so:science/hdf5 \
15-
libsz.so:science/szip \
16+
libsz.so:science/libaec \
1617
libhts.so:biology/htslib
1718

1819
USES= cmake:noninja compiler:c++11-lang gmake localbase:ldflags

‎cad/appcsxcad/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PORTNAME= appcsxcad
22
DISTVERSIONPREFIX= v
33
DISTVERSION= 0.2.2-7
4+
PORTREVISION= 1
45
DISTVERSIONSUFFIX= -gde8c271
56
CATEGORIES= cad
67

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

‎cad/csxcad/Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PORTNAME= csxcad
22
DISTVERSIONPREFIX= v
33
DISTVERSION= 0.6.2-103
44
DISTVERSIONSUFFIX= -g3c4fb66
5-
PORTREVISION= 3
5+
PORTREVISION= 4
66
CATEGORIES= cad
77

88
MAINTAINER= yuri@FreeBSD.org
@@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
1919
libhdf5.so:science/hdf5 \
2020
libmpfr.so:math/mpfr \
2121
libpng16.so:graphics/png \
22-
libsz.so:science/szip \
22+
libsz.so:science/libaec \
2323
libtiff.so:graphics/tiff \
2424
libtinyxml.so:textproc/tinyxml \
2525
libvtkCommonCore-8.2.so:math/vtk8 # some related packages don't support vtk9 yet, see https://github.com/thliebig/QCSXCAD/issues/6#issuecomment-901633240

‎cad/gmsh/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
PORTNAME= gmsh
44
DISTVERSION= 4.9.2
5+
PORTREVISION= 1
56
CATEGORIES= cad
67
MASTER_SITES= http://gmsh.info/src/
78
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -18,7 +19,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
1819
libgmp.so:math/gmp \
1920
libhdf5.so:science/hdf5 \
2021
libpng.so:graphics/png \
21-
libsz.so:science/szip \
22+
libsz.so:science/libaec \
2223
libfreetype.so:print/freetype2
2324
RUN_DEPENDS= getdp:science/getdp
2425

‎graphics/alembic/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
PORTNAME= alembic
44
PORTVERSION= 1.8.3
5+
PORTREVISION= 1
56
CATEGORIES= graphics
67

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

1213
LIB_DEPENDS= libImath.so:math/Imath
13-
LIB_DEPENDS+= libsz.so:science/szip
14+
LIB_DEPENDS+= libsz.so:science/libaec
1415

1516
USES= cmake compiler:c++11-lang
1617
USE_CXXSTD= c++11

‎graphics/qgis-ltr/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
PORTNAME= qgis
44
DISTVERSION= 3.22.7
5+
PORTREVISION= 1
56
CATEGORIES= graphics geography
67
MASTER_SITES= https://qgis.org/downloads/
78
PKGNAMESUFFIX= -ltr
@@ -52,7 +53,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
5253
libqwt6.so:x11-toolkits/qwt6 \
5354
libspatialindex.so:devel/spatialindex \
5455
libspatialite.so:databases/spatialite \
55-
libsz.so:science/szip \
56+
libsz.so:science/libaec \
5657
libxerces-c.so:textproc/xerces-c3 \
5758
libzip.so:archivers/libzip \
5859
libzstd.so:archivers/zstd

‎graphics/qgis/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
PORTNAME= qgis
44
DISTVERSION= 3.24.3
5+
PORTREVISION= 1
56
CATEGORIES= graphics geography
67
MASTER_SITES= https://qgis.org/downloads/
78

@@ -51,7 +52,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
5152
libqwt6.so:x11-toolkits/qwt6 \
5253
libspatialindex.so:devel/spatialindex \
5354
libspatialite.so:databases/spatialite \
54-
libsz.so:science/szip \
55+
libsz.so:science/libaec \
5556
libxerces-c.so:textproc/xerces-c3 \
5657
libzip.so:archivers/libzip \
5758
libzstd.so:archivers/zstd

‎graphics/vigra/Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PORTNAME= vigra
44
DISTVERSIONPREFIX=v
55
DISTVERSION= 1.11.1
6-
PORTREVISION= 20
6+
PORTREVISION= 21
77
CATEGORIES= graphics
88

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

1515
LIB_DEPENDS= libImath.so:math/Imath \
16-
libsz.so:science/szip
16+
libsz.so:science/libaec
1717

1818
USES= cmake compiler:c++14-lang python:run shebangfix
1919
USE_GITHUB= yes

0 commit comments

Comments
 (0)