Bug 276903

Summary: www/ungoogled-chromium: Fails to build with libxml2 2.11.7
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: freebsd-chromium (Nobody) <chromium>
Status: Closed FIXED    
Severity: Affects Only Me CC: rnagy
Priority: --- Flags: bugzilla: maintainer-feedback? (chromium)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 276900    

Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-09 14:23:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e1b3d42f560254a9c6e533d20e1c081c184cf5b

commit 1e1b3d42f560254a9c6e533d20e1c081c184cf5b
Author:     Robert Nagy <rnagy@FreeBSD.org>
AuthorDate: 2024-02-09 14:19:47 +0000
Commit:     Robert Nagy <rnagy@FreeBSD.org>
CommitDate: 2024-02-09 14:22:45 +0000

    www/{*chromium,iridium}: xmlError is only a const since version 2.12

    the previous patches were checking if libxml is older than 2.11.6,
    but that breaks builds with 2.11.7 as xmlError has been changed to
    a const at 2.12

    PR:             276901, 276902, 276903
    Reported by:    diizzy@

 .../files/patch-third__party_blink_renderer_core_xml_xslt__processor.h  | 2 +-
 ...tch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc | 2 +-
 .../files/patch-third__party_blink_renderer_core_xml_xslt__processor.h  | 2 +-
 ...tch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc | 2 +-
 .../files/patch-third__party_blink_renderer_core_xml_xslt__processor.h  | 2 +-
 ...tch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-02-09 14:24:03 UTC
A commit in branch 2024Q1 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=29209339c35ddb4e9ec7a62acbd3cebaa6ad4a19

commit 29209339c35ddb4e9ec7a62acbd3cebaa6ad4a19
Author:     Robert Nagy <rnagy@FreeBSD.org>
AuthorDate: 2024-02-09 14:19:47 +0000
Commit:     Robert Nagy <rnagy@FreeBSD.org>
CommitDate: 2024-02-09 14:23:04 +0000

    www/{*chromium,iridium}: xmlError is only a const since version 2.12

    the previous patches were checking if libxml is older than 2.11.6,
    but that breaks builds with 2.11.7 as xmlError has been changed to
    a const at 2.12

    PR:             276901, 276902, 276903
    Reported by:    diizzy@

    (cherry picked from commit 1e1b3d42f560254a9c6e533d20e1c081c184cf5b)

 .../files/patch-third__party_blink_renderer_core_xml_xslt__processor.h  | 2 +-
 ...tch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc | 2 +-
 .../files/patch-third__party_blink_renderer_core_xml_xslt__processor.h  | 2 +-
 ...tch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc | 2 +-
 .../files/patch-third__party_blink_renderer_core_xml_xslt__processor.h  | 2 +-
 ...tch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)