summaryrefslogtreecommitdiff
path: root/misc/adios2
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 23:06:54 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 23:13:01 +0800
commit328ae4074233a5b85e0e38efece1af5dcc218160 (patch)
tree982ebbc6507160ebcefcd1d47f6c4bdc458734da /misc/adios2
parent72fa35d5cb531c78702fc467df019369e3676eff (diff)
downloadfreebsd-ports-328ae4074233a5b85e0e38efece1af5dcc218160.zip
*/*: 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
Diffstat (limited to 'misc/adios2')
-rw-r--r--misc/adios2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile
index 9887fabbd772..f4826ef0583a 100644
--- a/misc/adios2/Makefile
+++ b/misc/adios2/Makefile
@@ -1,6 +1,7 @@
PORTNAME= adios2
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.1
+PORTREVISION= 1
CATEGORIES= misc science
MAINTAINER= yuri@FreeBSD.org
@@ -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 \