[Bug 268514] graphics/png: missing symbol after upgrading from 1.6.37 to 1.6.38

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 24 May 2023 23:06:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268514

--- Comment #7 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
I will add a few more.

I wrote in comment #5, it is used in CMakeLists.txt to check for version-script
support.
This succeeds with clang, but fails with gcc.
Switched from GNU configure to CMake will generate libraries without
version-script in an environment using gcc. (Didn't some FreeBSD architectures
use gcc?)

However, poudriere would not have been affected by this, including the official
packages, since the png version upgrade would have removed all packages that
use png.
If the ports are built privately, everything that appears in "pkg info -r png"
must be rebuilt.

-- 
You are receiving this mail because:
You are the assignee for the bug.