Bug 283577 - databases/kdb: Fails to build with ICU 76.1
Summary: databases/kdb: Fails to build with ICU 76.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks: 278420
  Show dependency treegraph
 
Reported: 2024-12-24 20:49 UTC by Daniel Engberg
Modified: 2024-12-25 06:10 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-12-25 06:06:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=238049db9e470dd0714774b5a6d125787955e332

commit 238049db9e470dd0714774b5a6d125787955e332
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-12-25 05:28:22 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-12-25 06:05:40 +0000

    databases/kdb: Fix build with ICU 75+

    ICU 75+ requires at least c++17 for c++; adapt.

    While here: Add LICENSE info, clean up whitespace, pet portclippy(1),
    and remove false hope from 7 years ago that sla...ahem...child ports will
    ever be a thing.

    PR:             278420, 283577
    Reported by:    jbeich, diizzy

 databases/kdb/Makefile                             |  40 +++----
 databases/kdb/files/patch-CMakeLists.txt (new)     |  12 +++
 ...patch-src_parser_generated_sqlscanner.cpp (new) | 115 +++++++++++++++++++++
 3 files changed, 149 insertions(+), 18 deletions(-)
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2024-12-25 06:10:25 UTC
Fixed. Thanks for reporting!