From d1cfeab07edadd10dd4f099e9dd0c9103b3596be Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 22 Sep 2018 10:15:22 +0000 Subject: Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr. Release notes: Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase the new lower-case spelling of the name, and to omit the version from the library name to ease future maintenance. Bump PORTREVISION of all ports that depend on ilmbase or openexr directly, so that they all get rebuilt on upgrades. Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now that its Iex::BaseExc class is no longer derived from std::string, details were given upstream through https://github.com/ampas/CTL/issues/71 and (b) to unwind semicolon/;-lists in cmake that stem from openexr/ ilmbase pkg-config variables. (Note ampasCTL is unmaintained as FreeBSD port, and upstream, and I cannot run-time test it.) Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending directly or indirectly on ilmbase and/or openexr have passed without regressions. Thus invoking due diligence, I believe I have done the equivalent of an -exp run, and do not require approval for the dependency chases to third-party ports. --- graphics/ImageMagick7/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/ImageMagick7') diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 11cf55b07e0f..394bd3adee7e 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.7-16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ @@ -171,8 +171,8 @@ PLIST_SUB+= MODULES='@comment ' . if ${_IMAGEMAGICK_THREADS} == "no" IGNORE=OpenEXR requires threads. ${_IMAGEMAGICK_THREADS_IGNORE_MSG} . else -LIB_DEPENDS+= libIlmImf.so:graphics/OpenEXR \ - libImath-2_2.so:graphics/ilmbase +LIB_DEPENDS+= libIlmImf.so:graphics/openexr \ + libImath.so:graphics/ilmbase PLIST_SUB+= OPENEXR="" . endif .else -- cgit v1.2.3