Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.3 24 Sep 2024 14:18:01 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2024.3
Changes: https://github.com/google/shaderc/compare/v2024.2...v2024.3
Reported by: portscout |
2024.2 12 Sep 2024 09:26:09 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2024.2
Changes: https://github.com/google/shaderc/compare/v2024.1...v2024.2
Reported by: portscout |
2024.1 01 May 2024 18:28:59 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2024.1
Changes: https://github.com/google/shaderc/compare/v2024.0...v2024.1
Reported by: Repology |
2024.0 09 Mar 2024 00:57:03 |
Jan Beich (jbeich) |
graphics/shaderc: sync bundled spirv-headers after c487585cfeca |
2024.0 09 Mar 2024 00:51:44 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2024.0
Changes: https://github.com/google/shaderc/compare/v2023.8...v2024.0
Reported by: Repology |
2023.8 04 Jan 2024 13:01:12 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2023.8
Changes: https://github.com/google/shaderc/compare/v2023.7...v2023.8
Reported by: Repology, portscout |
2023.7 14 Oct 2023 21:07:05 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2023.7
Changes: https://github.com/google/shaderc/compare/v2023.6...v2023.7
Reported by: Repology, portscout |
2023.6 10 Aug 2023 08:50:00 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2023.6
Changes: https://github.com/google/shaderc/compare/v2023.5...v2023.6
Reported by: Repology, portscout |
2023.5 20 Jul 2023 11:06:46 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2023.5
Changes: https://github.com/google/shaderc/compare/v2023.4...v2023.5
Reported by: Repology, portscout |
2023.4 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> |
2023.4 25 May 2023 16:18:33 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2023.4
Changes: https://github.com/google/shaderc/compare/v2023.3...v2023.4
Reported by: Repology, portscout |
2023.3 18 Mar 2023 00:46:46 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2023.3
Changes: https://github.com/google/shaderc/compare/v2023.2...v2023.3
Reported by: Repology |
2023.2 19 Jan 2023 15:00:59 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2023.2
Changes: https://github.com/google/shaderc/compare/v2023.1...v2023.2
Reported by: Repology |
2023.1 17 Jan 2023 13:34:18 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2023.1
Changes: https://github.com/google/shaderc/compare/v2022.4...v2023.1
Reported by: Repology |
2022.4 01 Dec 2022 16:18:08 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2022.4
Changes: https://github.com/google/shaderc/compare/v2022.3...v2022.4
Reported by: Repology |
2022.3 13 Oct 2022 18:15:23 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2022.3
Changes: https://github.com/google/shaderc/compare/v2022.2...v2022.3
Reported by: Repology |
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) |
2022.2 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 ) |
2022.2 13 Aug 2022 20:20:29 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2022.2
Changes: https://github.com/google/shaderc/compare/v2022.1...v2022.2
Reported by: Repology, portscout |
2022.1 21 Feb 2022 21:29:49 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2022.1
Changes: https://github.com/google/shaderc/compare/v2022.0...v2022.1
Reported by: Repology |
2022.0 28 Jan 2022 17:45:46 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2022.0
Changes: https://github.com/google/shaderc/compare/v2021.3...v2022.0
Reported by: Repology |
2021.3 11 Nov 2021 20:07:46 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2021.3
Changes: https://github.com/google/shaderc/compare/v2021.2...v2021.3
Reported by: portscout |
2021.2 26 Aug 2021 13:08:16 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2021.2
Changes: https://github.com/google/shaderc/compare/v2021.1...v2021.2
Reported by: portscout |
2021.1 22 Jun 2021 06:14:46 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2021.1
Changes: https://github.com/google/shaderc/compare/v2021.0...v2021.1
Reported by: Repology |
2021.0 18 May 2021 00:47:15 |
Jan Beich (jbeich) |
graphics/shaderc: convert TEST option to USES=cmake:testing |
2021.0 22 Apr 2021 14:32:54 |
Jan Beich (jbeich) |
graphics/shaderc: update to 2021.0
Changes: https://github.com/google/shaderc/compare/v2020.5...v2021.0
Reported by: portscout |
2020.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2020.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.5 20 Feb 2021 07:34:12 |
jbeich |
graphics/shaderc: update to 2020.5
Changes: https://github.com/google/shaderc/compare/v2020.4...v2020.5
Reported by: Repology |
2020.4_4 01 Jan 2021 21:07:32 |
jbeich |
graphics/glslang: update to 11.1.0
Changes: https://github.com/KhronosGroup/glslang/compare/11.0.0...11.1.0
Reported by: Repology |
2020.4_3 26 Dec 2020 22:30:38 |
jbeich |
graphics/shaderc: clean up
- Optionally build tests
- Connect to "make test"
- Enable examples (not installed)
- Define complete version
- Document patches
- Improve style |
2020.4_2 26 Dec 2020 20:23:40 |
jbeich |
graphics/shaderc: unbreak consumers with ld.bfd after r559203
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setEntryPoint(char const*)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TPoolAllocator::push()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TProgram::~TProgram()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::GetKhronosToolId()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::FinalizeProcess()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setShiftUboBinding(unsigned int)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TIntermediate::getBaseAlignmentScalar(glslang::TType const&, int&)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setShiftSsboBinding(unsigned int)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setStringsWithLengthsAndNames(char const* const*, int const*,
char const* const*, int)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setResourceSetBinding(std::__1::vector<std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >,
std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> > > > const&)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::getInfoLog()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::TShader(EShLanguage)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TIntermediate::computeTypeLocationSize(glslang::TType const&,
EShLanguage)' (Only the first 15 lines of the commit message are shown above ) |
2020.4_1 26 Dec 2020 04:09:16 |
jbeich |
graphics/shaderc: unbreak 11.4 and GCC architectures after r559203
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(PoolAlloc.cpp.o): in
function `glslang::GetThreadPoolAllocator()':
PoolAlloc.cpp:(.text+0xf): undefined reference to
`glslang::OS_GetTLSValue(void*)'
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(PoolAlloc.cpp.o): in
function `glslang::SetThreadPoolAllocator(glslang::TPoolAllocator*)':
PoolAlloc.cpp:(.text+0x33): undefined reference to
`glslang::OS_SetTLSValue(void*, void*)'
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(PoolAlloc.cpp.o): in
function `glslang::InitializePoolIndex()':
PoolAlloc.cpp:(.text+0x45): undefined reference to `glslang::OS_AllocTLSIndex()'
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(ShaderLang.cpp.o): in
function `ShInitialize':
ShaderLang.cpp:(.text+0x7): undefined reference to `glslang::InitGlobalLock()'
/usr/bin/ld.bfd: ShaderLang.cpp:(.text+0xe): undefined reference to
`glslang::InitProcess()'
/usr/bin/ld.bfd: ShaderLang.cpp:(.text+0x17): undefined reference to
`glslang::GetGlobalLock()'
/usr/bin/ld.bfd: ShaderLang.cpp:(.text+0x22): undefined reference to
`glslang::ReleaseGlobalLock()'
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(ShaderLang.cpp.o): in
function `ShConstructCompiler':
ShaderLang.cpp:(.text+0x7d): undefined reference to `glslang::InitThread()' (Only the first 15 lines of the commit message are shown above ) |
2020.4 26 Dec 2020 00:23:49 |
jbeich |
devel/spirv-tools: move to graphics/ where glslang is |
2020.4 25 Dec 2020 00:31:43 |
jbeich |
graphics/shaderc: update to 2020.4
Changes: https://github.com/google/shaderc/compare/v2020.0...v2020.4 |
2020.0 23 Dec 2020 20:12:36 |
jbeich |
devel/glslang: move to graphics/ where shaderc is |
2020.0 23 Dec 2020 20:11:49 |
jbeich |
devel/vulkan-*: take maintainership
PR: 251698
Suggested by: Greg V (previous maintainer) |
2020.0 21 May 2020 02:37:15 |
jbeich |
graphics/shaderc: use upstream repo in case the fork is deleted
As of 2020.0 the workaround is still required without LLD such as on
DragonFly or FreeBSD < 12:
FAILED: glslc/glslc
: && /usr/bin/c++ -O2 -pipe -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing -isystem /usr/local/include
-Wimplicit-fallthrough -O2 -pipe -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing -isystem /usr/local/include
-fstack-protector-strong -L/usr/local/lib
glslc/CMakeFiles/glslc_exe.dir/src/main.cc.o -o glslc/glslc glslc/libglslc.a
libshaderc_util/libshaderc_util.a libshaderc/libshaderc.a
libshaderc_util/libshaderc_util.a -lSPIRV-Tools-opt -lSPIRV-Tools -lHLSL
-lglslang -lOSDependent -lOGLCompiler -lglslang -lOSDependent -lOGLCompiler
-lSPIRV -pthread && :
/usr/local/lib/libglslang.a(ShaderLang.cpp.o): In function `(anonymous
namespace)::CreateBuiltInParseables(TInfoSink&, glslang::EShSource)':
ShaderLang.cpp:(.text+0x7502): undefined reference to
`glslang::TBuiltInParseablesHlsl::TBuiltInParseablesHlsl()'
c++: error: linker command failed with exit code 1 (use -v to see invocation) |
2020.0 15 May 2020 03:26:04 |
jbeich |
devel/vulkan-*: update to 1.2.135.0
Changes: https://github.com/KhronosGroup/glslang/compare/7.11.3214...8.13.3743
Changes: https://github.com/KhronosGroup/SPIRV-Headers/compare/1.4.1...1.5.3
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2019.3...v2020.2
Changes: https://github.com/google/shaderc/compare/v2018.0...v2020.0
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.108.0...sdk-1.2.135.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.108.0...sdk-1.2.135.0
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.108.0...sdk-1.2.135.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.108.0...sdk-1.2.135.0
PR: 242775
Submitted by: Austin Shafer <ashafer@badland.io>
Approved by: Greg V <greg@unrelenting.technology> (maintainer) |
2018.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 |
2018.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) |
2018.0 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) |