summaryrefslogtreecommitdiff
path: root/graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2014-08-15 20:37:31 +0000
committerMatthias Andree <mandree@FreeBSD.org>2014-08-15 20:37:31 +0000
commit515db2ed104a7de4ffb582600576cfa5136637cc (patch)
tree3c1641f7451c72c9a9f849082551388e5ddbe65a /graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp
parentmath/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-IexMath__IexMathFpu.cpp')
-rw-r--r--graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp b/graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp
deleted file mode 100644
index dbe7a062b958..000000000000
--- a/graphics/ilmbase/files/patch-IexMath__IexMathFpu.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./IexMath/IexMathFpu.cpp.orig 2013-06-18 21:51:38.000000000 +0200
-+++ ./IexMath/IexMathFpu.cpp 2014-01-29 13:16:44.000000000 +0100
-@@ -53,7 +53,7 @@
- #endif
-
-
--#ifdef HAVE_UCONTEXT_H
-+#if defined(HAVE_UCONTEXT_H) && (defined(x86_64) || defined(i386_))
-
-
- #include <ucontext.h>