aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2017-12-01 01:58:23 +0000
committerMatthias Andree <mandree@FreeBSD.org>2017-12-01 01:58:23 +0000
commit1fb0ae7cf995d2d164082c63c8ed246a272a5b6e (patch)
treed65a9a82c099a5f9fe438ca1318438b4ca6bb844
parent34f4fb6411e13f0dff94a8ffd7f90d08bb91d907 (diff)
downloadports-1fb0ae7cf995d2d164082c63c8ed246a272a5b6e.tar.gz
ports-1fb0ae7cf995d2d164082c63c8ed246a272a5b6e.zip
Security update OpenEXR and ilmbase to 2.2.1.
While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil, the locally built libIlmImf gets precedence over the one in /usr/local, to permit upgrades in a running system with the older version installed. This changes the library's SONAME, so bump PORTREVISION of all dependees. Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4. Security: CVE-2017-9110 Security: CVE-2017-9111 Security: CVE-2017-9112 Security: CVE-2017-9113 Security: CVE-2017-9114 Security: CVE-2017-9115 Security: CVE-2017-9116 Security: 803879e9-4195-11e7-9b08-080027ef73ec
Notes
Notes: svn path=/head/; revision=455244
-rw-r--r--devel/synfig/Makefile2
-rw-r--r--editors/calligra/Makefile2
-rw-r--r--graphics/OpenEXR/Makefile11
-rw-r--r--graphics/OpenEXR/distinfo5
-rw-r--r--graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in10
-rw-r--r--graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp2
-rw-r--r--graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp2
-rw-r--r--graphics/OpenEXR/pkg-plist4
-rw-r--r--graphics/ampasCTL/Makefile1
-rw-r--r--graphics/appleseed/Makefile1
-rw-r--r--graphics/aqsis/Makefile2
-rw-r--r--graphics/blender/Makefile2
-rw-r--r--graphics/cinepaint/Makefile2
-rw-r--r--graphics/darktable/Makefile2
-rw-r--r--graphics/enblend/Makefile2
-rw-r--r--graphics/exact-image/Makefile2
-rw-r--r--graphics/exrtools/Makefile2
-rw-r--r--graphics/fyre/Makefile2
-rw-r--r--graphics/gegl/Makefile2
-rw-r--r--graphics/gegl3/Makefile2
-rw-r--r--graphics/gimp-gmic-plugin/Makefile2
-rw-r--r--graphics/gstreamer1-plugins-openexr/Makefile2
-rw-r--r--graphics/hdr_tools/Makefile2
-rw-r--r--graphics/hugin/Makefile2
-rw-r--r--graphics/ilmbase/Makefile8
-rw-r--r--graphics/ilmbase/distinfo5
-rw-r--r--graphics/ilmbase/files/patch-CMakeLists.txt42
-rw-r--r--graphics/ilmbase/files/patch-IlmThread__CMakeLists.txt8
-rw-r--r--graphics/ilmbase/files/patch-ImathTest__testBoxAlgo.cpp6
-rw-r--r--graphics/ilmbase/files/patch-ImathTest__testShear.cpp6
-rw-r--r--graphics/ilmbase/files/patch-Imath__ImathFun.cpp8
-rw-r--r--graphics/ilmbase/pkg-plist5
-rw-r--r--graphics/kf5-kimageformats/Makefile2
-rw-r--r--graphics/krita/Makefile2
-rw-r--r--graphics/luminance-qt5/Makefile2
-rw-r--r--graphics/luminance/Makefile2
-rw-r--r--graphics/mitsuba/Makefile2
-rw-r--r--graphics/nvidia-texture-tools/Makefile2
-rw-r--r--graphics/openimageio/Makefile2
-rw-r--r--graphics/openshadinglanguage/Makefile2
-rw-r--r--graphics/pixie/Makefile2
-rw-r--r--graphics/py-openexr/Makefile2
-rw-r--r--graphics/py-openimageio/Makefile1
-rw-r--r--graphics/simpleviewer/Makefile2
-rw-r--r--graphics/vigra/Makefile2
-rw-r--r--graphics/vips/Makefile2
-rw-r--r--science/gwyddion/Makefile2
-rw-r--r--x11/kde4-runtime/Makefile2
-rw-r--r--x11/kdelibs4/Makefile2
49 files changed, 83 insertions, 106 deletions
diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile
index 054272a6efe4..bafaf475a818 100644
--- a/devel/synfig/Makefile
+++ b/devel/synfig/Makefile
@@ -3,7 +3,7 @@
PORTNAME= synfig
PORTVERSION= 1.0.2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= devel graphics multimedia
MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile
index 1a36f4bb33a7..357d0e0ca2c9 100644
--- a/editors/calligra/Makefile
+++ b/editors/calligra/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= calligra
PORTVERSION= 3.0.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= editors kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
DIST_SUBDIR= KDE/${PORTNAME}
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile
index 262046363ccb..ea6e9737e0ce 100644
--- a/graphics/OpenEXR/Makefile
+++ b/graphics/OpenEXR/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= OpenEXR
-PORTVERSION= 2.2.0
-PORTREVISION= 8
+PORTVERSION= 2.2.1
+PORTREVISION= 0
CATEGORIES= graphics devel
MASTER_SITES= SAVANNAH/openexr/:dist \
LOCAL/mandree/:test
@@ -14,13 +14,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:dist \
MAINTAINER= mandree@FreeBSD.org
COMMENT= High dynamic-range (HDR) image file format
-DEPRECATED= Vulnerable with no upstream support
-EXPIRATION_DATE=2017-12-31
-
LICENSE= BSD3CLAUSE
# exact version required to avoid hard-to-debug issues
-LIB_DEPENDS= libImath-2_2.so.12:graphics/ilmbase
+LIB_DEPENDS= libImath-2_2.so.23:graphics/ilmbase
WRKSRC= ${WRKDIR}/${DISTNAME}
@@ -58,7 +55,7 @@ USE_GCC= yes
.endif
MAJORVER= 2_2
-VER= 22
+VER= 23
PLIST_SUB= MAJORVER=${MAJORVER}
PLIST_SUB+= VER=${VER}
diff --git a/graphics/OpenEXR/distinfo b/graphics/OpenEXR/distinfo
index 9f7c9212c2c1..efe479cfde4f 100644
--- a/graphics/OpenEXR/distinfo
+++ b/graphics/OpenEXR/distinfo
@@ -1,4 +1,5 @@
-SHA256 (openexr-2.2.0.tar.gz) = 36a012f6c43213f840ce29a8b182700f6cf6b214bea0d5735594136b44914231
-SIZE (openexr-2.2.0.tar.gz) = 14489661
+TIMESTAMP = 1512081871
+SHA256 (openexr-2.2.1.tar.gz) = 8f9a5af6131583404261931d9a5c83de0a425cb4b8b25ddab2b169fbf113aecd
+SIZE (openexr-2.2.1.tar.gz) = 18176639
SHA256 (openexr-2.2.0-comp_dwa-test-images.tar.xz) = bbb8ff547e9b68f0dfb1e8804a7ad984978c2b15897988399cc68176e99dd63a
SIZE (openexr-2.2.0-comp_dwa-test-images.tar.xz) = 653768
diff --git a/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in b/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in
index 5e7f8e875e73..1a11b076bd4a 100644
--- a/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in
+++ b/graphics/OpenEXR/files/patch-IlmImfUtil__Makefile.in
@@ -1,6 +1,12 @@
---- IlmImfUtil/Makefile.in.orig 2014-08-10 04:48:23 UTC
+--- IlmImfUtil/Makefile.in.orig 2017-12-01 01:20:37 UTC
+++ IlmImfUtil/Makefile.in
-@@ -265,10 +265,11 @@ libIlmImfUtil_la_LDFLAGS = @ILMBASE_LDFL
+@@ -375,15 +375,16 @@ libIlmImfUtil_la_SOURCES = \
+ ImfImageDataWindow.h ImfImageDataWindow.cpp \
+ ImfImageChannelRenaming.h
+
+-libIlmImfUtil_la_LDFLAGS = @ILMBASE_LDFLAGS@ -version-info \
++libIlmImfUtil_la_LDFLAGS = -L$(top_builddir)/IlmImf @ILMBASE_LDFLAGS@ -version-info \
+ @LIBTOOL_VERSION@ -no-undefined $(am__append_1)
libIlmImfUtil_la_LIBADD = -L$(top_builddir)/IlmImf @ILMBASE_LIBS@ -lIlmImf
libIlmImfUtilincludedir = $(includedir)/OpenEXR
EXTRA_DIST = CMakeLists.txt
diff --git a/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp b/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp
index ee84d88dcb84..dd3b73fe83cb 100644
--- a/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp
+++ b/graphics/OpenEXR/files/patch-IlmImf_ImfFastHuf.cpp
@@ -1,4 +1,4 @@
---- IlmImf/ImfFastHuf.cpp.orig 2014-08-10 04:23:56 UTC
+--- IlmImf/ImfFastHuf.cpp.orig 2017-11-17 23:00:24 UTC
+++ IlmImf/ImfFastHuf.cpp
@@ -107,7 +107,7 @@ FastHufDecoder::FastHufDecoder
for (int i = 0; i <= MAX_CODE_LEN; ++i)
diff --git a/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp b/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp
index db0fa88a2cc6..74e5054a3175 100644
--- a/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp
+++ b/graphics/OpenEXR/files/patch-IlmImf__ImfSystemSpecific.cpp
@@ -1,4 +1,4 @@
---- IlmImf/ImfSystemSpecific.cpp.orig 2014-08-10 04:23:57 UTC
+--- IlmImf/ImfSystemSpecific.cpp.orig 2017-11-17 23:00:24 UTC
+++ IlmImf/ImfSystemSpecific.cpp
@@ -44,11 +44,23 @@ namespace {
// Helper functions for gcc + SSE enabled
diff --git a/graphics/OpenEXR/pkg-plist b/graphics/OpenEXR/pkg-plist
index fb485e0a4bca..a61636a1cf0e 100644
--- a/graphics/OpenEXR/pkg-plist
+++ b/graphics/OpenEXR/pkg-plist
@@ -96,8 +96,8 @@ lib/libIlmImf-%%MAJORVER%%.so.%%VER%%
lib/libIlmImf-%%MAJORVER%%.so.%%VER%%.0.0
lib/libIlmImf.a
lib/libIlmImf.so
-lib/libIlmImfUtil-%%MAJORVER%%.so.22
-lib/libIlmImfUtil-%%MAJORVER%%.so.22.0.0
+lib/libIlmImfUtil-%%MAJORVER%%.so.%%VER%%
+lib/libIlmImfUtil-%%MAJORVER%%.so.%%VER%%.0.0
lib/libIlmImfUtil.a
lib/libIlmImfUtil.so
libdata/pkgconfig/OpenEXR.pc
diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile
index ae4db25e8b8f..e81b37ce285b 100644
--- a/graphics/ampasCTL/Makefile
+++ b/graphics/ampasCTL/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ampasCTL
PORTVERSION= 1.5.2
+PORTREVISION= 1
CATEGORIES= graphics devel
MAINTAINER= ports@FreeBSD.org
diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile
index ca95a83e88b8..35a1d8b3e7e3 100644
--- a/graphics/appleseed/Makefile
+++ b/graphics/appleseed/Makefile
@@ -3,6 +3,7 @@
PORTNAME= appleseed
DISTVERSION= 1.6.0-beta
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= danfe@FreeBSD.org
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index 08e826dd13c8..3649374ff926 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -3,7 +3,7 @@
PORTNAME= aqsis
PORTVERSION= 1.8.2
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index 5165f29c4fa6..d6b39e45b901 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -3,7 +3,7 @@
PORTNAME= blender
PORTVERSION= 2.79
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics games
MASTER_SITES= http://download.blender.org/source/ \
http://mirror.cs.umn.edu/blender.org/source/ \
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile
index b3a47e22b3a9..894f48ac4090 100644
--- a/graphics/cinepaint/Makefile
+++ b/graphics/cinepaint/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cinepaint
DISTVERSION= 1.0-4
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/CinePaint/CinePaint-${DISTVERSION}
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 833c1813ef05..7a011a552e8c 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -3,7 +3,7 @@
PORTNAME= darktable
PORTVERSION= 2.2.5
-PORTREVISION= 2
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index 4f614dc8cbd2..ae97f75b3e03 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -3,7 +3,7 @@
PORTNAME= enblend
PORTVERSION= 4.1.4
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= graphics
MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R}
DISTNAME= enblend-enfuse-${PORTVERSION}
diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile
index 226646f2e6dd..6a65795e8a92 100644
--- a/graphics/exact-image/Makefile
+++ b/graphics/exact-image/Makefile
@@ -3,7 +3,7 @@
PORTNAME= exact-image
PORTVERSION= 0.9.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics perl5 python
MASTER_SITES= http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile
index b3e35d98983b..dfcb857cf0ce 100644
--- a/graphics/exrtools/Makefile
+++ b/graphics/exrtools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= exrtools
PORTVERSION= 0.4
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= graphics
MASTER_SITES= http://scanline.ca/exrtools/ \
LOCAL/ehaupt
diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile
index 3c87bc820d5c..9ba8d52611d3 100644
--- a/graphics/fyre/Makefile
+++ b/graphics/fyre/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fyre
PORTVERSION= 1.0.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics
MASTER_SITES= http://releases.navi.cx/fyre/
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index ff674b599710..958bb4d8a49e 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gegl
PORTVERSION= 0.2.0
-PORTREVISION= 20
+PORTREVISION= 21
CATEGORIES= graphics
MASTER_SITES= GIMP
diff --git a/graphics/gegl3/Makefile b/graphics/gegl3/Makefile
index 02ec25028fe7..e42cb5408458 100644
--- a/graphics/gegl3/Makefile
+++ b/graphics/gegl3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gegl
PORTVERSION= 0.3.20
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= GIMP
PKGNAMESUFFIX= 3
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile
index 6f3178af4495..aa0935348f06 100644
--- a/graphics/gimp-gmic-plugin/Makefile
+++ b/graphics/gimp-gmic-plugin/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gmic
PORTVERSION= 1.6.9
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= http://gmic.eu/files/source/
PKGNAMEPREFIX= gimp-
diff --git a/graphics/gstreamer1-plugins-openexr/Makefile b/graphics/gstreamer1-plugins-openexr/Makefile
index 2c0004d3a389..7b7a23f78f25 100644
--- a/graphics/gstreamer1-plugins-openexr/Makefile
+++ b/graphics/gstreamer1-plugins-openexr/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics
COMMENT= GStreamer OpenExr codec plugin
diff --git a/graphics/hdr_tools/Makefile b/graphics/hdr_tools/Makefile
index 4f2fb90a06ad..8367ab48feca 100644
--- a/graphics/hdr_tools/Makefile
+++ b/graphics/hdr_tools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hdr_tools
PORTVERSION= 0.0.2010.11.23 # unspecified by the author, so use the date
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://ttic.uchicago.edu/~cotter/projects/hdr_tools/archives/ \
http://freebsd.nsu.ru/distfiles/
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index 9a46715cabfd..77eb5b5681ed 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hugin
PORTVERSION= 2017.0.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile
index fa923f281cca..8142508cc31e 100644
--- a/graphics/ilmbase/Makefile
+++ b/graphics/ilmbase/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ilmbase
-PORTVERSION= 2.2.0
+PORTVERSION= 2.2.1
CATEGORIES= graphics devel
MASTER_SITES= SAVANNAH/openexr/
DISTNAME= ilmbase-${PORTVERSION}
@@ -23,7 +23,7 @@ OPTIONS_SUB= yes
THREAD_CONFIGURE_ENABLE= threading
MAJORVER= 2_2
-VER= 12
+VER= 23
PLIST_SUB= MAJORVER=${MAJORVER}
PLIST_SUB+= VER=${VER}
@@ -31,14 +31,14 @@ PLIST_SUB+= VER=${VER}
HALF_BIN= eLut toFloat
regression-test regression test check: build
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
+ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libHalf.so.${VER}
${RM} ${STAGEDIR}${PREFIX}/lib/*.la
.for l in libIex libIexMath libImath libIlmThread
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${l}-${MAJORVER}.so.${VER}
- ${LN} -s ${l}-${MAJORVER}.so.${VER} ${STAGEDIR}${PREFIX}/lib/${l}.so
+ ${LN} -s ${l}-${MAJORVER}.so.${VER} ${STAGEDIR}${PREFIX}/lib/${l}.so || :
.endfor
.for e in ${HALF_BIN}
diff --git a/graphics/ilmbase/distinfo b/graphics/ilmbase/distinfo
index 9d7e0f4ec17b..941a8ec90527 100644
--- a/graphics/ilmbase/distinfo
+++ b/graphics/ilmbase/distinfo
@@ -1,2 +1,3 @@
-SHA256 (ilmbase-2.2.0.tar.gz) = ecf815b60695555c1fbc73679e84c7c9902f4e8faa6e8000d2f905b8b86cedc7
-SIZE (ilmbase-2.2.0.tar.gz) = 525289
+TIMESTAMP = 1512081439
+SHA256 (ilmbase-2.2.1.tar.gz) = cac206e63be68136ef556c2b555df659f45098c159ce24804e9d5e9e0286609e
+SIZE (ilmbase-2.2.1.tar.gz) = 573073
diff --git a/graphics/ilmbase/files/patch-CMakeLists.txt b/graphics/ilmbase/files/patch-CMakeLists.txt
index 4f5419dbabbc..a46a83f2b356 100644
--- a/graphics/ilmbase/files/patch-CMakeLists.txt
+++ b/graphics/ilmbase/files/patch-CMakeLists.txt
@@ -1,42 +1,6 @@
---- ./CMakeLists.txt.orig 2014-08-10 06:23:56.000000000 +0200
-+++ ./CMakeLists.txt 2014-08-15 02:01:33.000000000 +0200
-@@ -160,30 +160,30 @@
-
- SET_TARGET_PROPERTIES ( Half
- PROPERTIES
-- VERSION 12.0.0
-+ VERSION 12
- SOVERSION 12
- )
- SET_TARGET_PROPERTIES ( Iex
- PROPERTIES
-- VERSION 12.0.0
-+ VERSION 12
- SOVERSION 12
- OUTPUT_NAME "Iex${ILMBASE_LIBSUFFIX}"
- )
- SET_TARGET_PROPERTIES ( Imath
- PROPERTIES
-- VERSION 12.0.0
-+ VERSION 12
- SOVERSION 12
- OUTPUT_NAME "Imath${ILMBASE_LIBSUFFIX}"
- )
- SET_TARGET_PROPERTIES ( IlmThread
- PROPERTIES
-- VERSION 12.0.0
-+ VERSION 12
- SOVERSION 12
- OUTPUT_NAME "IlmThread${ILMBASE_LIBSUFFIX}"
- )
- SET_TARGET_PROPERTIES ( IexMath
- PROPERTIES
-- VERSION 12.0.0
-+ VERSION 12
- SOVERSION 12
- OUTPUT_NAME "IexMath${ILMBASE_LIBSUFFIX}"
- )
-@@ -227,5 +227,5 @@
+--- CMakeLists.txt.orig 2017-11-17 23:00:23 UTC
++++ CMakeLists.txt
+@@ -227,5 +227,5 @@ Cflags: -pthread -I\${OpenEXR_includedir
INSTALL ( FILES
${CMAKE_BINARY_DIR}/IlmBase.pc
DESTINATION
diff --git a/graphics/ilmbase/files/patch-IlmThread__CMakeLists.txt b/graphics/ilmbase/files/patch-IlmThread__CMakeLists.txt
index f2154559660e..1f2b51d628f0 100644
--- a/graphics/ilmbase/files/patch-IlmThread__CMakeLists.txt
+++ b/graphics/ilmbase/files/patch-IlmThread__CMakeLists.txt
@@ -1,6 +1,6 @@
---- IlmThread/CMakeLists.txt.orig 2013-11-12 01:10:49.000000000 +0400
-+++ IlmThread/CMakeLists.txt 2014-03-27 00:38:30.616700075 +0400
-@@ -18,6 +18,7 @@
+--- IlmThread/CMakeLists.txt.orig 2017-11-17 23:00:23 UTC
++++ IlmThread/CMakeLists.txt
+@@ -18,6 +18,7 @@ IF (WIN32)
)
ENDIF()
@@ -8,7 +8,7 @@
IF(BUILD_SHARED_LIBS)
ADD_DEFINITIONS(-DILMTHREAD_EXPORTS)
-@@ -26,7 +27,7 @@
+@@ -26,7 +27,7 @@ ENDIF()
ADD_LIBRARY ( IlmThread ${LIB_TYPE}
${ILMTHREAD_LIBRARY_SOURCES}
)
diff --git a/graphics/ilmbase/files/patch-ImathTest__testBoxAlgo.cpp b/graphics/ilmbase/files/patch-ImathTest__testBoxAlgo.cpp
index d330c92818d2..5f227909ae21 100644
--- a/graphics/ilmbase/files/patch-ImathTest__testBoxAlgo.cpp
+++ b/graphics/ilmbase/files/patch-ImathTest__testBoxAlgo.cpp
@@ -1,6 +1,6 @@
---- ./ImathTest/testBoxAlgo.cpp.orig 2013-06-18 21:51:38.000000000 +0200
-+++ ./ImathTest/testBoxAlgo.cpp 2014-01-29 13:16:44.000000000 +0100
-@@ -356,7 +356,7 @@
+--- ImathTest/testBoxAlgo.cpp.orig 2017-11-17 23:00:23 UTC
++++ ImathTest/testBoxAlgo.cpp
+@@ -356,7 +356,7 @@ entryAndExitPoints1 ()
Box3f ()
};
diff --git a/graphics/ilmbase/files/patch-ImathTest__testShear.cpp b/graphics/ilmbase/files/patch-ImathTest__testShear.cpp
index 22593e0acc3f..880cffff4ec1 100644
--- a/graphics/ilmbase/files/patch-ImathTest__testShear.cpp
+++ b/graphics/ilmbase/files/patch-ImathTest__testShear.cpp
@@ -1,6 +1,6 @@
---- ./ImathTest/testShear.cpp.orig 2013-06-18 21:51:38.000000000 +0200
-+++ ./ImathTest/testShear.cpp 2014-01-29 13:16:44.000000000 +0100
-@@ -54,7 +54,6 @@
+--- ImathTest/testShear.cpp.orig 2017-11-17 23:00:23 UTC
++++ ImathTest/testShear.cpp
+@@ -54,7 +54,6 @@ testShear ()
const float epsilon = IMATH_INTERNAL_NAMESPACE::limits< float >::epsilon();
diff --git a/graphics/ilmbase/files/patch-Imath__ImathFun.cpp b/graphics/ilmbase/files/patch-Imath__ImathFun.cpp
index e42cd2a143c2..b1d683b00aee 100644
--- a/graphics/ilmbase/files/patch-Imath__ImathFun.cpp
+++ b/graphics/ilmbase/files/patch-Imath__ImathFun.cpp
@@ -1,5 +1,5 @@
---- ./Imath/ImathFun.cpp.orig 2013-10-11 20:40:29.000000000 +0200
-+++ ./Imath/ImathFun.cpp 2014-01-29 13:16:44.000000000 +0100
+--- Imath/ImathFun.cpp.orig 2017-11-17 23:00:23 UTC
++++ Imath/ImathFun.cpp
@@ -33,6 +33,7 @@
///////////////////////////////////////////////////////////////////////////
@@ -8,7 +8,7 @@
#include "ImathFun.h"
IMATH_INTERNAL_NAMESPACE_SOURCE_ENTER
-@@ -41,14 +42,14 @@
+@@ -41,14 +42,14 @@ IMATH_INTERNAL_NAMESPACE_SOURCE_ENTER
float
succf (float f)
{
@@ -25,7 +25,7 @@
{
// Plus or minus zero.
-@@ -76,14 +77,14 @@
+@@ -76,14 +77,14 @@ succf (float f)
float
predf (float f)
{
diff --git a/graphics/ilmbase/pkg-plist b/graphics/ilmbase/pkg-plist
index 022724d277b1..80ecd1abfccd 100644
--- a/graphics/ilmbase/pkg-plist
+++ b/graphics/ilmbase/pkg-plist
@@ -59,16 +59,21 @@ include/OpenEXR/halfFunction.h
include/OpenEXR/halfLimits.h
lib/libHalf.so
lib/libHalf.so.%%VER%%
+lib/libHalf.so.%%VER%%.0.0
lib/libIex-%%MAJORVER%%.so
lib/libIex-%%MAJORVER%%.so.%%VER%%
+lib/libIex-%%MAJORVER%%.so.%%VER%%.0.0
lib/libIex.so
lib/libIexMath-%%MAJORVER%%.so
lib/libIexMath-%%MAJORVER%%.so.%%VER%%
+lib/libIexMath-%%MAJORVER%%.so.%%VER%%.0.0
lib/libIexMath.so
lib/libIlmThread-%%MAJORVER%%.so
lib/libIlmThread-%%MAJORVER%%.so.%%VER%%
+lib/libIlmThread-%%MAJORVER%%.so.%%VER%%.0.0
lib/libIlmThread.so
lib/libImath-%%MAJORVER%%.so
lib/libImath-%%MAJORVER%%.so.%%VER%%
+lib/libImath-%%MAJORVER%%.so.%%VER%%.0.0
lib/libImath.so
libdata/pkgconfig/IlmBase.pc
diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile
index 4d373f80bcca..eb54ae5cdaf2 100644
--- a/graphics/kf5-kimageformats/Makefile
+++ b/graphics/kf5-kimageformats/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kimageformats
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index 9d5a7635d344..4ad2cffeba72 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -2,7 +2,7 @@
PORTNAME= krita
PORTVERSION= 3.1.2.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/3.1.2
DIST_SUBDIR= KDE/${PORTNAME}
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile
index d6bead7e04ee..b6847e39c0ab 100644
--- a/graphics/luminance-qt5/Makefile
+++ b/graphics/luminance-qt5/Makefile
@@ -3,7 +3,7 @@
PORTNAME= luminance-hdr
DISTVERSION= 2.4.0
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= graphics
MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION}
PKGNAMESUFFIX= -qt5
diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile
index 1df1f4870d24..78adc7d52202 100644
--- a/graphics/luminance/Makefile
+++ b/graphics/luminance/Makefile
@@ -3,7 +3,7 @@
PORTNAME= luminance-hdr
DISTVERSION= 2.3.1
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= graphics
MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION}
diff --git a/graphics/mitsuba/Makefile b/graphics/mitsuba/Makefile
index 1fdbb81b3a93..1ea84aa17d5f 100644
--- a/graphics/mitsuba/Makefile
+++ b/graphics/mitsuba/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mitsuba
PORTVERSION= 0.5.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= https://www.mitsuba-renderer.org/repos/mitsuba/archive/${HG_REVISION}${EXTRACT_SUFX}?dummy=
DISTNAME= ${PORTNAME}-${HG_REVISION}
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile
index 723999ddf782..e18b807ce72d 100644
--- a/graphics/nvidia-texture-tools/Makefile
+++ b/graphics/nvidia-texture-tools/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nvidia-texture-tools
PORTVERSION= 2.0.8.1 # needed to not bump PORTEPOCH; remove on next update
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile
index 73cccf0e9892..0f4b17adfa32 100644
--- a/graphics/openimageio/Makefile
+++ b/graphics/openimageio/Makefile
@@ -4,7 +4,7 @@
PORTNAME= openimageio
PORTVERSION= 1.7.17
DISTVERSIONPREFIX= Release-
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES?= graphics multimedia
MAINTAINER?= FreeBSD@Shaneware.biz
diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile
index 430bb82c028d..bc47da044879 100644
--- a/graphics/openshadinglanguage/Makefile
+++ b/graphics/openshadinglanguage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openshadinglanguage
PORTVERSION= 1.8.10
-PORTREVISION= 3
+PORTREVISION= 4
DISTVERSIONPREFIX= Release-
CATEGORIES= graphics devel
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 603d95041132..a0ba5a7b20c0 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pixie
PORTVERSION= 2.2.6
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION}
DISTNAME= Pixie-src-${PORTVERSION}
diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile
index b415d09e1270..76feb41ceeba 100644
--- a/graphics/py-openexr/Makefile
+++ b/graphics/py-openexr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openexr
PORTVERSION= 1.2.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics python
MASTER_SITES= http://excamera.com/files/ \
CHEESESHOP
diff --git a/graphics/py-openimageio/Makefile b/graphics/py-openimageio/Makefile
index 5a5b77a5c30f..cc8d18de4405 100644
--- a/graphics/py-openimageio/Makefile
+++ b/graphics/py-openimageio/Makefile
@@ -1,6 +1,7 @@
# Created by: Shane Ambler
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= graphics multimedia python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile
index 02c865b13be3..81a9a1b9d4a1 100644
--- a/graphics/simpleviewer/Makefile
+++ b/graphics/simpleviewer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= simpleviewer
PORTVERSION= 2.92
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= https://bitbucket.org/andreyu/simple-viewer-gl/get/
DISTNAME= v${PORTVERSION} # version tag, thus no embedded ${PORTNAME}
diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile
index 6cb02eef1eef..f6c3b63156d5 100644
--- a/graphics/vigra/Makefile
+++ b/graphics/vigra/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vigra
DISTVERSION= 1.11.0
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= graphics
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index 0907625d8776..df157f4817b9 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vips
PORTVERSION= 8.4.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/
diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile
index 9200c45cc9b1..284417a9dbad 100644
--- a/science/gwyddion/Makefile
+++ b/science/gwyddion/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gwyddion
PORTVERSION= 2.45
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science graphics
MASTER_SITES= SF
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile
index 93087dc1d9c0..c869f4fb5498 100644
--- a/x11/kde4-runtime/Makefile
+++ b/x11/kde4-runtime/Makefile
@@ -2,7 +2,7 @@
PORTNAME= kde-runtime
PORTVERSION= ${KDE_APPLICATIONS_VERSION}
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11 kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 6642816b2ecb..a99bb972f714 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= kdelibs
PORTVERSION= ${KDE4_KDELIBS_VERSION}
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11 kde kde-applications
MAINTAINER= kde@FreeBSD.org