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/OpenEXR/files/patch-IlmImf__Makefile.in | |
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/OpenEXR/files/patch-IlmImf__Makefile.in')
-rw-r--r-- | graphics/OpenEXR/files/patch-IlmImf__Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/OpenEXR/files/patch-IlmImf__Makefile.in b/graphics/OpenEXR/files/patch-IlmImf__Makefile.in new file mode 100644 index 000000000000..2a259498124b --- /dev/null +++ b/graphics/OpenEXR/files/patch-IlmImf__Makefile.in @@ -0,0 +1,15 @@ +--- ./IlmImf/Makefile.in.orig 2014-08-15 19:35:57.000000000 +0200 ++++ ./IlmImf/Makefile.in 2014-08-15 19:45:43.000000000 +0200 +@@ -458,9 +458,10 @@ + ImfOptimizedPixelReading.h + + EXTRA_DIST = $(noinst_HEADERS) b44ExpLogTable.cpp b44ExpLogTable.h dwaLookups.cpp dwaLookups.h CMakeLists.txt +-INCLUDES = @ILMBASE_CXXFLAGS@ \ ++INCLUDES = \ + -I$(top_builddir) \ +- -I$(top_srcdir)/config ++ -I$(top_srcdir)/config \ ++ @ILMBASE_CXXFLAGS@ + + CLEANFILES = b44ExpLogTable b44ExpLogTable.h dwaLookups dwaLookups.h + b44ExpLogTable_SOURCES = b44ExpLogTable.cpp |