Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Nov 2018 09:19:35
3.18.0_1

|
linimon  |
Add patch forgotten in previous commit. Some code for big-endian
architectures is obsolete.
PR: 232381
Submitted by: Piotr Kubaj |
28 Oct 2018 11:26:05
3.18.0_1

|
linimon  |
Fix build on GCC-based architectures.
PR: 232381
Submitted by: Piotr Kubaj |
07 Sep 2018 17:14:41
3.18.0_1

|
tobik  |
graphics/freeimage: Amend patch introduced in r479150
While there is an additional check on 'handle' in psdParser::Save()
later it should be done earlier as intended and not just commented
out because of Clang/libc++ regressions. |
06 Sep 2018 19:39:45
3.18.0

|
swills  |
graphics/freeimage: Upgrade to 3.18.0
PR: 231165
Submitted by: Nathan <ndowens@yahoo.com> |
29 Jul 2018 22:18:46
3.16.0_6

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
01 Jul 2018 09:17:46
3.16.0_5

|
linimon  |
Mark these ports broken on mips64 and/or mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
16 Apr 2018 00:37:31
3.16.0_5

|
jbeich  |
graphics/freeimage: unbreak consumers on arm* with NEON
$ echo 'int main() {}' | cc -xc - -o /dev/null -L/usr/local/lib -lfreeimage -lm
/usr/local/lib/libfreeimage.so: undefined reference to
`png_init_filter_functions_neon'
cc: error: linker command failed with exit code 1 (use -v to see invocation) |
15 Apr 2018 23:57:59
3.16.0_4

|
jbeich  |
graphics/freeimage: unbreak on armv7
/usr/bin/ld: ./Source/FreeImage/BitmapAccess.o(.text+0x2d0): unresolvable
R_ARM_MOVW_ABS_NC relocation against symbol `_ZSt7nothrow'
/usr/bin/ld: final link failed: Nonrepresentable section on output
cc: error: linker command failed with exit code 1 (use -v to see invocation) |
15 Apr 2018 23:57:45
3.16.0_4

|
jbeich  |
graphics/freeimage: unbreak build with Clang 6 (C++14 by default)
Source/LibRawLite/./internal/dcraw_common.cpp:2042:17: error: constant
expression evaluates to -2 which cannot be narrowed to type 'char'
[-Wc++11-narrowing]
1,0, 2,2, 2,-2,
^~
Source/LibRawLite/./internal/dcraw_common.cpp:2042:17: note: insert an explicit
cast to silence this issue
1,0, 2,2, 2,-2,
^~
static_cast<char>( )
[...]
Reported by: pkg-fallout (armv6, armv7, aarch64) |
15 Apr 2018 19:12:19
3.16.0_4

|
sunpoet  |
Fix CVE-2016-5684
- Bump PORTREVISION for package change
Obtained from: https://sourceforge.net/p/freeimage/svn/1735/
https://sourceforge.net/p/freeimage/svn/1740/
Security: 5b1631dc-eafd-11e6-9ac1-a4badb2f4699
MFH: 2018Q2 |
06 Jan 2018 02:14:58
3.16.0_3

|
jbeich  |
graphics/freeimage: unbreak build with Clang 6 (C++14 by default)
Source/LibRawLite/./internal/dcraw_common.cpp:3786:19: error: constant
expression evaluates to 128 which cannot be narrowed to type 'signed char'
[-Wc++11-narrowing]
-1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01,
^~~~
Source/LibRawLite/./internal/dcraw_common.cpp:3786:19: note: insert an explicit
cast to silence this issue
-1,-2,-1,+0,0,0x80, -1,-2,+0,-1,0,0x01, -1,-2,+1,-1,0,0x01,
^~~~
static_cast<signed char>( )
Source/LibRawLite/./internal/dcraw_common.cpp:3787:39: error: constant
expression evaluates to 136 which cannot be narrowed to type 'signed char'
[-Wc++11-narrowing]
-1,-2,+1,+0,1,0x01, -1,-1,-1,+1,0,0x88, -1,-1,+1,-2,0,0x40,
^~~~
Source/LibRawLite/./internal/dcraw_common.cpp:3787:39: note: insert an explicit
cast to silence this issue
-1,-2,+1,+0,1,0x01, -1,-1,-1,+1,0,0x88, -1,-1,+1,-2,0,0x40,
^~~~ (Only the first 15 lines of the commit message are shown above ) |
10 Sep 2017 20:55:39
3.16.0_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
3.16.0_2

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
13 Dec 2015 20:26:24
3.16.0_1

|
kwm  |
Fix included dcraw vulnability.
Fix integer overflow in PluginPCX.cpp. [1]
Add dcraw files to dos2unix so patching is easier.
Obtained from: Debian freeimage package (both patches)
Security: 33459061-a1d6-11e5-8794-bcaec565249c [1] |
21 Nov 2015 17:25:56
3.16.0

|
danfe  |
Unbreak the build on PowerPC by using modern compiler (GCC). The problem
was the same as fixed recently in r401989 since FreeImage bundles its own
copy of OpenEXR. |
18 Aug 2015 16:08:38
3.16.0

|
danfe  |
Add a comment that version 3.17.0 is available, but does not build on i386. |
09 Aug 2015 22:24:05
3.16.0

|
andrew  |
Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it
in the amd64 CFLAGS and are failing to build.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3321 |
10 Dec 2014 22:29:15
3.16.0

|
gahr  |
- Reset maintainership of my ports |
17 Jun 2014 17:45:14
3.16.0

|
antoine  |
Unbreak on 8amd64 and 9amd64, gcc from base fails to compile it |
12 Jun 2014 08:49:39
3.16.0

|
danfe  |
- Update to version 3.16.0
- Make use of CFLAGS_amd64 and thus simplify the Makefile
- Do not hardcode ${GMAKE}, correctly call it via ${MAKE_CMD}
- Sort USES values, sanitize port-build/install commands
Approved by: gahr (maintainer) |
20 May 2014 19:32:39
3.15.4_3

|
tijl  |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de> |
10 Mar 2014 14:49:26


|
bapt  |
Convert g* to USES=zip |
27 Jan 2014 09:13:03
3.15.4_3

|
gahr  |
- Fix staging as non-root
PR: 186143
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> |
20 Dec 2013 12:55:37
3.15.4_3

|
gahr  |
- Fix installed symlink [1]
- STAGE-clean
- Convert to USES=dos2unix
Reported by: antoine [1] |
20 Sep 2013 18:35:46
3.15.4_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
26 Aug 2013 10:36:30
3.15.4_2

|
bapt  |
Fix build without gcc by making sure gmake is invoked with the proper make
environnement during
post-build and post-install |
01 Aug 2013 06:35:29
3.15.4_2

|
bapt  |
Fix build without gcc |
08 Jul 2013 15:01:51
3.15.4_2

|
gahr  |
- Fix shlib symlinks
- Bump PORTREVISION
PR: 180169
Submitted by: Andrea Venturoli <ml@netfence.it> |
09 May 2013 16:46:33
3.15.4_1

|
gahr  |
- Install the C++ wrapper FreeImagePlus as well
- Fix COMMENT and pkg-descr
- Bump PORTREVISION
PR: 178450
Submitted by: thierry |
30 Jan 2013 14:13:21
3.15.4

|
gahr  |
- Update to 3.15.4
See: http://freeimage.sourceforge.net/news.html
Notified by: danfe |
06 Feb 2012 11:44:40
3.15.1 
|
gahr  |
- restore original CFLAGS to avoid symbols clash
PR: 164285
Submitted by: Lee Thomas <lee_thomas@lthomas.net> |
23 Nov 2011 17:56:44
3.15.1 
|
danfe  |
Add missing comma before conjunction word.
Approved by: maintainer
Feature safe: yes |
23 Nov 2011 17:55:39
3.15.1 
|
danfe  |
Update to release 3.15.1 which is a maintenance release that brings several
fixes for TIFF, JPEG, BMP, PCX, and CUT plugins. The most significant fixes
concern the security against malicious images, so that an update is highly
recommended.
Approved by: maintainer
Feature safe: yes |
11 Apr 2011 07:23:44
3.15.0 
|
gahr  |
- Update to 3.15.0
Release 3.15.0 mainly add support for thumbnail loading / saving, as well as
better support for JPEG, Exif, TIFF, TARGA, ICO, PSD, BMP formats.
The library has been updated with the new libjpeg (8c), libtiff (3.9.4),
libpng (1.4.5), OpenJPEG (1.4.0) and libraw (0.13-Beta3) libraries.
PR: 156303
Submitted by: Pedro Giffuni <giffunip@tutopia.com> |
20 Dec 2010 09:00:38
3.14.1 
|
gahr  |
- Update to 3.14.1
- Makefile cleanup
PR: 153178
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> |
22 Aug 2009 00:23:13
3.12.0 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
02 Jul 2009 06:39:02
3.12.0 
|
gahr  |
- Fix PLIST
Reported by: QA Tindie |
01 Jul 2009 20:24:50
3.12.0 
|
gahr  |
- Update to 3.12.0 |
03 Dec 2008 16:29:38
3.11.0_1 
|
gahr  |
- Remove dependency on memalign
PR: 129388
Submitted by: Jacob Atzen <jatzen@gmail.com> |
24 Sep 2008 22:36:23
3.11.0 
|
gahr  |
- Try to fix build on amd64
Reported by: QA Tindie |
24 Sep 2008 21:12:05
3.11.0 
|
gahr  |
- Update to 3.11.0 |
13 Jun 2008 14:20:57
3.10.0 
|
gahr  |
- Additional fix-it patch |
13 Jun 2008 14:04:39
3.10.0 
|
gahr  |
- Unbreak on amd64
- Fix on sparc64
- Move pkg-plist to PLIST_FILES
- Take maintainship |
01 Apr 2008 22:11:32
3.10.0 
|
pav  |
- Mark BROKEN on amd64:
error: no matching function for call to `MIN(int&, long int)
- While here, convert INSTALLS_SHLIB to USE_LDCONFIG |
17 Mar 2008 11:16:52
3.10.0 
|
sumikawa  |
Upgrade to 3.10.0. |
11 Mar 2007 01:46:03
3.9.3 
|
anray  |
Update to 3.9.3 |
13 Dec 2006 12:56:01
3.8.0 
|
linimon  |
Reset whitekid@gmail.com after timeouts and no response to email.
Hat: portmgr |
15 May 2006 05:35:02
3.8.0 
|
clsung  |
- update to 3.8.0
PR: ports/97200
Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de>
Approved by: maintainer (Choe, Cheng-Dae) |
22 Jan 2006 12:35:18
3.7.0 
|
edwin  |
SHA256ify
Approved by: krion@ |
04 Sep 2005 22:25:41
3.7.0 
|
pav  |
FreeImage is an Open Source library project for developers who would like to
support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as
needed by today's multimedia applications. FreeImage is easy to use, fast,
multithreading safe, compatible with all 32-bit versions of Windows, and
cross-platform (works both with Linux and Mac OS X).
PR: ports/85552
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com> |