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 /UPDATING | |
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 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -5,6 +5,25 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180922: + AFFECTS: users of graphics/ilmbase, graphics/OpenEXR + AUTHOR: mandree@FreeBSD.org + + The IlmBase package has been updated to 2.3.0. + The OpenEXR package has been renamed to openexr and updated to 2.3.0. + + The PORTREVISION of all ports requiring either has been bumped to + ease the reubuilds, and where there were versions in the file names, + these have been removed from the *_DEPENDS lines for easier maintenance. + + A full ports or package upgrade should just work. + + If you are doing partial updates, be sure to rebuild and reinstall + all packages that require either of OpenEXR or ilmbase. + Normally, these can be listed by running: + + # pkg info -q -r OpenEXR ilmbase | sort -u | xargs pkg info -q -o + 20180905: AFFECTS: users of lang/php56 AUTHOR: tz@FreeBSD.org |