Bug 286234 - www/cadaver: needs configure update after the update of neon to 0.34
Summary: www/cadaver: needs configure update after the update of neon to 0.34
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: Zsolt Udvari
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-20 15:37 UTC by Konstantin Belousov
Modified: 2025-05-03 17:43 UTC (History)
2 users (show)

See Also:


Attachments
fix build with new neon (1.55 KB, patch)
2025-04-20 15:37 UTC, Konstantin Belousov
no flags Details | Diff
update to 0.26 (8.63 KB, patch)
2025-05-02 19:27 UTC, Zsolt Udvari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Belousov freebsd_committer freebsd_triage 2025-04-20 15:37:19 UTC
Created attachment 259739 [details]
fix build with new neon

It seems that the cadaver github sources were updated to not needing such
handling anymore, but I only hacked what we have in the tree.
Comment 1 Zsolt Udvari freebsd_committer freebsd_triage 2025-04-26 18:43:48 UTC
Hi Konstantin,
what do you think about update to 0.26? If you don't have time/..., I can update it but you should test it.
Comment 2 Konstantin Belousov freebsd_committer freebsd_triage 2025-04-26 18:46:42 UTC
Well, if you provide me a patch which can be applied with 'git am' I can check
it with my next poudriere batch.
Comment 3 Zsolt Udvari freebsd_committer freebsd_triage 2025-05-02 19:27:34 UTC
Created attachment 260096 [details]
update to 0.26

Could you please test it? If it's okay I'll commit it.
Comment 4 Konstantin Belousov freebsd_committer freebsd_triage 2025-05-03 14:14:51 UTC
I can confirm that the port builds and seemingly works.
Thanks.
Comment 5 Zsolt Udvari freebsd_committer freebsd_triage 2025-05-03 17:42:23 UTC
Thanks, committed!
Comment 6 commit-hook freebsd_committer freebsd_triage 2025-05-03 17:43:05 UTC
A commit in branch main references this bug:

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

commit b2485ef7af863acfdb8cb08b7aaa837458286a01
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2025-05-02 19:22:57 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2025-05-03 17:41:58 +0000

    www/cadaver: Update to 0.26

    Use option helpers, localbase and pkgconfig.
    Use pkg-plist file.
    Add license information.
    Pet portlint, portfmt, portclippy.
    Switch to DISTVERSION.

    PR:             286234
    Tested by:      kib

 www/cadaver/Makefile                   | 59 +++++++--------------
 www/cadaver/distinfo                   |  6 +--
 www/cadaver/files/patch-src-commands.c | 96 +++++++++++++++-------------------
 www/cadaver/pkg-plist (new)            |  4 ++
 4 files changed, 67 insertions(+), 98 deletions(-)