aboutsummaryrefslogtreecommitdiff
path: root/graphics/gstreamer1-plugins-openexr
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-01-05 02:17:32 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-01-05 02:17:32 +0000
commit2e26d3323d12788197470dacc7187bd0ae521260 (patch)
tree269343fdae7d3d844d32dffd91353ecb698cc304 /graphics/gstreamer1-plugins-openexr
parentc11266721adcfed6be82ec16fec43adbc2f5ffa1 (diff)
downloadports-2e26d3323d12788197470dacc7187bd0ae521260.tar.gz
ports-2e26d3323d12788197470dacc7187bd0ae521260.zip
graphics/ilmbase, graphics/openexr: upgrade to upstream v2.4.0
graphics/gstreamer1-plugins-openexr: switch from C++98 to C++11 to match new OpenEXR headers and unbreak compilation. Bump PORTREVISION of all ports depending directly on either, based on assessing INDEX-12 (bump_portrevision.pl -l (shallow) used). Release Notes: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.4.0 The update was deliberately deferred until after 2020Q1, and should not be MFH'd back to it.
Notes
Notes: svn path=/head/; revision=522079
Diffstat (limited to 'graphics/gstreamer1-plugins-openexr')
-rw-r--r--graphics/gstreamer1-plugins-openexr/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/gstreamer1-plugins-openexr/Makefile b/graphics/gstreamer1-plugins-openexr/Makefile
index e1c650b89914..4a6a903f6135 100644
--- a/graphics/gstreamer1-plugins-openexr/Makefile
+++ b/graphics/gstreamer1-plugins-openexr/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
COMMENT= GStreamer OpenExr codec plugin
@@ -8,6 +8,9 @@ COMMENT= GStreamer OpenExr codec plugin
GST_PLUGIN= openexr
DIST= bad
+pre-configure:
+ ${REINPLACE_CMD} -e 's/c++98/c++11/' ${WRKSRC}/ext/openexr/Makefile.in
+
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
.include "${MASTERDIR}/Makefile"