Bug 258338 - x11-toolkits/rubygem-gtk2: Fix runtime error
Summary: x11-toolkits/rubygem-gtk2: Fix runtime error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2021-09-07 12:38 UTC by Dirk Meyer
Modified: 2022-03-07 18:38 UTC (History)
1 user (show)

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


Attachments
suggested patch (1.63 KB, patch)
2021-09-07 12:38 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 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!