non port: graphics/exact-image/Makefile |
SVNWeb
|
Number of commits found: 71 |
Sun, 5 Jan 2020
|
[ 02:17 mandree ] (Only the first 10 of 64 ports in this commit are shown above. )
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.
|
Sun, 29 Dec 2019
|
[ 03:24 mandree ]
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.
|
Sat, 28 Dec 2019
|
[ 21:05 mandree ]
Correct libImath/libIex .so name for future graphics/ilmbase update.
|
Fri, 27 Dec 2019
|
[ 13:43 bapt ] (Only the first 10 of 32 ports in this commit are shown above. )
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
|
Thu, 26 Dec 2019
|
[ 07:54 antoine ] (Only the first 10 of 255 ports in this commit are shown above. )
Deprecate a few ports
With hat: portmgr
|
Sun, 10 Nov 2019
|
[ 21:08 antoine ]
According to giflib upstream, GifQuantizeBuffer was never documented
and not part of official API
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
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.
|
Sat, 4 May 2019
|
[ 11:43 mandree ]
Upgrade to new upstream release 1.0.2.
Reported by: portscout
|
Fri, 3 May 2019
|
[ 17:50 danfe ] (Only the first 10 of 14 ports in this commit are shown above. )
- 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
|
Wed, 24 Apr 2019
|
[ 16:17 antoine ]
Mark BROKEN on i386
Reported by: pkg-fallout
MFH: 2019Q2
|
Sun, 27 Jan 2019
|
[ 19:58 sunpoet ]
Update MASTER_SITES and WWW
|
Sat, 22 Sep 2018
|
[ 10:15 mandree ] (Only the first 10 of 70 ports in this commit are shown above. )
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.
|
Sun, 2 Sep 2018
|
[ 11:06 tobik ]
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
|
Wed, 20 Dec 2017
|
[ 14:10 bapt ]
Switch to swig 3.0
Modify a comment to make it swig 3.0 friendly
|
Tue, 12 Dec 2017
|
[ 12:40 antoine ] (Only the first 10 of 23 ports in this commit are shown above. )
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
|
Fri, 1 Dec 2017
|
[ 01:58 mandree ] (Only the first 10 of 49 ports in this commit are shown above. )
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
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
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
|
Sat, 27 May 2017
|
[ 20:33 linimon ] (Only the first 10 of 22 ports in this commit are shown above. )
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)
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Mon, 27 Jun 2016
|
[ 21:30 rene ] (Only the first 10 of 94 ports in this commit are shown above. )
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 8 Jan 2016
|
[ 17:53 feld ]
graphics/exact-image: Update to 0.9.1
Add patch to resolve CVE
PR: 200201
MFH: 2016Q1
Security: CVE-2015-3885
|
Thu, 3 Dec 2015
|
[ 20:01 antoine ] (Only the first 10 of 49 ports in this commit are shown above. )
Update giflib to 5.1.1
PR: 204492
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Wed, 14 Jan 2015
|
[ 18:19 antoine ] (Only the first 10 of 55 ports in this commit are shown above. )
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] (Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
Wed, 24 Dec 2014
|
[ 13:12 bapt ]
Properly support png 1.5
Obtained from: Gentoo
|
Thu, 11 Dec 2014
|
[ 23:38 amdmi3 ]
- Unbreak on amd64 by respecting C*FLAGS
- Minor whitespace fix
Approved by: portmgr blanket
MFH: 2014Q4
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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. (Only the first 15 lines of the commit message are shown above )
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 25 Nov 2014
|
[ 03:07 gblach ] (Only the first 10 of 215 ports in this commit are shown above. )
- 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
|
Tue, 21 Oct 2014
|
[ 16:36 mva ] (Only the first 10 of 61 ports in this commit are shown above. )
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Fri, 15 Aug 2014
|
[ 20:37 mandree ] (Only the first 10 of 522 ports in this commit are shown above. )
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)
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Tue, 1 Jul 2014
|
[ 18:43 bf ]
Use staging
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
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)
|
[ 04:40 amdmi3 ]
- Fix build on 10.x
- Fix build after swig package name change
PR: 183202
Submitted by: amdmi3
Approved by: maintainer timeout
|
Thu, 31 Oct 2013
|
[ 00:32 nemysis ] (Only the first 10 of 58 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Fri, 6 Sep 2013
|
[ 14:11 bf ]
Update to 0.8.9
|
[ 13:01 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Sat, 2 Mar 2013
|
[ 05:48 bf ]
update to 0.8.8
|
Thu, 17 Jan 2013
|
[ 03:32 swills ] (Only the first 10 of 16 ports in this commit are shown above. )
- Chase lib version changes from ilmbase and OpenEXR updates
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 21 Feb 2012
|
[ 06:09 bf ]
update to 0.8.7; use graphics/giflib instead of the deprecated
graphics/libungif
|
Fri, 24 Jun 2011
|
[ 06:14 bf ]
update to 0.8.6
|
Tue, 3 May 2011
|
[ 10:46 bf ]
Add a mirror
|
[ 10:17 bf ]
Update to 0.8.5
|
Wed, 16 Mar 2011
|
[ 19:42 bf ]
Update to 0.8.4, add LICENSE, and fix build on i386.
PR: 150046
Submitted by: "Red Legion", "Zao" (different patch)
|
Tue, 14 Dec 2010
|
[ 07:30 stas ] (Only the first 10 of 374 ports in this commit are shown above. )
- 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)
|
Wed, 25 Aug 2010
|
[ 09:14 bf ]
Mark BROKEN on i386
Reported by: pointyhat
Approved by: makc (co-mentor)
|
Mon, 9 Aug 2010
|
[ 08:37 bf ]
-Update to 0.8.1
-Update secondary CATEGORIES
-Minor adjustments to install target to make it PREFIX-clean
Approved by: miwi (co-mentor)
|
Thu, 8 Jul 2010
|
[ 12:51 bf ] (Only the first 10 of 33 ports in this commit are shown above. )
Change my ports to use my FreeBSD.org email address.
|
Mon, 3 May 2010
|
[ 09:05 wen ]
- Update to 0.8.0
PR: ports/146232
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Thu, 21 Jan 2010
|
[ 21:14 miwi ]
- Update to 0.7.5
PR: 142954
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Sat, 11 Jul 2009
|
[ 10:04 dhn ]
- Update to 0.7.4
PR: ports/136648
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
Sun, 7 Jun 2009
|
[ 18:51 miwi ] (Only the first 10 of 24 ports in this commit are shown above. )
- Update maintainer mail adresse
Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail)
|
Mon, 5 Jan 2009
|
[ 20:36 pav ] (Only the first 10 of 102 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Sun, 7 Sep 2008
|
[ 04:07 linimon ]
Assign to new volunteer.
|
[ 00:19 linimon ] (Only the first 10 of 279 ports in this commit are shown above. )
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Sun, 16 Mar 2008
|
[ 23:04 stas ]
- Fix exact-image, which has been broken after ecore update
- Use EFL framework.
Reported by: pav, erwin
|
[ 10:39 pav ]
- Chase evas update
Pointy hat to: stas
|
Sat, 27 Oct 2007
|
[ 18:45 pav ]
- Mark BROKEN on FreeBSD 5.X
Reported by: pointyhat
|
Sun, 7 Oct 2007
|
[ 17:46 nork ] (Only the first 10 of 13 ports in this commit are shown above. )
Chase OpenEXR library version bumped.
|
Fri, 31 Aug 2007
|
[ 22:33 sat ]
- Remove a few bashisms from configure to fix build
Reported by: pointyhat via kris
|
Mon, 13 Aug 2007
|
[ 22:42 sat ]
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>
|
Number of commits found: 71 |