svn commit: r453048 - in head/graphics/cimg: . files
Thierry Thomas
thierry at FreeBSD.org
Sat Oct 28 08:04:33 UTC 2017
Author: thierry
Date: Sat Oct 28 08:04:31 2017
New Revision: 453048
URL: https://svnweb.freebsd.org/changeset/ports/453048
Log:
Remove OpenEXR support, due to unfixed vulnerabilities.
Reported by: mandree
Sponsored by: HAMoween'17
Modified:
head/graphics/cimg/Makefile
head/graphics/cimg/files/patch-examples__Makefile
Modified: head/graphics/cimg/Makefile
==============================================================================
--- head/graphics/cimg/Makefile Sat Oct 28 07:46:30 2017 (r453047)
+++ head/graphics/cimg/Makefile Sat Oct 28 08:04:31 2017 (r453048)
@@ -3,6 +3,7 @@
PORTNAME= cimg
DISTVERSION= 2.1.3
+PORTREVISION= 1
PORTEPOCH= 3
CATEGORIES= graphics devel
@@ -53,7 +54,6 @@ LIB_DEPENDS+= libcurl.so:ftp/curl \
libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libHalf.so:graphics/ilmbase \
- libIlmImf.so:graphics/OpenEXR \
libgimp-2.0.so:graphics/gimp-app \
libfftw3.so:math/fftw3 \
libopencv_legacy.so:graphics/opencv \
Modified: head/graphics/cimg/files/patch-examples__Makefile
==============================================================================
--- head/graphics/cimg/files/patch-examples__Makefile Sat Oct 28 07:46:30 2017 (r453047)
+++ head/graphics/cimg/files/patch-examples__Makefile Sat Oct 28 08:04:31 2017 (r453048)
@@ -1,4 +1,4 @@
---- examples/Makefile.orig 2017-08-19 21:27:17 UTC
+--- examples/Makefile.orig 2017-10-27 09:00:53 UTC
+++ examples/Makefile
@@ -84,7 +84,7 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j
# Set correct variables and paths
@@ -60,14 +60,18 @@
# Flags to enable native support for MINC2 image files, using the MINC2 library.
# ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide )
-@@ -211,14 +211,14 @@ CIMG_MINC2_LIBS = -lminc_io -lvolume_io2
+@@ -210,15 +210,15 @@ CIMG_MINC2_LIBS = -lminc_io -lvolume_io2
+
# Flags to enable native support for EXR image files, using the OpenEXR library.
# ( http://www.openexr.com/ )
- CIMG_OPENEXR_DEFINE = -Dcimg_use_openexr
+-CIMG_OPENEXR_DEFINE = -Dcimg_use_openexr
-CIMG_OPENEXR_INCDIR = -I/usr/include/OpenEXR
-+CIMG_OPENEXR_INCDIR = -I$(LOCALBASE)/include/OpenEXR
- CIMG_OPENEXR_CFLAGS = $(CIMG_OPENEXR_DEFINE) $(CIMG_OPENEXR_INCDIR)
- CIMG_OPENEXR_LIBS = -lIlmImf -lHalf
+-CIMG_OPENEXR_CFLAGS = $(CIMG_OPENEXR_DEFINE) $(CIMG_OPENEXR_INCDIR)
+-CIMG_OPENEXR_LIBS = -lIlmImf -lHalf
++#CIMG_OPENEXR_DEFINE = -Dcimg_use_openexr
++#CIMG_OPENEXR_INCDIR = -I$(LOCALBASE)/include/OpenEXR
++#CIMG_OPENEXR_CFLAGS = $(CIMG_OPENEXR_DEFINE) $(CIMG_OPENEXR_INCDIR)
++#CIMG_OPENEXR_LIBS = -lIlmImf -lHalf
# Flags to enable native support for various video files, using the FFMPEG library.
# ( http://www.ffmpeg.org/ )
More information about the svn-ports-head
mailing list