Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1.20200216 23 Jan 2022 23:39:05 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-01-19 graphics/radiance: Application uses deprecated OpenGL support in
libmpv, see the comment in https://github.com/zbanks/radiance/issues/118 |
0.6.1.20200216 20 Oct 2021 00:24:53 |
Yuri Victorovich (yuri) |
graphics/radiance: Add DEPRECATED tag |
0.6.1.20200216 17 Oct 2021 03:35:35 |
Yuri Victorovich (yuri) |
graphics/radiance: Update 0.6.1 -> 0.6.1.20200216; Unbreak; Add the PORTSCOUT
tag
mpv removed the header qthelper.hpp and they now recommend to copy it
into project's source. This is done by this unbreak.
mpv-based code fails to initialize OpenGL, at least on my computer,
so mpv throws an exception.
Testcase: https://github.com/mpv-player/mpv/issues/9319 |
0.6.1_2 02 Sep 2021 15:19:13 |
Bernhard Froehlich (decke) |
graphics/radiance: Add CPE information
Approved by: portmgr (blanket) |
0.6.1_2 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.6.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.1_1 04 Dec 2020 05:26:28 |
yuri |
graphics/radiance: Broken with the latest multimedia/mpv
Reported by: fallout |
0.6.1_1 04 Apr 2020 16:48:14 |
tcberner |
graphics/radiance: Prepare for Qt5-5.14
PR: 244964 |
0.6.1_1 22 Dec 2019 00:36:01 |
jbeich |
multimedia/mpv: update to 0.30.0
ABI is compatible but rebuild consumers anyway in case some can take
advantage of new APIs e.g.,
https://github.com/mpv-player/mpv/commit/e08f235578aa
- DVDREAD is no longer supported after
https://github.com/mpv-player/mpv/commit/622940498525
- DVDNAV needs libdvdred after
https://github.com/mpv-player/mpv/commit/34e6a26f4d5a
- TEST needs newer dependency after
https://github.com/mpv-player/mpv/commit/293dfc782552
- V4L can no longer use tv:// after
https://github.com/mpv-player/mpv/commit/b30e85508a30
- VULKAN option uses libplacebo after
https://github.com/mpv-player/mpv/commit/7006d6752d7d
- ZIMG to support --vf=fingerprint after
https://github.com/mpv-player/mpv/commit/9cfeafa89e2e
- ZSH option is no longer needed after
https://github.com/mpv-player/mpv/commit/2712db823884
- Drop --disable-vapoursynth-lazy after
https://github.com/mpv-player/mpv/commit/fb8d240c4d04
- Add --disable-shaderc to avoid no longer used dependency brought via
libplacebo
Changes: https://github.com/mpv-player/mpv/releases/tag/v0.30.0 |
0.6.1 29 Jul 2019 06:19:14 |
yuri |
graphics/radiance: Update 0.6.0 -> 0.6.1 |
0.6.0_5 26 Jul 2019 20:46:57 |
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 |
0.6.0_4 13 Jul 2019 11:53:06 |
tcberner |
graphics/radiance: prepare for Qt 5.13
PR: 238782 |
0.6.0_4 04 May 2019 07:53:16 |
yuri |
audio/rtmidi: Update 3.0.0 -> 4.0.0
Reported by: portscout |
0.6.0_3 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
0.6.0_2 25 Dec 2018 20:25:40 |
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 |
0.6.0_2 19 Dec 2018 17:15:24 |
yuri |
graphics/radiance: fix build with GCC-based architectures
PR: 234166
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
0.6.0_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.6.0_1 08 Dec 2018 18:40:28 |
yuri |
graphics/radiance: Add PKGNAMESUFFIX because there is another software package
also called 'radiance'
The other software is https://www.radiance-online.org/ - A Validated Lighting
Simulation Tool |
0.6.0 24 Nov 2018 01:18:57 |
yuri |
graphics/radiance: Update g20181029 -> 0.6.0 |
g20181029_1 04 Nov 2018 19:04:26 |
tcberner |
graphics/radiance bump port revision
- missed in r484140. |
g20181029 04 Nov 2018 19:00:54 |
tcberner |
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751 |
g20181029 29 Oct 2018 02:53:30 |
yuri |
graphics/radiance: Fix build on gcc-based systems |
g20181029 29 Oct 2018 02:23:14 |
yuri |
New port: graphics/radiance: Video art software for VJs |