Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.18.0_6 07 Dec 2024 12:40:24 |
Nuno Teixeira (eduardo) |
graphics/freeimage: Use SETENVI instead of SETENV |
3.18.0_5 18 May 2023 21:35:52 |
Dimitry Andric (dim) |
graphics/freeimage: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because graphics/freeimage's Makefile does not explicitly set its C++
standard, this leads to several errors:
In file included from Source/FreeImage/PluginEXR.cpp:33:
In file included from Source/FreeImage/../OpenEXR/IlmImf/ImfOutputFile.h:46:
In file included from Source/OpenEXR/IlmImf/ImfHeader.h:51:
Source/OpenEXR/Imath/ImathVec.h:228:34: error: ISO C++17 does not allow
dynamic exception specifications [-Wdynamic-exception-spec]
const Vec2 & normalizeExc () throw (IEX_NAMESPACE::MathExc);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/OpenEXR/Imath/ImathVec.h:228:34: note: use 'noexcept(false)' instead
const Vec2 & normalizeExc () throw (IEX_NAMESPACE::MathExc);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (Only the first 15 lines of the commit message are shown above ) |
3.18.0_4 13 Sep 2022 17:04:36 |
Piotr Kubaj (pkubaj) |
graphics/freeimage: fix endianness issues better |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.18.0_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.18.0_3 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
3.18.0_3 20 Oct 2021 16:13:07 |
Stefan Eßer (se) |
graphics/freeimage: Add CPE information
Approved by: portmgr (blanket) |
3.18.0_3 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.18.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.18.0_3 30 Mar 2021 06:27:22 |
eduardo |
graphics/freeimage: Add pkgconf support
While here:
- Take MAINTAINER'ship
- reorder Makefile (portclippy)
PR: 254340
Submitted by: Freddy DISSAUX <dsx@bsdsx.fr>
Approved by: dbaio (mentor)
Differential Revision: https://reviews.freebsd.org/D29311 |
3.18.0_2 16 Mar 2021 00:46:20 |
pkubaj |
graphics/freeimage: fix build on powerpc64 with CPUTYPE=power7 or higher and on
powerpc64le
The bundled png is set up for VSX autodetection, but no actual VSX-related code
is included. |
3.18.0_1 24 Nov 2018 09:19:35 |
linimon |
Add patch forgotten in previous commit. Some code for big-endian
architectures is obsolete.
PR: 232381
Submitted by: Piotr Kubaj |
3.18.0_1 28 Oct 2018 11:26:05 |
linimon |
Fix build on GCC-based architectures.
PR: 232381
Submitted by: Piotr Kubaj |
3.18.0_1 07 Sep 2018 17:14:41 |
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. |
3.18.0 06 Sep 2018 19:39:45 |
swills |
graphics/freeimage: Upgrade to 3.18.0
PR: 231165
Submitted by: Nathan <ndowens@yahoo.com> |
3.16.0_6 29 Jul 2018 22:18:46 |
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 |
3.16.0_5 01 Jul 2018 09:17:46 |
linimon |
Mark these ports broken on mips64 and/or mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.16.0_5 16 Apr 2018 00:37:31 |
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) |
3.16.0_4 15 Apr 2018 23:57:59 |
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) |
3.16.0_4 15 Apr 2018 23:57:45 |
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) |
3.16.0_4 15 Apr 2018 19:12:19 |
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 |
3.16.0_3 06 Jan 2018 02:14:58 |
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 ) |
3.16.0_3 10 Sep 2017 20:55:39 |
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 |
3.16.0_2 01 Apr 2017 15:23:32 |
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 |
3.16.0_1 13 Dec 2015 20:26:24 |
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] |
3.16.0 21 Nov 2015 17:25:56 |
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. |
3.16.0 18 Aug 2015 16:08:38 |
danfe |
Add a comment that version 3.17.0 is available, but does not build on i386. |
3.16.0 09 Aug 2015 22:24:05 |
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 |
3.16.0 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
3.16.0 17 Jun 2014 17:45:14 |
antoine |
Unbreak on 8amd64 and 9amd64, gcc from base fails to compile it |
3.16.0 12 Jun 2014 08:49:39 |
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) |
3.15.4_3 20 May 2014 19:32:39 |
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 |
3.15.4_3 27 Jan 2014 09:13:03 |
gahr |
- Fix staging as non-root
PR: 186143
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> |
3.15.4_3 20 Dec 2013 12:55:37 |
gahr |
- Fix installed symlink [1]
- STAGE-clean
- Convert to USES=dos2unix
Reported by: antoine [1] |
3.15.4_2 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
3.15.4_2 26 Aug 2013 10:36:30 |
bapt |
Fix build without gcc by making sure gmake is invoked with the proper make
environnement during
post-build and post-install |
3.15.4_2 01 Aug 2013 06:35:29 |
bapt |
Fix build without gcc |
3.15.4_2 08 Jul 2013 15:01:51 |
gahr |
- Fix shlib symlinks
- Bump PORTREVISION
PR: 180169
Submitted by: Andrea Venturoli <ml@netfence.it> |
3.15.4_1 09 May 2013 16:46:33 |
gahr |
- Install the C++ wrapper FreeImagePlus as well
- Fix COMMENT and pkg-descr
- Bump PORTREVISION
PR: 178450
Submitted by: thierry |
3.15.4 30 Jan 2013 14:13:21 |
gahr |
- Update to 3.15.4
See: http://freeimage.sourceforge.net/news.html
Notified by: danfe |
3.15.1 06 Feb 2012 11:44:40 |
gahr |
- restore original CFLAGS to avoid symbols clash
PR: 164285
Submitted by: Lee Thomas <lee_thomas@lthomas.net> |
3.15.1 23 Nov 2011 17:56:44 |
danfe |
Add missing comma before conjunction word.
Approved by: maintainer
Feature safe: yes |
3.15.1 23 Nov 2011 17:55:39 |
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 |
3.15.0 11 Apr 2011 07:23:44 |
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> |
3.14.1 20 Dec 2010 09:00:38 |
gahr |
- Update to 3.14.1
- Makefile cleanup
PR: 153178
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> |
3.12.0 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
3.12.0 02 Jul 2009 06:39:02 |
gahr |
- Fix PLIST
Reported by: QA Tindie |
3.12.0 01 Jul 2009 20:24:50 |
gahr |
- Update to 3.12.0 |
3.11.0_1 03 Dec 2008 16:29:38 |
gahr |
- Remove dependency on memalign
PR: 129388
Submitted by: Jacob Atzen <jatzen@gmail.com> |
3.11.0 24 Sep 2008 22:36:23 |
gahr |
- Try to fix build on amd64
Reported by: QA Tindie |
3.11.0 24 Sep 2008 21:12:05 |
gahr |
- Update to 3.11.0 |
3.10.0 13 Jun 2008 14:20:57 |
gahr |
- Additional fix-it patch |
3.10.0 13 Jun 2008 14:04:39 |
gahr |
- Unbreak on amd64
- Fix on sparc64
- Move pkg-plist to PLIST_FILES
- Take maintainship |
3.10.0 01 Apr 2008 22:11:32 |
pav |
- Mark BROKEN on amd64:
error: no matching function for call to `MIN(int&, long int)
- While here, convert INSTALLS_SHLIB to USE_LDCONFIG |
3.10.0 17 Mar 2008 11:16:52 |
sumikawa |
Upgrade to 3.10.0. |
3.9.3 11 Mar 2007 01:46:03 |
anray |
Update to 3.9.3 |
3.8.0 13 Dec 2006 12:56:01 |
linimon |
Reset whitekid@gmail.com after timeouts and no response to email.
Hat: portmgr |
3.8.0 15 May 2006 05:35:02 |
clsung |
- update to 3.8.0
PR: ports/97200
Submitted by: Martin Wilke <freebsd_AT_unixfreunde dot de>
Approved by: maintainer (Choe, Cheng-Dae) |
3.7.0 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
3.7.0 04 Sep 2005 22:25:41 |
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> |