2018-01-28 20:58:17 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
openexr: update to 2.2.1.
November 30, 2017 - OpenEXR v2.2.1 has been released and is available
for download.
This maintenance release addresses the reported OpenEXR security
vulnerabilities, specifically CVE-2017-9110, CVE-2017-9111,
CVE-2017-9112, CVE-2017-9113, CVE-2017-9114, CVE-2017-9115,
CVE-2017-9116.
|
2016-12-05 00:40:33 by Blue Rats | Files touched by this commit (1) |
Log message:
Needs bsd.prefs.mk. Otherwise, vars seem to get clobbered and the build
fails on Linux, breaking lots of packages.
|
2016-08-26 19:19:49 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Disable concurrent build of a table generator, it uses a lot of memory
and often crashes here.
|
2015-11-03 22:34:36 by Alistair G. Crooks | Files touched by this commit (610) |
Log message:
Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
Package fotoxx distfile fotoxx-14.03.1.tar.gz
ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
Package pgraf: missing distfile pgraf-20010131.tar.gz
Package qvplay: missing distfile qvplay-0.95.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-04-13 20:45:46 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Add volatile keyword to inline assembly tests to ensure the instructions we
are testing for are actually checked, and remove an empty list of clobbered
registers. Fixes tests with gcc-4.2.1 on 32-bit OSX, hint from tnn@
|
2014-08-22 13:24:48 by Thomas Klausner | Files touched by this commit (394) |
Log message:
Bump PKGREVISION for ilmbase shlib major bump.
|
2014-08-19 15:34:42 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Don't use gcc-specific cpuid.h, fix the inline asm to properly
save/restore %ebx on i386.
|
2014-08-15 20:07:41 by Richard PALO | Files touched by this commit (3) |
Log message:
Rework cpuid function to use gnuc __get_cpuid (requiring at least gcc 4.3)
This get's over issues such as encountered with PIC builds.
Upstream issue : https://github.com/openexr/openexr/issues/128
Revbump due to new dependency on GCC_REQD+= 4.3
(additional patches available upon request for bmake test target)
|
2014-08-13 21:23:09 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Fix build on 32bit platforms.
Bump the package revision as it is possible that the broken code compiled
on some platforms but won't work properly.
|
2014-08-11 21:42:46 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 2.2.0:
* DreamWorks Lossy Compression A new high quality, high performance lossy \
compression codec contributed by DreamWorks Animation. This codec allows control \
over variable lossiness to balance visual quality and file size. This \
contribution also includes performance improvements that speed up the PIZ codec.
* IlmImfUtil A new library intended to aid in development of image file \
manipulation utilities that support the many types of OpenEXR images.
|