Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1_1 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. |
2.2.1_1 10 Sep 2018 13:11:24 |
mat |
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.2.1_1 29 Jul 2018 22:18:46 |
gerald |
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 |
2.2.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 |
2.2.0_8 16 Oct 2017 18:31:21 |
mandree |
Mark for expiration given the lack of upstream security fixes. |
2.2.0_8 10 Sep 2017 20:55:39 |
gerald |
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 |
2.2.0_7 01 Apr 2017 15:23:32 |
gerald |
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 |
2.2.0_6 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
2.2.0_5 10 Sep 2016 14:22:41 |
mandree |
Fixup r421626 to unbreak build on newer readelf.
PR: 212308
Reported by: antoine@
Differential Revision: D7842 |
2.2.0_5 09 Sep 2016 18:50:33 |
mandree |
Replace objdump by readelf. Fixes build on arm64.
While here, refresh patches.
PR: 212308
Submitted by: emaste@
Reported by: andrew@
MFH: 2016Q3
Differential Revision: D7842 |
2.2.0_5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.2.0_5 20 Nov 2015 08:02:27 |
danfe |
- Unbreak the build on PowerPC by using modern GCC version
- Do not use += to set initial CONFIGURE_ARGS value
- Convert to option helpers and new test framework (TEST_TARGET)
- Remove extra patch that prevented installation of the example files
(it is not needed in the post-staging era: running `make package
OPTIONS_UNSET=EXAMPLES -DBATCH' will produce package without the
exampes by default, requiring no special hacks)
- Wrap one overly long line by optimizing away one of the STRIP_CMD's |
2.2.0_5 09 Apr 2015 09:59:40 |
amdmi3 |
- Fix build with base gcc on 8.x and 9.x, remove USE_GCC
PR: 196712
Approved by: mandree (maintainer) |
2.2.0_4 25 Mar 2015 20:09:43 |
marino |
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
2.2.0_4 19 Jan 2015 01:46:15 |
mandree |
Fix compilation if SSE2 is enabled on i386.
While here, fix regression tests and see that things are fine.
(Some regression-test issues remain for largestack, the default build
passes make regression now on i386 and amd64).
(No revision bump because these are build fixes, and the regression test
stuff does not become part of the installed material.)
Assisted by: truckman@
PR: 196014
Submitted by: truckman@ |
2.2.0_4 11 Dec 2014 21:10:31 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
2.2.0_3 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) |
2.2.0_2 15 Aug 2014 23:11:32 |
mandree |
Also strip libIlmImfUtil-2_2.so.22. |
2.2.0_1 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) |
2.1.0_3 03 Jul 2014 18:22:13 |
mandree |
Avoid OBJDUMP warning on 10+, make error message more accurate. |
2.1.0_3 03 Jul 2014 18:13:33 |
mandree |
Add sanity check to match LIB_DEPENDS C++ library against ours. |
2.1.0_3 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
2.1.0_2 10 Apr 2014 06:59:25 |
mandree |
Grab after nemsysis gave these up. |
2.1.0_2 09 Apr 2014 19:16:17 |
nemysis |
- Reset maintainer to ports@ |
2.1.0_2 07 Apr 2014 20:33:57 |
mandree |
Use proper libtool magic, to obtain a proper libIlmImf.la file that does
not refer to non-existing other .la files. Fixes build of graphics/gegl
on FreeBSD 10+. Bump PORTREVISION.
Approved by: portmgr (blanket) |
2.1.0_1 24 Mar 2014 17:49:42 |
nemysis |
- Change license BSD to BSD3CLAUSE
- Add MAJORVER, VER
- Strip library
- Recreate patches with make makepatch |
2.1.0_1 29 Nov 2013 10:45:22 |
nemysis |
- Remove obsolete REINPLACE_CMD,
Upstream have changed Makefile.am and Makefile.in
Reported by: mandree, danfe
Approved by: pawel / wg (mentors, implicit) |
2.1.0_1 28 Nov 2013 22:36:37 |
nemysis |
- Rerolled tarball
Reported by: makc
Approved by: pawel / wg (mentors, implicit) |
2.1.0_1 21 Nov 2013 00:40:10 |
nemysis |
- Fix typo
Requested by: kwm
Approved by: pawel / wg (mentors, implicit) |
2.1.0_1 20 Nov 2013 13:57:01 |
olgeni |
Bump PORTREVISION to trigger fix in r334407. |
2.1.0 20 Nov 2013 10:36:08 |
olgeni |
Install missing ImfDeepImageStateAttribute.h.
Unbreaks graphics/gegl and graphics/ApmasCTL.
Submitted by: nemysis |
2.1.0 19 Nov 2013 17:13:22 |
nemysis |
- Update to 2.1.0
Approved by: pawel / wg (mentors, implicit) |
2.0.1 12 Nov 2013 09:25:43 |
marino |
graphics => ilmbase & OpenEXR: Fix == bashism in configure script
The latest versions of ilmbase and OpenEXR come with "== xyes" and
"== xno" in the configure script, potentially causing misconfiguration
as seen in DragonFly 3.6. Fix both in the post-patch target with sed.
Approved by: portmgr (bapt), maintainer AFK |
2.0.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 ) |
1.7.1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.7.1 26 May 2013 00:02:08 |
bapt |
examples are always installed, so do not create a broken plist if EXAMPLES is
unset
the same way ${DOCSDIR}-1.7.1 is always created even if DOCS is unset. |
1.7.1 23 Apr 2013 10:47:03 |
bapt |
Convert g* to USES=pkgconfig |
1.7.1 17 Jan 2013 03:25:07 |
swills |
- Update to 1.7.1
- Give maintainership to submitter
PR: ports/172339
Submitted by: nemysis <nemysis@gmx.ch> |
1.7.0 20 Sep 2012 14:38:20 |
swills |
- Update to 1.7.0
- Convert to OptionsNG |
1.6.1_3 15 Aug 2012 19:26:14 |
tabthorpe |
- Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back
Approved by: portmgr |
1.6.1_3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.6.1_3 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.6.1_3 10 Dec 2010 23:03:35 |
pgollucci |
- Fix build with GCC 45
- Bump PORTREVISION
PR: ports/148990
Submitted by: Anonymous <swell.k@gmail.com>
Approved by: maintainer timeout (nork ; 136 days) |
1.6.1_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.6.1_2 25 Apr 2010 03:21:39 |
nork |
Fix build on powerpc.
PR: ports/146020 (based on)
Submitted by: Andreas Tobler andreast-list fgznet ch |
1.6.1_2 22 Mar 2010 05:09:23 |
linimon |
Mark as broken on powerpc: fails to configure.
Hat: portmgr |
1.6.1_2 08 Sep 2009 02:24:26 |
amdmi3 |
- Explicitely link with threads library, otherwise it was impossible to link
with -lIlmImf (and dependent libraries as well) without -pthread
PR: 133291
Submitted by: myself
Approved by: maintainer timeout |
1.6.1_1 02 Aug 2009 19:36:34 |
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 |
1.6.1_1 23 Jul 2008 17:17:10 |
nork |
Fix pkg-plist and override OpenEXR's include files issue.
So bump PORTREVISION, accordingly.
Pointy hat to: myself |
1.6.1 20 Jun 2008 12:38:41 |
pav |
- Disable self-tests completely. The hang needs to be investigated before they
can be re-enabled. |
1.6.1 19 May 2008 23:13:13 |
pav |
- Disable selftext on amd64/8 - we have a runaway IlmImfTest on pointyhat |
1.6.1 19 Apr 2008 15:45:43 |
mi |
Upgrade from 1.6.0 to 1.6.1, which includes some fixes for dealing with
corrupted files.
Approved by: maintainer |
1.6.0 03 Mar 2008 04:29:35 |
linimon |
Re-enable self-test for sparc64-7.
Requested by: marius |
1.6.0 18 Jan 2008 23:31:45 |
linimon |
Turn off self-test for sparc64. This was the way that sparc64-6.3R packages
were built.
Hat: portmgr |
1.6.0 07 Oct 2007 23:28:24 |
nork |
make test on PACKAGE_BUILDING.
Suggested by: mi |
1.6.0 07 Oct 2007 17:48:22 |
nork |
Add missing LIB_DEPENDS. |
1.6.0 07 Oct 2007 17:45:40 |
nork |
Update to 1.6.0. |
1.4.0 17 Mar 2007 01:05:40 |
nork |
Add backup sites.
PR: ports/110307
Submitted by: John Merryweather Cooper <john_m_cooper <@> yahoo.com> |
1.4.0 12 Mar 2007 02:47:13 |
nork |
Oops, I forgot cvs remove.
Reported by: many people
Pointy hat to: myself |
1.4.0 11 Mar 2007 08:50:26 |
nork |
o Update to 1.4.0
o Chase libraries version bump to depending on this port.
[NOTE]
I disabled FLTK support, so you can't use OpenEXR's applications.
Because I'm validating FLTK support.
Spotted by: Nikolaj Thygesen <nikolaj.thygesen <@> diamondbox.dk>
Obtained from: Florian Kainz <kainz <@> ilm.com>
Committed at: AsiaBSDCon 2007 in Tokyo, Japan
Memorial Committing with:
bushman, kuriyama, hrs, gnn, nobutaka, nyan, motoyuki, metal,
simokawa, akiyama, ume, rwatson, pjd, mckusick, takawata,
murray, cjh, brooks, daichi, delphij, ups, rrs |
1.2.2_1 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
1.2.2_1 01 Apr 2006 12:08:47 |
nork |
Fix build on gcc 4.1.
PR: ports/95136
Submitted by: Ron MacNeil <macro@hotmail.com> |
1.2.2_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.2.2_1 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
1.2.2_1 12 Jan 2006 12:54:32 |
sem |
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org> |
1.2.2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.2.2 08 Oct 2005 21:00:48 |
nork |
Update to 1.2.2.
Pointed out by: ports version check via edwin |
1.2.1_2 15 Sep 2005 14:11:26 |
nork |
o Change dependency on fltk to fltk-threads.
o Bump PORTREVISION, accordingly. |
1.2.1_1 10 Mar 2005 12:05:25 |
vs |
Fix mispelings of PTHREAD_{CFLAGS,LIBS}. |
1.2.1_1 23 Dec 2004 13:06:27 |
nork |
Utilize USE_GNOME=pkgconfig.
Bump PORTREVISION,
Submitted by: pav |
1.2.1 23 Dec 2004 12:09:22 |
nork |
Add rmdir libdata/pkgconfig. But I don't bump PORTREVISION.
Pointed out by: pointyhat via kris |
1.2.1 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
1.2.1 14 Jun 2004 13:33:53 |
nork |
Fix broken patch.
Pointed out by: bento via kris, lofi |
1.2.1 13 Jun 2004 17:03:58 |
nork |
Fix linkage problem (tring to link installed library).
Noticed by: portupgrade |
1.2.1 09 Jun 2004 15:43:51 |
nork |
Update to 1.2.1.
PR: ports/67743
Submitted by: ijliao |
1.0.7_1 20 Mar 2004 09:56:44 |
nork |
Add size data.
Submitted by: trevor
Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan. |
1.0.7_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.0.7_1 02 Feb 2004 17:17:08 |
nork |
o no need USE_GCC.
o bump PORTREVISION acordingly.
Submitted by: David Yeske <dyeske@yahoo.com> |
1.0.7 17 Jan 2004 21:44:43 |
nork |
Update to 1.0.7. |
1.0.5_3 03 Oct 2003 11:04:59 |
edwin |
Chase up new MASTER_SITE_SAVANNAH.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |
1.0.5_3 11 May 2003 19:45:59 |
nork |
o Remove dependency on x11-toolkits/fltk-xunicode by retire.
o Bump PORTREVISION accordingly. |
1.0.5_2 14 Apr 2003 01:37:14 |
nork |
Remove invalid keyword line, and Bump PORTREVISION accordingly. |
1.0.5_1 24 Mar 2003 16:25:36 |
nork |
Fix pkg-plist. |
1.0.5 24 Mar 2003 11:57:41 |
nork |
Update to 1.0.5 and fix conditions for fltk dependency. |
1.0.4_1 25 Feb 2003 07:36:43 |
nork |
Change USE_GCC=3.1 to USE_GCC=3.1+. This modification has temporary
sample code in.
Reported by: David Yeske <dyeske@yahoo.com>
NINOMIYA Hideyuki <nin@jp.FreeBSD.org> |
1.0.4_1 22 Feb 2003 16:16:12 |
nork |
De-pkg-comment. |
1.0.4_1 27 Jan 2003 16:48:17 |
nork |
make more clean Makefile and CFLAGS.
Bump PORTREVISION for *_DEPENDS.
PR: ports/47378
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
1.0.4 26 Jan 2003 12:39:22 |
nork |
Add OpenEXR(1.0.4), a high dynamic-range (HDR) image file format
(manipulator) developed by Industrial Light & Magic, a division
of Lucas Digital Ltd. LLC. It was used in the movies Harry Potter,
Men in Black II, and Signs.
Submitted by: NINOMIYA Hideyuki <nin@Jp.FreeBSD.org> |