diff options
author | mandree <mandree@FreeBSD.org> | 2018-09-22 18:15:22 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2018-09-22 18:15:22 +0800 |
commit | 2907d4cfa1f696797678fc203f1a78b464942e2f (patch) | |
tree | 3378240ab0ba279cc8a007880049ac1be723082d /devel | |
parent | c95aecb14786f2d52bca890fa12faee2a5f83915 (diff) | |
download | freebsd-ports-gnome-2907d4cfa1f696797678fc203f1a78b464942e2f.tar.gz freebsd-ports-gnome-2907d4cfa1f696797678fc203f1a78b464942e2f.tar.zst freebsd-ports-gnome-2907d4cfa1f696797678fc203f1a78b464942e2f.zip |
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.
Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/kio-extras/Makefile | 3 | ||||
-rw-r--r-- | devel/synfig/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/kio-extras/Makefile b/devel/kio-extras/Makefile index ccb6a7353ff8..d8f94a9fdc97 100644 --- a/devel/kio-extras/Makefile +++ b/devel/kio-extras/Makefile @@ -2,6 +2,7 @@ PORTNAME= kio-extras DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-applications # kde kde-applications-plasma MAINTAINER= kde@FreeBSD.org @@ -37,7 +38,7 @@ MTP_LIB_DEPENDS= libmtp.so:multimedia/libmtp EXR_DESC= Provides support for OpenEXR formatted images in the thumbnail kioslave EXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR -EXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR +EXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr EXIV_DESC= Provides support for automatic rotation of JPEGs in the thumbnail kioslave EXIV_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Exiv2 diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile index 56359afccb2e..b076f54434c5 100644 --- a/devel/synfig/Makefile +++ b/devel/synfig/Makefile @@ -3,7 +3,7 @@ PORTNAME= synfig PORTVERSION= 1.2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source @@ -14,7 +14,7 @@ LICENSE= GPLv2+ BUILD_DEPENDS= etl>=1.2.1:devel/etl LIB_DEPENDS= libHalf.so:graphics/ilmbase \ - libIlmImf.so:graphics/OpenEXR \ + libIlmImf.so:graphics/openexr \ libMagickWand-6.so:graphics/ImageMagick \ libavcodec.so:multimedia/ffmpeg \ libboost_program_options.so:devel/boost-libs \ |