[Bug 263094] textproc/libxml2: incorrect LIBXML_VERSION_STRING in 2.9.13

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 02 May 2022 16:07:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263094

Adriaan de Groot <adridg@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg@freebsd.org
             Status|New                         |Closed
         Resolution|---                         |FIXED

--- Comment #3 from Adriaan de Groot <adridg@freebsd.org> ---
This was a consequence of two things:
- upstream bug in how the CMake code calculated a version number to inject into
the headers
- switching to CMake-build in libxml2.

The fix Daniel refers to is upstream in the CMake-build. Downstream we have
discovered that there are (or can be, depending on options) circular
dependencies when building libxml2 with CMake, so have rolled back to autotools
-- which never had the problem in this PR.

So I'm closing as "fixed", even though there was nothing intentional about it
(in PORTREVISION 2).

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