Bug 277916 - x11-toolkits/rubygem-gtk2: Fix build with ruby 3.2
Summary: x11-toolkits/rubygem-gtk2: Fix build with ruby 3.2
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: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2024-03-24 11:21 UTC by Dirk Meyer
Modified: 2024-04-06 00:07 UTC (History)
0 users

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


Attachments
suggested patch (3.85 KB, patch)
2024-03-24 11:22 UTC, Dirk Meyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Meyer freebsd_committer freebsd_triage 2024-03-24 11:21:20 UTC

    
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2024-03-24 11:22:04 UTC
Created attachment 249445 [details]
suggested patch
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2024-03-24 11:24:01 UTC
With this patch I was able to build x11-toolkits/rubygem-gtk2

My small application using this build is running with ruby 3.2.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-04-06 00:03:58 UTC
A commit in branch main references this bug:

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

commit 0a652002cc99ac5ad962711ffa1af091ea8728a1
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-04-06 00:00:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-06 00:00:09 +0000

    x11-toolkits/rubygem-gtk2: Fix build with Ruby 3.2+

    PR:             277916

 x11-toolkits/rubygem-gtk2/Makefile                 |  2 --
 x11-toolkits/rubygem-gtk2/files/patch-ruby32 (new) | 42 ++++++++++++++++++++++
 2 files changed, 42 insertions(+), 2 deletions(-)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2024-04-06 00:07:40 UTC
Committed. Thanks!