Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_3 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.0.2_3 05 Jan 2020 02:17:33 |
mandree |
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. |
1.0.2_2 29 Dec 2019 03:24: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. |
1.0.2_2 28 Dec 2019 21:05:48 |
mandree |
Correct libImath/libIex .so name for future graphics/ilmbase update. |
1.0.2_2 27 Dec 2019 13:43:00 |
bapt |
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 |
1.0.2_1 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.0.2_1 10 Nov 2019 21:08:04 |
antoine |
According to giflib upstream, GifQuantizeBuffer was never documented
and not part of official API |
1.0.2 05 Nov 2019 22:16:15 |
zeising |
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. |
1.0.2 04 May 2019 11:43:14 |
mandree |
Upgrade to new upstream release 1.0.2.
Reported by: portscout |
0.9.2 03 May 2019 17:50:36 |
danfe |
- 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 |
0.9.1_2 26 Apr 2019 17:55:36 |
danfe |
Return proper write() status from RAWCodec::writeImage() function. This is
not enough to disentangle the port from C++98, but a good change regardless. |
0.9.1_2 24 Apr 2019 16:17:05 |
antoine |
Mark BROKEN on i386
Reported by: pkg-fallout
MFH: 2019Q2 |
0.9.1_2 27 Jan 2019 19:58:09 |
sunpoet |
Update MASTER_SITES and WWW |
0.9.1_2 22 Sep 2018 10:15:22 |
mandree |
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. |
0.9.1_1 02 Sep 2018 11:06:37 |
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 |
0.9.1_1 20 Dec 2017 14:10:03 |
bapt |
Switch to swig 3.0
Modify a comment to make it swig 3.0 friendly |
0.9.1_1 12 Dec 2017 12:40:15 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
0.9.1_1 01 Dec 2017 01:58:23 |
mandree |
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 |
0.9.1 30 Nov 2017 06:13:35 |
linimon |
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 |
0.9.1 27 May 2017 20:33:22 |
linimon |
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) |
0.9.1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.9.1 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
0.9.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.1 08 Jan 2016 17:53:09 |
feld |
graphics/exact-image: Update to 0.9.1
Add patch to resolve CVE
PR: 200201
MFH: 2016Q1
Security: CVE-2015-3885 |
0.8.9_10 03 Dec 2015 20:01:04 |
antoine |
Update giflib to 5.1.1
PR: 204492 |
0.8.9_9 12 Nov 2015 18:35:54 |
antoine |
Allow building with giflib 5.1
PR: 204492 |
0.8.9_9 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
0.8.9_9 02 Mar 2015 23:26:43 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.8.9_9 17 Jan 2015 21:44:42 |
antoine |
Fix build with giflib 5.0.6 |
0.8.9_9 14 Jan 2015 18:19:33 |
antoine |
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self |
0.8.9_8 26 Dec 2014 16:00:01 |
antoine |
Allow building with either giflib 4.2 or 5.0 |
0.8.9_8 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
0.8.9_7 24 Dec 2014 13:12:16 |
bapt |
Properly support png 1.5
Obtained from: Gentoo |
0.8.9_7 11 Dec 2014 23:38:47 |
amdmi3 |
- Unbreak on amd64 by respecting C*FLAGS
- Minor whitespace fix
Approved by: portmgr blanket
MFH: 2014Q4 |
0.8.9_7 08 Dec 2014 16:48:41 |
tijl |
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 ) |
0.8.9_6 26 Nov 2014 13:08:38 |
mat |
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 ) |
0.8.9_5 25 Nov 2014 03:07:23 |
gblach |
- 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 |
0.8.9_4 21 Oct 2014 16:36:12 |
mva |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit) |
0.8.9_4 10 Sep 2014 20:50:37 |
gerald |
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) |
0.8.9_3 15 Aug 2014 20:37:33 |
mandree |
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) |
0.8.9_2 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.8.9_2 01 Jul 2014 18:43:49 |
bf |
Use staging |
0.8.9_2 16 Apr 2014 18:28:50 |
zeising |
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 ) |
0.8.9_1 13 Jan 2014 21:00:04 |
rene |
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) |
0.8.9_1 13 Jan 2014 04:40:37 |
amdmi3 |
- Fix build on 10.x
- Fix build after swig package name change
PR: 183202
Submitted by: amdmi3
Approved by: maintainer timeout |
0.8.9_1 31 Oct 2013 00:32:31 |
nemysis |
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 ) |
0.8.9 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.8.9 06 Sep 2013 14:11:42 |
bf |
Update to 0.8.9 |
0.8.8 06 Sep 2013 13:01:54 |
bapt |
Add an explicit dependency on pkgconf |
0.8.8 02 Mar 2013 05:48:29 |
bf |
update to 0.8.8 |
0.8.7_2 17 Jan 2013 03:32:28 |
swills |
- Chase lib version changes from ilmbase and OpenEXR updates |
0.8.7_1 08 Jun 2012 22:28:55 |
bf |
fix the build after the giflib update
Reported by: pav |
0.8.7_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.8.7 21 Feb 2012 06:09:16 |
bf |
update to 0.8.7; use graphics/giflib instead of the deprecated
graphics/libungif |
0.8.6 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.8.6 24 Jun 2011 06:14:04 |
bf |
update to 0.8.6 |
0.8.5 03 May 2011 10:46:38 |
bf |
Add a mirror |
0.8.5 03 May 2011 10:17:39 |
bf |
Update to 0.8.5 |
0.8.4 16 Mar 2011 19:42:31 |
bf |
Update to 0.8.4, add LICENSE, and fix build on i386.
PR: 150046
Submitted by: "Red Legion", "Zao" (different patch) |
0.8.1_1 14 Dec 2010 07:30:56 |
stas |
- 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) |
0.8.1 25 Aug 2010 09:14:07 |
bf |
Mark BROKEN on i386
Reported by: pointyhat
Approved by: makc (co-mentor) |
0.8.1 09 Aug 2010 08:37:20 |
bf |
-Update to 0.8.1
-Update secondary CATEGORIES
-Minor adjustments to install target to make it PREFIX-clean
Approved by: miwi (co-mentor) |
0.8.0 08 Jul 2010 12:51:38 |
bf |
Change my ports to use my FreeBSD.org email address. |
0.8.0 03 May 2010 09:05:50 |
wen |
- Update to 0.8.0
PR: ports/146232
Submitted by: bf <bf1783@gmail.com> (maintainer) |
0.7.5_2 29 Mar 2010 13:12:03 |
dinoex |
- fix build for png-1.4.1 |
0.7.5_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.7.5_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.7.5 21 Jan 2010 21:14:51 |
miwi |
- Update to 0.7.5
PR: 142954
Submitted by: bf <bf1783@gmail.com> (maintainer) |
0.7.4_1 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
0.7.4 11 Jul 2009 10:04:20 |
dhn |
- Update to 0.7.4
PR: ports/136648
Submitted by: bf <bf1783@gmail.com> (maintainer) |
0.4.0_2 07 Jun 2009 18:51:21 |
miwi |
- Update maintainer mail adresse
Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail) |
0.4.0_2 05 Jan 2009 20:36:33 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.4.0_2 07 Sep 2008 04:07:05 |
linimon |
Assign to new volunteer. |
0.4.0_2 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.4.0_2 16 Mar 2008 23:04:26 |
stas |
- Fix exact-image, which has been broken after ecore update
- Use EFL framework.
Reported by: pav, erwin |
0.4.0_2 16 Mar 2008 10:39:23 |
pav |
- Chase evas update
Pointy hat to: stas |
0.4.0_1 27 Oct 2007 18:45:01 |
pav |
- Mark BROKEN on FreeBSD 5.X
Reported by: pointyhat |
0.4.0_1 07 Oct 2007 17:46:16 |
nork |
Chase OpenEXR library version bumped. |
0.4.0 31 Aug 2007 22:33:40 |
sat |
- Remove a few bashisms from configure to fix build
Reported by: pointyhat via kris |
0.4.0 13 Aug 2007 22:42:32 |
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> |