diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-08-15 20:37:31 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-08-15 20:37:31 +0000 |
commit | 515db2ed104a7de4ffb582600576cfa5136637cc (patch) | |
tree | 3c1641f7451c72c9a9f849082551388e5ddbe65a /graphics/ilmbase/files/patch-CMakeLists.txt | |
parent | math/givaro: 3.5.0 -> 3.8.0 (diff) |
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
Diffstat (limited to 'graphics/ilmbase/files/patch-CMakeLists.txt')
-rw-r--r-- | graphics/ilmbase/files/patch-CMakeLists.txt | 54 |
1 files changed, 23 insertions, 31 deletions
diff --git a/graphics/ilmbase/files/patch-CMakeLists.txt b/graphics/ilmbase/files/patch-CMakeLists.txt index dc6d2592137a..4f5419dbabbc 100644 --- a/graphics/ilmbase/files/patch-CMakeLists.txt +++ b/graphics/ilmbase/files/patch-CMakeLists.txt @@ -1,50 +1,42 @@ ---- CMakeLists.txt.orig 2013-11-12 03:09:51.000000000 +0400 -+++ CMakeLists.txt 2014-03-27 00:26:23.467722879 +0400 -@@ -130,30 +130,30 @@ +--- ./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 11.0.0 -+ VERSION 11 - SOVERSION 11 +- VERSION 12.0.0 ++ VERSION 12 + SOVERSION 12 ) SET_TARGET_PROPERTIES ( Iex PROPERTIES -- VERSION 11.0.0 -+ VERSION 11 - SOVERSION 11 - OUTPUT_NAME "Iex-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR}" +- VERSION 12.0.0 ++ VERSION 12 + SOVERSION 12 + OUTPUT_NAME "Iex${ILMBASE_LIBSUFFIX}" ) SET_TARGET_PROPERTIES ( Imath PROPERTIES -- VERSION 11.0.0 -+ VERSION 11 - SOVERSION 11 - OUTPUT_NAME "Imath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR}" +- VERSION 12.0.0 ++ VERSION 12 + SOVERSION 12 + OUTPUT_NAME "Imath${ILMBASE_LIBSUFFIX}" ) SET_TARGET_PROPERTIES ( IlmThread PROPERTIES -- VERSION 11.0.0 -+ VERSION 11 - SOVERSION 11 - OUTPUT_NAME "IlmThread-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR}" +- VERSION 12.0.0 ++ VERSION 12 + SOVERSION 12 + OUTPUT_NAME "IlmThread${ILMBASE_LIBSUFFIX}" ) SET_TARGET_PROPERTIES ( IexMath PROPERTIES -- VERSION 11.0.0 -+ VERSION 11 - SOVERSION 11 - OUTPUT_NAME "IexMath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR}" +- VERSION 12.0.0 ++ VERSION 12 + SOVERSION 12 + OUTPUT_NAME "IexMath${ILMBASE_LIBSUFFIX}" ) -@@ -190,11 +190,12 @@ - Name: IlmBase - Description: Base math and exception libraries - Version: ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} --Libs: -L\${libdir} -lImath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lIexMath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lHalf -lIex-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lIlmThread-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -pthreadCflags: -pthread -I\${OpenEXR_includedir} -+Libs: -L\${libdir} -lImath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lIexMath-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lHalf -lIex-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -lIlmThread-${CPACK_PACKAGE_VERSION_MAJOR}_${CPACK_PACKAGE_VERSION_MINOR} -pthread -+Cflags: -pthread -I\${OpenEXR_includedir} - ") - +@@ -227,5 +227,5 @@ INSTALL ( FILES ${CMAKE_BINARY_DIR}/IlmBase.pc DESTINATION |