notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/shaderc/files/patch-system-glslang

Number of commits found: 5

Thursday, 4 Jan 2024
13:01 Jan Beich (jbeich) search for other commits by this committer
graphics/shaderc: update to 2023.8

Changes:	https://github.com/google/shaderc/compare/v2023.7...v2023.8
Reported by:	Repology, portscout
commit hash: 2b276fc0eedb7da310651f69ddb8cde0080f31de commit hash: 2b276fc0eedb7da310651f69ddb8cde0080f31de commit hash: 2b276fc0eedb7da310651f69ddb8cde0080f31de commit hash: 2b276fc0eedb7da310651f69ddb8cde0080f31de 2b276fc
Saturday, 26 Dec 2020
22:30 jbeich search for other commits by this committer
graphics/shaderc: clean up

- Optionally build tests
- Connect to "make test"
- Enable examples (not installed)
- Define complete version
- Document patches
- Improve style
Original commitRevision:559314 
20:23 jbeich search for other commits by this committer
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)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::InitializeProcess()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TIntermediate::improperStraddle(glslang::TType const&, int, int)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setAutoMapBindings(bool)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TPoolAllocator::allocate(unsigned int)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setAutoMapLocations(bool)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setHlslIoMapping(bool)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TPoolAllocator::pop()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TProgram::getInfoLog()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setShiftSamplerBinding(unsigned int)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::preprocess(TBuiltInResource const*, int, EProfile, bool,
bool, EShMessages, std::__1::basic_string<char, std::__1::char_traits<char>,
std::__1::allocator<char> >*, glslang::TShader::Includer&)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setShiftTextureBinding(unsigned int)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::~TShader()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setShiftImageBinding(unsigned int)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TProgram::mapIO(glslang::TIoMapResolver*, glslang::TIoMapper*)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TIntermediate::getMemberAlignment(glslang::TType const&, int&, int&,
glslang::TLayoutPacking, bool)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TProgram::TProgram()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`spvtools::utils::BitVector::Or(spvtools::utils::BitVector const&)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setInvertY(bool)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::GetThreadPoolAllocator()'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::parse(TBuiltInResource const*, int, EProfile, bool, bool,
EShMessages, glslang::TShader::Includer&)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TProgram::link(EShMessages)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setShiftUavBinding(unsigned int)'
//usr/local/lib/libshaderc_shared.so.1: undefined reference to
`glslang::TShader::setNanMinMaxClamp(bool)'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Original commitRevision:559309 
04:09 jbeich search for other commits by this committer
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()'
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(ShaderLang.cpp.o): in
function `ShConstructLinker':
ShaderLang.cpp:(.text+0xad): undefined reference to `glslang::InitThread()'
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(ShaderLang.cpp.o): in
function `ShConstructUniformMap':
ShaderLang.cpp:(.text+0xd5): undefined reference to `glslang::InitThread()'
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(ShaderLang.cpp.o): in
function `ShFinalize':
ShaderLang.cpp:(.text+0x192): undefined reference to `glslang::GetGlobalLock()'
/usr/bin/ld.bfd: ShaderLang.cpp:(.text+0x1ae): undefined reference to
`glslang::ReleaseGlobalLock()'
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(ShaderLang.cpp.o): in
function `glslang::TShader::parse(TBuiltInResource const*, int, EProfile, bool,
bool, EShMessages, glslang::TShader::Includer&)':
ShaderLang.cpp:(.text+0x2ee4): undefined reference to `glslang::InitThread()'
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(ShaderLang.cpp.o): in
function `glslang::TShader::preprocess(TBuiltInResource const*, int, EProfile,
bool, bool, EShMessages, std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >*,
glslang::TShader::Includer&)':
ShaderLang.cpp:(.text+0x3019): undefined reference to `glslang::InitThread()'
/usr/bin/ld.bfd: /usr/local/lib/libMachineIndependent.a(ShaderLang.cpp.o): in
function `(anonymous namespace)::SetupBuiltinSymbolTable(int, EProfile,
glslang::SpvVersion const&, glslang::EShSource)':
ShaderLang.cpp:(.text+0x6acc): undefined reference to `glslang::GetGlobalLock()'
/usr/bin/ld.bfd: ShaderLang.cpp:(.text+0x6b54): undefined reference to
`glslang::ReleaseGlobalLock()'
/usr/bin/ld.bfd: ShaderLang.cpp:(.text+0x7d5e): undefined reference to
`glslang::ReleaseGlobalLock()'
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
Original commitRevision:559270 
Friday, 25 Dec 2020
00:31 jbeich search for other commits by this committer
graphics/shaderc: update to 2020.4

Changes:	https://github.com/google/shaderc/compare/v2020.0...v2020.4
Original commitRevision:559203 

Number of commits found: 5