notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/exact-image/Makefile

Number of commits found: 71

Sunday, 5 Jan 2020
02:17 mandree search for other commits by this committer
graphics/ilmbase, graphics/openexr: upgrade to upstream v2.4.0

graphics/gstreamer1-plugins-openexr: switch from C++98 to C++11 to
match new OpenEXR headers and unbreak compilation.

Bump PORTREVISION of all ports depending directly on either, based
on assessing INDEX-12 (bump_portrevision.pl -l (shallow) used).

Release Notes:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.4.0

The update was deliberately deferred until after 2020Q1, and should
not be MFH'd back to it.
Original commitRevision:522079 
Sunday, 29 Dec 2019
03:24 mandree search for other commits by this committer
Move from c++03 to c++11

This adds a few constexpr keywords to bardecode/code25i.hh.
Needed in order to permit OpenEXR update to 2.4.0 later, which
uses rvalue references (a C++11 feature) in its headers.
Original commitRevision:521255 
Saturday, 28 Dec 2019
21:05 mandree search for other commits by this committer
Correct libImath/libIex .so name for future graphics/ilmbase update.
Original commitRevision:521242 
Friday, 27 Dec 2019
13:43 bapt search for other commits by this committer
Update jasper to 2.0.16

This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil
Original commitRevision:520989 
Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Sunday, 10 Nov 2019
21:08 antoine search for other commits by this committer
According to giflib upstream, GifQuantizeBuffer was never documented
and not part of official API
Original commitRevision:517226 
Tuesday, 5 Nov 2019
22:16 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories g

Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516845 
Saturday, 4 May 2019
11:43 mandree search for other commits by this committer
Upgrade to new upstream release 1.0.2.

Reported by: portscout
Original commitRevision:500805 
Friday, 3 May 2019
17:50 danfe search for other commits by this committer
- Update to version 0.9.2 and make it build on both amd64 and i386 by
  defining __LONG_LONG_SUPPORTED macro, which allows to pull llabs(3)
  for 64-bit numbers; was not a problem on amd64 because sizeof(long)
  == 8 there and thus no `long long' help needed

- Bump required C++ standard to C++03; it's not quite ready for later
  ones due to the this:

    bardecode/code25i.hh:34:29: error: in-class initializer for static
    data member of type 'const double' requires 'constexpr' specifier

- GC no-op `post-extract' target, patches that were applied upstream,
  and no longer relevant libungif -> libgif fixups in the Makefile
Original commitRevision:500748 
Wednesday, 24 Apr 2019
16:17 antoine search for other commits by this committer
Mark BROKEN on i386

Reported by:	pkg-fallout
MFH:		2019Q2
Original commitRevision:499860 
Sunday, 27 Jan 2019
19:58 sunpoet search for other commits by this committer
Update MASTER_SITES and WWW
Original commitRevision:491393 
Saturday, 22 Sep 2018
10:15 mandree search for other commits by this committer
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.

Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
Original commitRevision:480374 
Sunday, 2 Sep 2018
11:06 tobik search for other commits by this committer
grpahics/exact-image: Fix build with Clang 6

codecs/raw.cc:74:10: error: no viable conversion from returned value of type
'std::__1::basic_ostream<char>' to function return type 'bool'
  return stream->write ((char*)image.getRawData(), image.stride()*image.h)
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/exact-image-0.9.1_1.log

... and more c++11-narrowing errors if one gets past the above error
Original commitRevision:478783 
Wednesday, 20 Dec 2017
14:10 bapt search for other commits by this committer
Switch to swig 3.0

Modify a comment to make it swig 3.0 friendly
Original commitRevision:456795 
Tuesday, 12 Dec 2017
12:40 antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Original commitRevision:456126 
Friday, 1 Dec 2017
01:58 mandree search for other commits by this committer
Security update OpenEXR and ilmbase to 2.2.1.

While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil,
the locally built libIlmImf gets precedence over the one in /usr/local,
to permit upgrades in a running system with the older version installed.

This changes the library's SONAME, so bump PORTREVISION of all dependees.

Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4.

Security:	CVE-2017-9110
Security:	CVE-2017-9111
Security:	CVE-2017-9112
Security:	CVE-2017-9113
Security:	CVE-2017-9114
Security:	CVE-2017-9115
Security:	CVE-2017-9116
Security:	803879e9-4195-11e7-9b08-080027ef73ec
Original commitRevision:455244 
Thursday, 30 Nov 2017
06:13 linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Original commitRevision:455167 
Saturday, 27 May 2017
20:33 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "configure_error".

Note: this skips all the ports that _sometimes_ fail with CMake errors.  We
need to investigate that problem, and find out if it is specific to the qemu
environment.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441874 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Monday, 27 Jun 2016
21:30 rene search for other commits by this committer
Reset ports maintained by bf@ until he has time again to work on them.

PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
Original commitRevision:417685 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 8 Jan 2016
17:53 feld search for other commits by this committer
graphics/exact-image: Update to 0.9.1

Add patch to resolve CVE

PR:		200201
MFH:		2016Q1
Security:	CVE-2015-3885
Original commitRevision:405576 
Thursday, 3 Dec 2015
20:01 antoine search for other commits by this committer
Update giflib to 5.1.1

PR:		204492
Original commitRevision:402898 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Wednesday, 14 Jan 2015
18:19 antoine search for other commits by this committer
Update graphics/giflib to 5.0.5

Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
Original commitRevision:377033 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
Wednesday, 24 Dec 2014
13:12 bapt search for other commits by this committer
Properly support png 1.5

Obtained from:	Gentoo
Original commitRevision:375455 
Thursday, 11 Dec 2014
23:38 amdmi3 search for other commits by this committer
- Unbreak on amd64 by respecting C*FLAGS
- Minor whitespace fix

Approved by:	portmgr blanket
MFH:		2014Q4
Original commitRevision:374558 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Tuesday, 25 Nov 2014
03:07 gblach search for other commits by this committer
- Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
  and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage

Reviewed by:	crees, antoine
Original commitRevision:373393 
Tuesday, 21 Oct 2014
16:36 mva search for other commits by this committer
- Convert ports of graphics/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371326 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
Original commitRevision:365038 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Tuesday, 1 Jul 2014
18:43 bf search for other commits by this committer
Use staging
Original commitRevision:360078 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
04:40 amdmi3 search for other commits by this committer
- Fix build on 10.x
- Fix build after swig package name change

PR:		183202
Submitted by:	amdmi3
Approved by:	maintainer timeout
Original commitRevision:339567 
Thursday, 31 Oct 2013
00:32 nemysis search for other commits by this committer
graphics/ilmbase

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches

- Bump dependent ports' revisions

Approved by:	pawel / wg (mentors)
Original commitRevision:332189 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Friday, 6 Sep 2013
14:11 bf search for other commits by this committer
Update to 0.8.9
Original commitRevision:326502 
13:01 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326494 
Saturday, 2 Mar 2013
05:48 bf search for other commits by this committer
update to 0.8.8
Original commitRevision:313194 
Thursday, 17 Jan 2013
03:32 swills search for other commits by this committer
- Chase lib version changes from ilmbase and OpenEXR updates
Original commitRevision:310536 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 21 Feb 2012
06:09 bf search for other commits by this committer
update to 0.8.7; use graphics/giflib instead of the deprecated
graphics/libungif
Original commit
Friday, 24 Jun 2011
06:14 bf search for other commits by this committer
update to 0.8.6
Original commit
Tuesday, 3 May 2011
10:46 bf search for other commits by this committer
Add a mirror
Original commit
10:17 bf search for other commits by this committer
Update to 0.8.5
Original commit
Wednesday, 16 Mar 2011
19:42 bf search for other commits by this committer
Update to 0.8.4, add LICENSE, and fix build on i386.

PR:             150046
Submitted by:   "Red Legion", "Zao" (different patch)
Original commit
Tuesday, 14 Dec 2010
07:30 stas search for other commits by this committer
- Update e17 applications suite to the recent snapshot.
  Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
  preparing the initial version of the update!

PR:             ports/148038
Submitted by:   Grzegorz Blach <magik@roorback.net> (based on)
Original commit
Wednesday, 25 Aug 2010
09:14 bf search for other commits by this committer
Mark BROKEN on i386

Reported by:    pointyhat
Approved by:    makc (co-mentor)
Original commit
Monday, 9 Aug 2010
08:37 bf search for other commits by this committer
-Update to 0.8.1
-Update secondary CATEGORIES
-Minor adjustments to install target to make it PREFIX-clean

Approved by:    miwi (co-mentor)
Original commit
Thursday, 8 Jul 2010
12:51 bf search for other commits by this committer
Change my ports to use my FreeBSD.org email address.
Original commit
Monday, 3 May 2010
09:05 wen search for other commits by this committer
- Update to 0.8.0

PR:             ports/146232
Submitted by:   bf <bf1783@gmail.com> (maintainer)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Thursday, 21 Jan 2010
21:14 miwi search for other commits by this committer
- Update to 0.7.5

PR:             142954
Submitted by:   bf <bf1783@gmail.com> (maintainer)
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Saturday, 11 Jul 2009
10:04 dhn search for other commits by this committer
- Update to 0.7.4

PR:             ports/136648
Submitted by:   bf <bf1783@gmail.com> (maintainer)
Original commit
Sunday, 7 Jun 2009
18:51 miwi search for other commits by this committer
- Update maintainer mail adresse

Submitted by:   "b. f." <bf1783@gmail.com> (maintainer via private mail)
Original commit
Monday, 5 Jan 2009
20:36 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Sunday, 7 Sep 2008
04:07 linimon search for other commits by this committer
Assign to new volunteer.
Original commit
00:19 linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Sunday, 16 Mar 2008
23:04 stas search for other commits by this committer
- Fix exact-image, which has been broken after ecore update
- Use EFL framework.

Reported by:    pav, erwin
Original commit
10:39 pav search for other commits by this committer
- Chase evas update

Pointy hat to:  stas
Original commit
Saturday, 27 Oct 2007
18:45 pav search for other commits by this committer
- Mark BROKEN on FreeBSD 5.X

Reported by:    pointyhat
Original commit
Sunday, 7 Oct 2007
17:46 nork search for other commits by this committer
Chase OpenEXR library version bumped.
Original commit
Friday, 31 Aug 2007
22:33 sat search for other commits by this committer
- Remove a few bashisms from configure to fix build

Reported by:    pointyhat via kris
Original commit
Monday, 13 Aug 2007
22:42 sat search for other commits by this committer
Add graphics/exact-image:

ExactImage is a fast imaging library including a command line frontend.

WWW: http://www.exactcode.de/oss/exact-image/
Author: Rene Rebe <rene@exactcode.de>
Original commit

Number of commits found: 71