Bug 281961 - editors/jucipp: update to v1.8.0_2 fix boost 1.85.0 build issues
Summary: editors/jucipp: update to v1.8.0_2 fix boost 1.85.0 build issues
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: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-09 14:59 UTC by Mamadou Babaei
Modified: 2024-10-16 19:27 UTC (History)
1 user (show)

See Also:
info: maintainer-feedback+
eduardo: merge-quarterly+


Attachments
editors/jucipp 1.8.0_2 boost 1.85.0 compatibility patch (8.69 KB, patch)
2024-10-09 14:59 UTC, Mamadou Babaei
info: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mamadou Babaei 2024-10-09 14:59:56 UTC
Created attachment 254111 [details]
editors/jucipp 1.8.0_2 boost 1.85.0 compatibility patch

This fixes a few build issues with the recent FreeBSD ports Boost libraries bump ti v1.85.0. The current ports fails to build.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-16 19:04:09 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=808053388a7c67d21e521b8e9513883c49683823

commit 808053388a7c67d21e521b8e9513883c49683823
Author:     Mamadou Babaei <info@babaei.net>
AuthorDate: 2024-10-16 19:02:08 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-10-16 19:03:00 +0000

    editors/jucipp: Unbreak build with boost-1.85

    PR:             281961

 editors/jucipp/Makefile                            |   2 +-
 editors/jucipp/files/patch-src_source.cpp (new)    | 106 +++++++++++++++++++++
 .../jucipp/files/patch-src_usages__clang.cpp (new) |  32 +++++++
 editors/jucipp/files/patch-src_window.cpp (new)    |  11 +++
 4 files changed, 150 insertions(+), 1 deletion(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-16 19:26:14 UTC
A commit in branch 2024Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2181631ba4fa38b6eb5d6f41ae7e2b5572b6a228

commit 2181631ba4fa38b6eb5d6f41ae7e2b5572b6a228
Author:     Mamadou Babaei <info@babaei.net>
AuthorDate: 2024-10-16 19:02:08 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-10-16 19:23:23 +0000

    editors/jucipp: Unbreak build with boost-1.85

    PR:             281961

    (cherry picked from commit 808053388a7c67d21e521b8e9513883c49683823)

 editors/jucipp/Makefile                            |   2 +-
 editors/jucipp/files/patch-src_source.cpp (new)    | 106 +++++++++++++++++++++
 .../jucipp/files/patch-src_usages__clang.cpp (new) |  32 +++++++
 editors/jucipp/files/patch-src_window.cpp (new)    |  11 +++
 4 files changed, 150 insertions(+), 1 deletion(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2024-10-16 19:27:29 UTC
Committed, thank you!