Bug 258338

Summary: x11-toolkits/rubygem-gtk2: Fix runtime error
Product: Ports & Packages Reporter: Dirk Meyer <dinoex>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Some People CC: dinoex
Priority: --- Keywords: patch-ready
Version: LatestFlags: bugzilla: maintainer-feedback? (sunpoet)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
suggested patch none

Description Dirk Meyer freebsd_committer freebsd_triage 2021-09-07 12:38:40 UTC
Created attachment 227735 [details]
suggested patch

require "gtk2" fails now with message

Could not find 'atk' (= 3.4.6) - did find: [atk-3.4.7]

The patch allows this port to run with newer versions of the dependencies.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-03-07 18:28:21 UTC
A commit in branch main references this bug:

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

commit a380001f3ad1d8dcbddd759295ffe6569a4a8eb7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-07 18:09:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-07 18:13:24 +0000

    x11-toolkits/rubygem-gtk2: Allow build with newer dependencies

    - Bump PORTREVISION for package change

    PR:             258338
    Reported by:    dinoex

 x11-toolkits/rubygem-gtk2/Makefile                  |  1 +
 x11-toolkits/rubygem-gtk2/files/patch-gemspec (new) | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-03-07 18:38:39 UTC
Committed. Thanks!