git: efd4ad9b3b95 - main - science/eccodes: Fix JEPG support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 15:54:14 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=efd4ad9b3b95d0606e1cf2399105f5e26233d86a
commit efd4ad9b3b95d0606e1cf2399105f5e26233d86a
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-02-05 15:17:36 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-02-05 15:47:44 +0000
science/eccodes: Fix JEPG support
- Bump PORTREVISION for package change
Reported by: Doug White <dwhite@gumbysoft.com> (via private mail)
---
science/eccodes/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/science/eccodes/Makefile b/science/eccodes/Makefile
index baff266830fb..8d9737890cab 100644
--- a/science/eccodes/Makefile
+++ b/science/eccodes/Makefile
@@ -1,5 +1,6 @@
PORTNAME= eccodes
PORTVERSION= 2.27.1
+PORTREVISION= 1
DISTVERSIONSUFFIX= -Source
CATEGORIES= science
MASTER_SITES= https://confluence.ecmwf.int/download/attachments/45757960/ \
@@ -30,6 +31,7 @@ CMAKE_ON= ECCODES_INSTALL_EXTRA_TOOLS \
ENABLE_ECCODES_THREADS \
ENABLE_EXAMPLES \
ENABLE_INSTALL_ECCODES_DEFINITIONS \
+ ENABLE_JPG \
ENABLE_NETCDF \
ENABLE_PNG
USE_CSTD= c99
@@ -49,7 +51,6 @@ AEC_DESC= Adaptive Entropy Coding support
AEC_CMAKE_BOOL= ENABLE_AEC
AEC_LIB_DEPENDS= libaec.so:science/libaec
-JASPER_CMAKE_BOOL= ENABLE_JPG
JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper
OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg