Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Jan 2021 16:57:29
1.5.2_10

|
mandree  |
graphics/openexr: really commit v2.5.4 update.
Unfortunately, this was missed with the ilmbase update, and
causes yet another PORTREVISION bump on all dependent ports.
repeating ilmbase's commit log here:
"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)
MFH: 2021Q1 (this requires discussion by ports-secteam@!)
Reported by: VVD (IRC, #bsdports) |
03 Jan 2021 10:30:56
1.5.2_9

|
mandree  |
graphics/openexr: graphics/ilmbase: v2.5.4 update
"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)
MFH: 2021Q1 (this requires discussion by ports-secteam@!) |
13 Aug 2020 22:35:17
1.5.2_8

|
mandree  |
graphics/ilmbase, graphics/openexr: PORTREVISION bump for users
ilmbase and openexr were updated to v2.5.3 and their shlibs changed
from *.25.0.1 to *.25.0.2.
This is a PORTREVISION bump to ports using ilmbase or openexr
to chase that change and trigger rebuild. |
16 Jul 2020 12:13:30
1.5.2_7

|
mandree  |
openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports
OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version
names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs.
Approved by: portmgr (blanket)
MFH: 2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update)
Security: 714e6c35-c75b-11ea-aa29-d74973d1f9f3 |
12 May 2020 15:47:52
1.5.2_6

|
mandree  |
graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1
Upstream release notes:
* A patch release that corrects the SO version for the v2.5 release,
which missed getting bumped in v2.5.0.
* This release also fixes an improper failure in IlmImfTest
when running on ARMv7 and AAarch64.
Bump PORTREVISION of all port directly requiring ilmbase or openexr
that are not marked BROKEN (shlib/.so file version bump).
Test build of all port directly depending on ilmbase or openexr
succeeded in poudriere in a 12.1-RELEASE amd64 jail. |
08 May 2020 11:57:55
1.5.2_5

|
mandree  |
graphics/ilmbase: graphics/openexr: update to v2.5.0
ChangeLog:
- https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0
* Bump PORTREVISION of all consumers except py-openimageio (BROKEN).
* cad/PrusaSlicer:
LIB_DEPENDS: remove version from libHalf.so
BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds)
USE_GL+=gl
USES+=pkgconfig (needed to find libHalf) |
05 Jan 2020 02:17:33
1.5.2_4

|
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. |
26 Jul 2019 20:46:57
1.5.2_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
25 Dec 2018 20:25:40
1.5.2_2

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
22 Dec 2018 01:02:37
1.5.2_2

|
linimon  |
This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
PR: 234169
Submitted by: Piotr Kubaj |
22 Sep 2018 10:15:22
1.5.2_2

|
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. |
01 Dec 2017 01:58:23
1.5.2_1

|
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 |
02 Jun 2017 15:43:47
1.5.2

|
sunpoet  |
Fix WWW |
10 Feb 2017 03:49:48
1.5.2

|
vanilla  |
1: Correct package version to 1.5.2, previous version use 1.5.2's git hash tag
already.
2: modernize. |
08 Dec 2016 16:07:33
1.5_5

|
tijl  |
Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
19 May 2016 10:44:12
1.5_4

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
1.5_4

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
20 Sep 2015 19:35:10
1.5_4

|
marino  |
graphics/ampasCTL: Sigh -- there were 4 files modified for alloca
Hopefully the third time is the charm. |
20 Sep 2015 18:59:19
1.5_4

|
marino  |
Add <cstring> and/or <cstdlib> to support modern gcc
Four of these five patches should have been part of the previous
commit but I didn't notice them. The ampasCTL pach is to fix a
regression that I introduced by removing part of the post-patch
target.
Approved by: gcc5 support blanket |
20 Sep 2015 18:24:44
1.5_4

|
marino  |
Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc
Approved by: gcc5 support blanket |
07 May 2015 15:17:33
1.5_4

|
mat  |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
22 Feb 2015 09:06:56
1.5_4

|
nemysis  |
- This port are no longer used or cared for.
PR: 197891
Submitted by: gerald |
07 Dec 2014 00:34:28
1.5_4

|
nemysis  |
- Remove conflict with non existent Port
- Recreate tarball, new GH_COMMIT |
07 Dec 2014 00:07:48
1.5_4

|
antoine  |
Canonicalize a few licenses |
06 Dec 2014 21:37:12
1.5_4

|
feld  |
LICENSE_PERMS did not include all permissions for the custom license
Submitted by: antoine |
06 Dec 2014 21:19:38
1.5_4

|
feld  |
ampas ports have custom license, not BSD
Modernize ampasCTL, appease portlint |
20 Oct 2014 17:04:21
1.5_4

|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
1.5_4

|
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) |
15 Aug 2014 20:37:33
1.5_3

|
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) |
20 Nov 2013 14:25:28
1.5_2

|
nemysis  |
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by: wg (mentor) |
31 Oct 2013 00:32:31
1.5_1

|
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 ) |
14 Oct 2013 13:40:49
1.5

|
nemysis  |
- Update to 1.5
- Merge ampasCTL-1.4.1 and openexr_ctl-1.0.1 into ampasCTL-1.5
- Add conflict with graphics/openexr_ctl
- Add dependencies for OpenEXR, tiff and ampasACES-container
- USES cmake pkgconfig
- Support STAGEDIR
- Change pkg-descr
Approved by: wg/pawel (mentors) |
24 Sep 2013 21:28:32
1.4.1_1

|
nemysis  |
- Bump portrevision
- Change master sites SF --> GH, recreate tarball
- Change maintainer email gmx.ch --> FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES pathfix pkgconfig
- Add dependency for aclocal
- Add DOCS Option, change and remove from pkg-plist
- Use pathfix and REINPLACE_CMD instead of simple patches
- Change WWW
Approved by: wg/pawel (mentors) |
20 Sep 2013 18:35:46
1.4.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
19 Jun 2013 14:50:03
1.4.1

|
miwi  |
- Don't remove directories not created by this port
- Fix DOCS deinstall
Reported by: pkg (DEVELOPER_MODE) |
23 Apr 2013 10:47:03
1.4.1

|
bapt  |
Convert g* to USES=pkgconfig |
17 Jan 2013 03:26:04
1.4.1

|
swills  |
- Update to 1.4.1
- Give maintainership to submitter
PR: ports/172340
Submitted by: nemysis <nemysis@gmx.ch> |
15 Aug 2012 19:26:14
1.4.0
|
tabthorpe  |
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back
Approved by: portmgr |
03 Jul 2011 14:12:23
1.4.0
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
1.4.0
|
ade  |
Sync to new bsd.autotools.mk |
22 Aug 2009 00:23:13
1.4.0 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
02 Aug 2009 19:36:34
1.4.0
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
07 Oct 2007 22:46:38
1.4.0
|
nork  |
Add ampasCTL 1.4.0, is Color Transformation Language interpreter
by Academy of Motion Picture Arts and Sciences. |