summaryrefslogtreecommitdiff
path: root/graphics/openexr
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2021-05-22 09:40:08 +0200
committerMatthias Andree <mandree@FreeBSD.org>2021-05-22 09:45:52 +0200
commit0aafc89d155c434dc9c32436442ccd9e002674e6 (patch)
treee1255360c3c6910043089a0c47a94d7259035624 /graphics/openexr
parentaudio/musicpd: Update to upstream release 0.22.7 (diff)
graphics/openexr: math/Imath: update to v3.0.3
Only upstream change is an install-fix that had previously been cherry-picked by the FreeBSD port already. Besides the version no., no impact on Imath or OpenEXR code, so no PORTREVISION bumps of our users this time.
Diffstat (limited to 'graphics/openexr')
-rw-r--r--graphics/openexr/Makefile7
-rw-r--r--graphics/openexr/distinfo6
-rw-r--r--graphics/openexr/files/patch-f60b55b1b17
3 files changed, 5 insertions, 25 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index 4e277e13c208..6462569e4dd6 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,10 +1,8 @@
# Created by: nork@FreeBSD.org
PORTNAME= openexr
-PORTVERSION= 3.0.2
+PORTVERSION= 3.0.3
CATEGORIES= graphics devel
-MASTER_SITES= LOCAL/mandree/:test
-DISTFILES= ${PORTNAME}-2.2.0-comp_dwa-test-images.tar.xz:test
MAINTAINER= mandree@FreeBSD.org
COMMENT= High dynamic-range (HDR) image file format
@@ -21,7 +19,7 @@ GH_TUPLE= AcademySoftwareFoundation:openexr:v${PORTVERSION}
USE_LDCONFIG= yes
CMAKE_ARGS+= -DCMAKE_DEBUG_POSTFIX=
-CPPFLAGS+= -I. -I../IlmImf
+CPPFLAGS+= -I.
# must be linked with -l{thr|pthread} explicitly
LDFLAGS+= -lpthread
@@ -64,7 +62,6 @@ post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${_DOC_FILES1:S|^|${_DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${_DOC_FILES2:S|^|${_DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR}
- #${MV} ${STAGEDIR}${DOCSDIR:H}/OpenEXR/[a-df-zA-Z]* ${STAGEDIR}${DOCSDIR}
post-install-DOCS-off:
${RM} ${STAGEDIR}${DOCSDIR:H}/OpenEXR/*.pdf
diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo
index cfc0d2520714..650fb683c38f 100644
--- a/graphics/openexr/distinfo
+++ b/graphics/openexr/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1621335023
+TIMESTAMP = 1621667416
SHA256 (openexr-2.2.0-comp_dwa-test-images.tar.xz) = bbb8ff547e9b68f0dfb1e8804a7ad984978c2b15897988399cc68176e99dd63a
SIZE (openexr-2.2.0-comp_dwa-test-images.tar.xz) = 653768
-SHA256 (AcademySoftwareFoundation-openexr-3.0.2-v3.0.2_GH0.tar.gz) = afcfaaba700d0bc86a54e9c2e51b22b9dd458527571046f02951ef75ddc7c8e2
-SIZE (AcademySoftwareFoundation-openexr-3.0.2-v3.0.2_GH0.tar.gz) = 25060066
+SHA256 (AcademySoftwareFoundation-openexr-3.0.3-v3.0.3_GH0.tar.gz) = d3526a3ccdca78a94658d5208e1963e4686181087004edd5bb98290e1fd0f389
+SIZE (AcademySoftwareFoundation-openexr-3.0.3-v3.0.3_GH0.tar.gz) = 25060963
diff --git a/graphics/openexr/files/patch-f60b55b1b b/graphics/openexr/files/patch-f60b55b1b
deleted file mode 100644
index cdb937bf0e23..000000000000
--- a/graphics/openexr/files/patch-f60b55b1b
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index c68ed6414..980f0f1d0 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -40,6 +40,12 @@ set(OPENEXR_VERSION_API "${OPENEXR_VERSION_MAJOR}_${OPENEXR_VERSION_MINOR}")
-
- message(STATUS "Configure OpenEXR Version: ${OPENEXR_VERSION} Lib API: ${OPENEXR_LIB_VERSION}")
-
-+option(OPENEXR_INSTALL "Install OpenEXR libraries" ON)
-+option(OPENEXR_INSTALL_TOOLS "Install OpenEXR tools" ON)
-+if(OPENEXR_INSTALL_TOOLS AND NOT OPENEXR_INSTALL)
-+ message(SEND_ERROR "OPENEXR_INSTALL_TOOLS requires OPENEXR_INSTALL")
-+endif()
-+
- include(cmake/LibraryDefine.cmake)
- include(cmake/OpenEXRSetup.cmake)
- add_subdirectory(cmake)