git: 0aafc89d155c - main - graphics/openexr: math/Imath: update to v3.0.3
Matthias Andree
mandree at FreeBSD.org
Sat May 22 07:46:07 UTC 2021
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0aafc89d155c434dc9c32436442ccd9e002674e6
commit 0aafc89d155c434dc9c32436442ccd9e002674e6
Author: Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-05-22 07:40:08 +0000
Commit: Matthias Andree <mandree at FreeBSD.org>
CommitDate: 2021-05-22 07:45:52 +0000
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.
---
graphics/openexr/Makefile | 7 ++-----
graphics/openexr/distinfo | 6 +++---
graphics/openexr/files/patch-f60b55b1b | 17 -----------------
math/Imath/Makefile | 2 +-
math/Imath/distinfo | 6 +++---
5 files changed, 9 insertions(+), 29 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 at 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 at 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)
diff --git a/math/Imath/Makefile b/math/Imath/Makefile
index 0e2abc523b6f..e858a64332e7 100644
--- a/math/Imath/Makefile
+++ b/math/Imath/Makefile
@@ -1,7 +1,7 @@
# Based on the graphics/ilmbase port that was done by: nork at FreeBSD.org
PORTNAME= Imath
-PORTVERSION= 3.0.2
+PORTVERSION= 3.0.3
CATEGORIES= math devel graphics
MAINTAINER= mandree at FreeBSD.org
diff --git a/math/Imath/distinfo b/math/Imath/distinfo
index d58c15600001..a554fcc3158d 100644
--- a/math/Imath/distinfo
+++ b/math/Imath/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621270930
-SHA256 (AcademySoftwareFoundation-Imath-3.0.2-v3.0.2_GH0.tar.gz) = 85c9939390afd33e93e7bea9c2b8e5dcd37958daa5d70214c58e9b00320ebf29
-SIZE (AcademySoftwareFoundation-Imath-3.0.2-v3.0.2_GH0.tar.gz) = 528309
+TIMESTAMP = 1621667405
+SHA256 (AcademySoftwareFoundation-Imath-3.0.3-v3.0.3_GH0.tar.gz) = 296c4facd4e5022a937f9ac7c354d62f0d002d3bf47434e91c5ee5f4a4f8ee93
+SIZE (AcademySoftwareFoundation-Imath-3.0.3-v3.0.3_GH0.tar.gz) = 528293
More information about the dev-commits-ports-all
mailing list