pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/openexr



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Aug 26 17:19:49 UTC 2016

Modified Files:
        pkgsrc/graphics/openexr: distinfo
Added Files:
        pkgsrc/graphics/openexr/patches: patch-IlmImf_dwaLookups.cpp

Log Message:
Disable concurrent build of a table generator, it uses a lot of memory
and often crashes here.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/graphics/openexr/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/openexr/patches/patch-IlmImf_dwaLookups.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/openexr/distinfo
diff -u pkgsrc/graphics/openexr/distinfo:1.28 pkgsrc/graphics/openexr/distinfo:1.29
--- pkgsrc/graphics/openexr/distinfo:1.28       Tue Nov  3 21:34:11 2015
+++ pkgsrc/graphics/openexr/distinfo    Fri Aug 26 17:19:49 2016
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2015/11/03 21:34:11 agc Exp $
+$NetBSD: distinfo,v 1.29 2016/08/26 17:19:49 joerg Exp $
 
 SHA1 (openexr-2.2.0.tar.gz) = d09a68c4443b7a12a0484c073adaef348b44cb92
 RMD160 (openexr-2.2.0.tar.gz) = a825ed42e731da3bc39f25ce2a310712a5b0f956
@@ -7,5 +7,6 @@ Size (openexr-2.2.0.tar.gz) = 14489661 b
 SHA1 (patch-IlmImf_ImfFastHuf.cpp) = bf583b5e0efb1af6e00d671b07d4cc154e13ac44
 SHA1 (patch-IlmImf_ImfSystemSpecific.cpp) = 79bf644181650fa7dc13c04dfeb68142bde6a2b6
 SHA1 (patch-IlmImf_ImfSystemSpecific.h) = f36d049085e42beabcf5f7af5354009391a1f9f2
+SHA1 (patch-IlmImf_dwaLookups.cpp) = 7bcc32f3de10cea5467d054f1b1aa0fd12d49d46
 SHA1 (patch-aa) = 8633b04f9c13f163947e7ac81eb4ef7a6fd9eb88
 SHA1 (patch-ab) = 0efe7155350e1976d1d7bad9da8b1a037fd84572

Added files:

Index: pkgsrc/graphics/openexr/patches/patch-IlmImf_dwaLookups.cpp
diff -u /dev/null pkgsrc/graphics/openexr/patches/patch-IlmImf_dwaLookups.cpp:1.1
--- /dev/null   Fri Aug 26 17:19:49 2016
+++ pkgsrc/graphics/openexr/patches/patch-IlmImf_dwaLookups.cpp Fri Aug 26 17:19:49 2016
@@ -0,0 +1,12 @@
+$NetBSD: patch-IlmImf_dwaLookups.cpp,v 1.1 2016/08/26 17:19:49 joerg Exp $
+
+--- IlmImf/dwaLookups.cpp.orig 2016-06-06 22:42:15.936629432 +0000
++++ IlmImf/dwaLookups.cpp
+@@ -436,6 +436,7 @@ generateToNonlinear()
+ int
+ cpuCount()
+ {
++    return 1; // Semi-reliably crashes in bulk builds
+     if (!IlmThread::supportsThreads()) return 1;
+ 
+     int cpuCount = 1;



Home | Main Index | Thread Index | Old Index