- Update to 3.15.4

See: http://freeimage.sourceforge.net/news.html

Notified by:	danfe
This commit is contained in:
Pietro Cerutti 2013-01-30 14:13:20 +00:00
parent da0bf57cb2
commit a7caa28d30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311214
4 changed files with 15 additions and 22 deletions

View File

@ -1,12 +1,8 @@
# New ports collection makefile for: FreeImage
# Date created: 2005-09-01
# Whom: Choe, Cheng-Dae <whitekid@gmail.com>
#
# Created by: Choe, Cheng-Dae <whitekid@gmail.com>
# $FreeBSD$
#
PORTNAME= freeimage
PORTVERSION= 3.15.1
PORTVERSION= 3.15.4
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/Source%20Distribution/${PORTVERSION}
DISTNAME= FreeImage${PORTVERSION:S/.//g}

View File

@ -1,2 +1,2 @@
SHA256 (FreeImage3151.zip) = e0f0dd980b16ca2904e01896cd7a1f64a38ddf1896a91c5659de2816fd0bbaed
SIZE (FreeImage3151.zip) = 5068002
SHA256 (FreeImage3154.zip) = eb6361519d33131690a0e726b085a05825e5adf9fb72c752d8d39100e48dc829
SIZE (FreeImage3154.zip) = 5513923

View File

@ -1,14 +0,0 @@
--- Source/LibOpenJPEG/opj_malloc.h.orig
+++ Source/LibOpenJPEG/opj_malloc.h
@@ -85,8 +85,10 @@
#define HAVE_MEMALIGN
/* Linux x86_64 and OSX always align allocations to 16 bytes */
#elif !defined(__amd64__) && !defined(__APPLE__)
+ #ifndef __FreeBSD__
#define HAVE_MEMALIGN
- #include <malloc.h>
+ #endif
+ #include <stdlib.h>
#endif
#endif

View File

@ -0,0 +1,11 @@
--- Source/OpenEXR/IlmImf/ImfAutoArray.h.orig 2013-01-30 11:10:28.000000000 +0100
+++ Source/OpenEXR/IlmImf/ImfAutoArray.h 2013-01-30 12:05:10.000000000 +0100
@@ -46,6 +46,8 @@
#include "OpenEXRConfig.h"
+#include <string.h>
+
namespace Imf {