From 54975cd08c68b62b6b079b6c30c7868ffd7db5a8 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 20 Mar 2018 06:33:01 +0000 Subject: graphics/pfstools: Update to 2.1.0 Port changes: * Change to DISTVERSION * Add LICENSE_FILE * Change to cmake (from gmake) * Update of all options accordingly PR: 225537 Submitted by: Iouri V. Ivliev (maintainer) --- .../files/patch-src-fileformat-pfsoutjpeghdr.cpp | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 graphics/pfstools/files/patch-src-fileformat-pfsoutjpeghdr.cpp (limited to 'graphics/pfstools/files/patch-src-fileformat-pfsoutjpeghdr.cpp') diff --git a/graphics/pfstools/files/patch-src-fileformat-pfsoutjpeghdr.cpp b/graphics/pfstools/files/patch-src-fileformat-pfsoutjpeghdr.cpp deleted file mode 100644 index 96e3b81ce47e..000000000000 --- a/graphics/pfstools/files/patch-src-fileformat-pfsoutjpeghdr.cpp +++ /dev/null @@ -1,40 +0,0 @@ ---- src/fileformat/pfsoutjpeghdr.cpp.orig 2005-11-04 08:54:27 UTC -+++ src/fileformat/pfsoutjpeghdr.cpp -@@ -69,8 +69,7 @@ void writeHDRJPEGGray( FILE *fh, int wid - jhinf.correction = correction; - jpeg_stdio_dest(&jhinf.cinfo, fh); - -- image = (JHSAMPLE *)malloc(width * height * -- sizeof(JHSAMPLE)*3); -+ image = new JHSAMPLE[width * height * 3]; - - for(int i=0;i