git: 0145a312fd98 - main - graphics/elastix: Switch to science/InsightToolkit521
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 02:05:15 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0145a312fd984c998e15656fef6db06065e5cdd9
commit 0145a312fd984c998e15656fef6db06065e5cdd9
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-19 01:58:37 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-19 02:05:11 +0000
graphics/elastix: Switch to science/InsightToolkit521
It is incompatible with newer (and older) InsightToolkit.
---
graphics/elastix/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/graphics/elastix/Makefile b/graphics/elastix/Makefile
index 66140e6b6981..b22af2b50280 100644
--- a/graphics/elastix/Makefile
+++ b/graphics/elastix/Makefile
@@ -1,5 +1,6 @@
PORTNAME= elastix
DISTVERSION= 5.0.1.20220218
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
@@ -11,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \
libhdf5.so:science/hdf5 \
- libITKCommon-${ITK_VER}.so:science/InsightToolkit
+ libITKCommon-${ITK_VER}.so:science/InsightToolkit521
USES= cmake:testing compiler:c++14-lang eigen:3
USE_LDCONFIG= yes
@@ -22,5 +23,5 @@ GH_TAGNAME= last-itk5.2-support
CMAKE_ON= ELASTIX_USE_EIGEN
-.include <../../science/InsightToolkit/Makefile.version>
+.include <../../science/InsightToolkit521/Makefile.version>
.include <bsd.port.mk>