Re: graphics/OpenEXR: patch for gcc46+

2012-11-25 Thread nemysis
On Sun, 25 Nov 2012 12:00:00 +
freebsd-ports-requ...@freebsd.org wrote:

 Re: graphics/OpenEXR: patch for gcc46+

This Patch is not needed for new Version graphics/OpenEXR-1.7.1 there is in

openexr/openexr-1.7.1/exrenvmap/blurImage.cpp

#include resizeImage.h
#include cstring
#include Iex.h
#include iostream
#include algorithm
#include string.h

using namespace std;
using namespace Imf;
using namespace Imath;


On Nov 23, 2012, at 4:27 PM, Andriy Gapon wrote:

 --- exrenvmap/blurImage.cpp.orig  2012-11-23 23:23:48.714449156 +0200
 +++ exrenvmap/blurImage.cpp   2012-11-23 23:24:09.765447850 +0200
 @@ -45,6 +45,7 @@
 #include Iex.h
 #include iostream
 #include algorithm
 +#include cstring
 
 using namespace std;
 using namespace Imf;
 
 This patch is required because memcpy(3) is used in the file.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: graphics/OpenEXR: patch for gcc46+

2012-11-24 Thread Steve Wills
Thanks, I have a plan to update after 9.1 release, I'll try to include this 
patch as well.

Steve

On Nov 23, 2012, at 4:27 PM, Andriy Gapon wrote:

 --- exrenvmap/blurImage.cpp.orig  2012-11-23 23:23:48.714449156 +0200
 +++ exrenvmap/blurImage.cpp   2012-11-23 23:24:09.765447850 +0200
 @@ -45,6 +45,7 @@
 #include Iex.h
 #include iostream
 #include algorithm
 +#include cstring
 
 using namespace std;
 using namespace Imf;
 
 This patch is required because memcpy(3) is used in the file.
 
 -- 
 Andriy Gapon
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


graphics/OpenEXR: patch for gcc46+

2012-11-23 Thread Andriy Gapon
--- exrenvmap/blurImage.cpp.orig2012-11-23 23:23:48.714449156 +0200
+++ exrenvmap/blurImage.cpp 2012-11-23 23:24:09.765447850 +0200
@@ -45,6 +45,7 @@
 #include Iex.h
 #include iostream
 #include algorithm
+#include cstring

 using namespace std;
 using namespace Imf;

This patch is required because memcpy(3) is used in the file.

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org