Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.349.0 23 Dec 2024 23:20:42
    |
Jan Beich (jbeich)  |
graphics/libplacebo: unbreak GLSLANG=on build after 7deb3fde758a
ld: error: undefined symbol: glslang::InitializeProcess()
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_init)
ld: error: undefined symbol: glslang::FinalizeProcess()
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_uninit)
ld: error: undefined symbol: glslang::TShader::TShader(EShLanguage)
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)
ld: error: undefined symbol: glslang::TShader::setStrings(char const* const*,
int) (Only the first 15 lines of the commit message are shown above ) |
7.349.0 26 Sep 2024 00:52:49
    |
Jan Beich (jbeich)  |
graphics/glslang: update to 15.0.0
Changes: https://github.com/KhronosGroup/glslang/releases/tag/15.0.0
Reported by: GitHub (watch releases) |
7.349.0 02 Jul 2024 22:19:25
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 7.349.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v7.349.0
Reported by: GitHub (watch releases) |
6.338.2 22 Jan 2024 20:49:01
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 6.338.2
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.338.2
Reported by: GitHub (watch releases) |
6.338.1 04 Jan 2024 13:01:14
    |
Jan Beich (jbeich)  |
graphics/glslang: update to 14.0.0
Changes: https://github.com/KhronosGroup/glslang/releases/tag/13.0.0
Reported by: GitHub (watch releases) |
6.338.1 17 Oct 2023 13:32:05
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 6.338.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.338.1
Reported by: GitHub (watch releases) |
6.338.0 26 Sep 2023 13:24:38
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 6.338.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.338.0
Reported by: GitHub (watch releases) |
6.292.1 05 Sep 2023 00:30:57
    |
Jan Beich (jbeich)  |
graphics/libplacebo: switch to the canonical upstream |
6.292.1 04 Aug 2023 06:31:16
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 6.292.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.292.1
Reported by: Repology |
6.292.0 27 Jul 2023 00:26:31
    |
Jan Beich (jbeich)  |
graphics/libplacebo: unbreak version without WRKDIRPREFIX
[vo/gpu/libplacebo] Initialized libplacebo 12.3-eol-13663-gde305010502d (API
v292)
Reported by: Kevin Oberman (via bug 272709) |
6.292.0 06 Jul 2023 22:18:59
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 6.292.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.292.0
Reported by: Repology |
5.264.1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
5.264.1 21 May 2023 03:13:27
    |
Jan Beich (jbeich)  |
graphics/libplacebo: unbreak GLSLANG=on after 1801dc29cec9
compiler.find_library(static: true) ignores LDFLAGS and LIBRARY_PATH
as Meson uses --print-search-dirs instead of trying to link.
src/glsl/meson.build:34:4: ERROR: C++ static library 'SPIRV' not found
src/glsl/meson.build:45:12: ERROR: C++ static library 'MachineIndependent' not
found
PR: 270221
Reported by: Philipp Ost
Regressed
by: https://code.videolan.org/videolan/libplacebo/-/commit/980f2574aa0f |
5.264.1 23 Mar 2023 18:28:22
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 5.264.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.264.1
Reported by: Repology |
5.264.0 20 Mar 2023 19:58:57
    |
Jan Beich (jbeich)  |
graphics/libplacebo: unbreak with --auto-features=enabled
src/d3d11/meson.build:3:0: ERROR: C header 'd3d11_4.h' not usable
src/meson.build:148:0: ERROR: Dependency "dovi" not found, tried pkgconfig and
cmake
PR: 270361 |
5.264.0 13 Mar 2023 12:53:51
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 5.264.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.264.0
Reported by: Repology |
5.229.2_1 19 Feb 2023 19:53:35
    |
Jan Beich (jbeich)  |
graphics/libplacebo: switch d5d4800631de to upstream fix |
5.229.2_1 16 Feb 2023 21:13:14
    |
Jan Beich (jbeich)  |
graphics/vulkan-headers: update to 1.3.241
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.240...v1.3.241
Reported by: Repology, portscout |
5.229.2_1 13 Feb 2023 16:18:11
    |
Jan Beich (jbeich)  |
graphics/libplacebo: always install headers after f23f6a9c6a74
https://code.videolan.org/videolan/libplacebo/-/commit/1956dbb57354
https://code.videolan.org/videolan/libplacebo/-/commit/9894cdf2ee27
https://code.videolan.org/videolan/libplacebo/-/commit/46494038d21d
PR: 269061 |
5.229.2 04 Jan 2023 19:24:16
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 5.229.2
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.2
Reported by: Repology |
5.229.1 12 Nov 2022 20:22:15
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 5.229.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.1
Reported by: Repology |
4.208.0 15 Oct 2022 16:33:37
    |
Jan Beich (jbeich)  |
graphics/libplacebo: unbreak GLSLANG=on after 51a9ba187752
../src/glsl/glslang.cc:213:21: error: excess elements in scalar initializer
/* .limits = */ {
^
../src/glsl/glslang.cc:224:1: warning: missing field 'maxMeshWorkGroupSizeX_EXT'
initializer [-Wmissing-field-initializers]
};
^
1 warning and 1 error generated. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.208.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.208.0 16 Jul 2022 14:16:10
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.208.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.208.0
Changes: https://code.videolan.org/videolan/libplacebo/-/compare/v4.208.0-rc1...v4.208.0
Reported by: Repology |
4.208.0.r1 29 Jun 2022 21:07:58
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.208.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.208.0-rc1
Reported by: Repology |
4.192.1 10 Jun 2022 01:01:05
    |
Jan Beich (jbeich)  |
graphics/libplacebo: switch c46441f01803 workaround to upstream fix |
4.192.1 09 Jun 2022 20:19:50
    |
Jan Beich (jbeich)  |
graphics/vulkan-headers: update to 1.3.217
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.216...v1.3.217
Reported by: Repology, portscout |
4.192.1 04 Feb 2022 18:36:46
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.192.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.1
Reported by: Repology |
4.192.0 31 Jan 2022 22:50:36
    |
Jan Beich (jbeich)  |
graphics/libplacebo: switch to upstream libexecinfo fix |
4.192.0 19 Jan 2022 14:42:12
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.192.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.0
Changes: https://code.videolan.org/videolan/libplacebo/-/compare/v4.192.0-rc1...v4.192.0 |
4.192.0.r1 18 Jan 2022 10:26:19
    |
Jan Beich (jbeich)  |
graphics/libplacebo: enable LIBUNWIND on armv6 after 811eadd95885 |
4.192.0.r1 18 Jan 2022 10:22:50
    |
Jan Beich (jbeich)  |
graphics/libplacebo: track libunwind dependency after ed6dfa7816a5 |
4.192.0.r1 18 Jan 2022 10:17:40
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.192.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.0-rc1 |
4.157.0 07 Sep 2021 23:36:26
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.157.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.157.0
Changes: https://code.videolan.org/videolan/libplacebo/-/compare/v4.157.0-rc1...v4.157.0
Reported by: Repology |
4.157.0.r1 17 Aug 2021 00:44:00
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.157.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/4.157.0-rc1
Reported by: Repology |
3.120.3 07 May 2021 13:21:53
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 3.120.3
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.3
Reported by: Repology |
3.120.2 19 Apr 2021 11:15:47
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 3.120.2
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.2
Reported by: Repology |
3.120.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.120.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.120.1 06 Apr 2021 13:27:22
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 3.120.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.1
Reported by: Repology |
3.120.0 06 Apr 2021 08:11:41
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 3.120.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.0
Reported by: Repology |
3.104.0 24 Mar 2021 15:19:23
  |
jbeich  |
graphics/vulkan-headers: update to 1.2.173
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.172...v1.2.173
Reported by: portscout, Repology |
3.104.0 01 Jan 2021 21:07:40
  |
jbeich  |
graphics/libplacebo: update to 3.104.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.104.0
Reported by: Repology |
2.72.2 28 Dec 2020 01:20:40
  |
jbeich  |
graphics/libplacebo: drop LLD workaround after r559202 |
2.72.2 23 Dec 2020 20:12:36
  |
jbeich  |
devel/glslang: move to graphics/ where shaderc is |
2.72.2 23 Dec 2020 20:12:15
  |
jbeich  |
devel/vulkan-*: move to graphics/ where vulkan-loader is
Vulkan isn't used for generic compute workloads unlike OpenCL.
For example, waifu2x-ncnn-vulkan is still graphics-related. |
2.72.2 10 Nov 2020 10:14:09
  |
jbeich  |
graphics/libplacebo: update to 2.72.2
Changes: https://code.videolan.org/videolan/libplacebo/compare/v2.72.0...v2.72.2
Reported by: Repology
MFH: 202Q4 (bug fixes) |
2.72.0 07 Oct 2020 04:55:39
  |
jbeich  |
graphics/libplacebo: update description
https://code.videolan.org/videolan/libplacebo/-/commit/f9e587502de0 |
2.72.0 12 Jun 2020 16:08:06
  |
jbeich  |
graphics/libplacebo: unbreak GLSLANG after r535260
src/meson.build:64:2: ERROR: C++ library 'glslang' not found
Running compile:
Working directory:
/wrkdirs/usr/ports/graphics/libplacebo/work/libplacebo-2.72.0/_build/meson-private/tmpnxxyvdwe
Command line: c++ -L/usr/local/lib
/wrkdirs/usr/ports/graphics/libplacebo/work/libplacebo-2.72.0/_build/meson-private/tmpnxxyvdwe/testfile.cpp
-o
/wrkdirs/usr/ports/graphics/libplacebo/work/libplacebo-2.72.0/_build/meson-private/tmpnxxyvdwe/output.exe
-pipe -O2 -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing -isystem /usr/local/include -isystem /usr/local/include
-D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lglslang
-Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
ld: error: undefined symbol: glslang::OS_GetTLSValue(void*)
>>> referenced by PoolAlloc.cpp (Only the first 15 lines of the commit message are shown above ) |
2.72.0 12 Jun 2020 12:53:01
  |
jbeich  |
graphics/libplacebo: update to 2.72.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.72.0
Reported by: Repology |
2.43.1 01 May 2020 14:52:16
  |
jbeich  |
graphics/libplacebo: update to 2.43.1
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.43.1
Reported by: Repology |
2.43.0 23 Apr 2020 00:56:58
  |
jbeich  |
graphics/libplacebo: update to 2.43.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.43.0
Reported by: Repology |
1.29.1 25 Dec 2019 14:59:41
  |
jbeich  |
graphics/libplacebo: update to 1.29.1
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.29.1
Reported by: portscout |
1.29.0 22 Dec 2019 21:08:31
  |
jbeich  |
graphics/libplacebo: update to 1.29.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.29.0
Reported by: portscout |
1.21.0 07 Oct 2019 08:09:49
  |
jbeich  |
graphics/libplacebo: update to 1.21.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.21.0
Reported by: portscout |
1.18.0_2 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 |
1.18.0_1 04 Jul 2019 20:24:59
  |
jbeich  |
devel/vulkan-*: update to 1.1.108
- Force rebuild all consumers to catch regressions early
Changes: https://github.com/KhronosGroup/glslang/compare/7.10.2984...7.11.3214
Changes: https://github.com/KhronosGroup/SPIRV-Headers/compare/4618b86...c4f8f65
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.6...v2019.2
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.82.0...sdk-1.1.108.0
PR: 238945
Submitted by: Greg V (maintainer) |
1.18.0 12 May 2019 01:42:53
  |
jbeich  |
graphics/libplacebo: update to 1.18.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.18.0
Reported by: portscout |
1.7.0_1 25 Feb 2019 22:07:54
  |
jbeich  |
Add option helper for MESON_ARGS = -Dfoo=enabled
feature options define combo like auto/yes/no in a standand way.
In other words, upstream projects of ports that use _MESON_YES are
supposed to migrate to _MESON_ENABLED.
https://mesonbuild.com/Build-options.html#features
Reviewed by: tobik (implicit)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D19127 |
1.7.0_1 03 Feb 2019 19:04:23
  |
jbeich  |
multimedia/mpv: expose Vulkan support after r469515
PR: 227994 (tracking)
Obtained from: Greg V <greg@unrelenting.technology> (via GitHub) |
1.7.0 03 Feb 2019 17:28:37
  |
jbeich  |
multimedia/vlc: expose HDR tonemapping support |