notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/freeimage/Makefile
SVNWeb

Number of commits found: 52

Thu, 18 May 2023
[ 21:35 Dimitry Andric (dim) search for other commits by this committer ]    commit hash:6a58ef80a134804463b7f9de82503bdb681b46c1  commit hash:6a58ef80a134804463b7f9de82503bdb681b46c1  commit hash:6a58ef80a134804463b7f9de82503bdb681b46c1  6a58ef8 
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 View all of this commit message)
Tue, 13 Sep 2022
[ 17:04 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:93f1d97256b70d753929ef0ada17ffec64a373f5  commit hash:93f1d97256b70d753929ef0ada17ffec64a373f5  commit hash:93f1d97256b70d753929ef0ada17ffec64a373f5  93f1d97 
graphics/freeimage: fix endianness issues better
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Oct 2021
[ 16:13 Stefan Eßer (se) search for other commits by this committer ]    commit hash:37b4f358cecd4836130ad351d50eb4992d29e5cd  commit hash:37b4f358cecd4836130ad351d50eb4992d29e5cd  commit hash:37b4f358cecd4836130ad351d50eb4992d29e5cd  37b4f35 
graphics/freeimage: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 30 Mar 2021
[ 06:27 eduardo search for other commits by this committer ] Original commit   Revision:569542
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
Tue, 16 Mar 2021
[ 00:46 pkubaj search for other commits by this committer ] Original commit   Revision:568532
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.
Sun, 28 Oct 2018
[ 11:26 linimon search for other commits by this committer ] Original commit   Revision:483279
Fix build on GCC-based architectures.

PR:		232381
Submitted by:	Piotr Kubaj
Fri, 7 Sep 2018
[ 17:14 tobik search for other commits by this committer ] Original commit   Revision:479200
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.
Thu, 6 Sep 2018
[ 19:39 swills search for other commits by this committer ] Original commit   Revision:479150
graphics/freeimage: Upgrade to 3.18.0

PR:		231165
Submitted by:	Nathan <ndowens@yahoo.com>
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
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
Sun, 1 Jul 2018
[ 09:17 linimon search for other commits by this committer ] Original commit   Revision:473660 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Mark these ports broken on mips64 and/or mips.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Mon, 16 Apr 2018
[ 00:37 jbeich search for other commits by this committer ] Original commit   Revision:467449
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)
Sun, 15 Apr 2018
[ 23:57 jbeich search for other commits by this committer ] Original commit   Revision:467443
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)
[ 19:12 sunpoet search for other commits by this committer ] Original commit   Revision:467404
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
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
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
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
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
Sun, 13 Dec 2015
[ 20:26 kwm search for other commits by this committer ] Original commit   Revision:403688
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]
Sat, 21 Nov 2015
[ 17:25 danfe search for other commits by this committer ] Original commit   Revision:402169
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.
Tue, 18 Aug 2015
[ 16:08 danfe search for other commits by this committer ] Original commit   Revision:394613
Add a comment that version 3.17.0 is available, but does not build on i386.
Sun, 9 Aug 2015
[ 22:24 andrew search for other commits by this committer ] Original commit   Revision:393831
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
Wed, 10 Dec 2014
[ 22:29 gahr search for other commits by this committer ] Original commit   Revision:374492 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Reset maintainership of my ports
Tue, 17 Jun 2014
[ 17:45 antoine search for other commits by this committer ] Original commit   Revision:358154
Unbreak on 8amd64 and 9amd64, gcc from base fails to compile it
Thu, 12 Jun 2014
[ 08:49 danfe search for other commits by this committer ] Original commit   Revision:357571
- 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)
Tue, 20 May 2014
[ 19:32 tijl search for other commits by this committer ] Original commit   Revision:354670 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Quote ${CC} and similar variables in MAKE_ARGS.

Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
Mon, 10 Mar 2014
[ 14:49 bapt search for other commits by this committer ] Original commit   Revision:347760 (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Convert g* to USES=zip
Mon, 27 Jan 2014
[ 09:13 gahr search for other commits by this committer ] Original commit   Revision:341353
- Fix staging as non-root

PR:		186143
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu>
Fri, 20 Dec 2013
[ 12:55 gahr search for other commits by this committer ] Original commit   Revision:337007
- Fix installed symlink [1]
- STAGE-clean
- Convert to USES=dos2unix

Reported by:	antoine [1]
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Mon, 26 Aug 2013
[ 10:36 bapt search for other commits by this committer ] Original commit   Revision:325385
Fix build without gcc by making sure gmake is invoked with the proper make
environnement during
post-build and post-install
Thu, 1 Aug 2013
[ 06:35 bapt search for other commits by this committer ] Original commit   Revision:324091
Fix build without gcc
Mon, 8 Jul 2013
[ 15:01 gahr search for other commits by this committer ] Original commit   Revision:322509
- Fix shlib symlinks
- Bump PORTREVISION

PR:		180169
Submitted by:	Andrea Venturoli <ml@netfence.it>
Thu, 9 May 2013
[ 16:46 gahr search for other commits by this committer ] Original commit   Revision:317740
- Install the C++ wrapper FreeImagePlus as well
- Fix COMMENT and pkg-descr
- Bump PORTREVISION

PR:		178450
Submitted by:	thierry
Wed, 30 Jan 2013
[ 14:13 gahr search for other commits by this committer ] Original commit   Revision:311214
- Update to 3.15.4
  See: http://freeimage.sourceforge.net/news.html

Notified by:	danfe
Mon, 6 Feb 2012
[ 11:44 gahr search for other commits by this committer ] Original commit 
- restore original CFLAGS to avoid symbols clash

PR:             164285
Submitted by:   Lee Thomas <lee_thomas@lthomas.net>
Wed, 23 Nov 2011
[ 17:55 danfe search for other commits by this committer ] Original commit 
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
Mon, 11 Apr 2011
[ 07:23 gahr search for other commits by this committer ] Original commit 
- 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>
Mon, 20 Dec 2010
[ 09:00 gahr search for other commits by this committer ] Original commit 
- Update to 3.14.1
- Makefile cleanup

PR:             153178
Submitted by:   Alexey Dokuchaev <danfe@regency.nsu.ru>
Sat, 22 Aug 2009
[ 00:23 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with G
Thu, 2 Jul 2009
[ 06:39 gahr search for other commits by this committer ] Original commit 
- Fix PLIST

Reported by:    QA Tindie
Wed, 1 Jul 2009
[ 20:24 gahr search for other commits by this committer ] Original commit 
- Update to 3.12.0
Wed, 3 Dec 2008
[ 16:29 gahr search for other commits by this committer ] Original commit 
- Remove dependency on memalign

PR:             129388
Submitted by:   Jacob Atzen <jatzen@gmail.com>
Wed, 24 Sep 2008
[ 22:36 gahr search for other commits by this committer ] Original commit 
- Try to fix build on amd64

Reported by:    QA Tindie
[ 21:12 gahr search for other commits by this committer ] Original commit 
- Update to 3.11.0
Fri, 13 Jun 2008
[ 14:04 gahr search for other commits by this committer ] Original commit 
- Unbreak on amd64
- Fix on sparc64
- Move pkg-plist to PLIST_FILES
- Take maintainship
Tue, 1 Apr 2008
[ 22:11 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on amd64:
  error: no matching function for call to `MIN(int&, long int)
- While here, convert INSTALLS_SHLIB to USE_LDCONFIG
Mon, 17 Mar 2008
[ 11:16 sumikawa search for other commits by this committer ] Original commit 
Upgrade to 3.10.0.
Sun, 11 Mar 2007
[ 01:46 anray search for other commits by this committer ] Original commit 
Update to 3.9.3
Wed, 13 Dec 2006
[ 12:56 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Reset whitekid@gmail.com after timeouts and no response to email.

Hat:            portmgr
Mon, 15 May 2006
[ 05:35 clsung search for other commits by this committer ] Original commit 
- update to 3.8.0

PR:             ports/97200
Submitted by:   Martin Wilke <freebsd_AT_unixfreunde dot de>
Approved by:    maintainer (Choe, Cheng-Dae)
Sun, 4 Sep 2005
[ 22:25 pav search for other commits by this committer ] Original commit 
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>

Number of commits found: 52