Bug 285740 - graphics/xzgv: Add dependency on gdkpixbufextra
Summary: graphics/xzgv: Add dependency on gdkpixbufextra
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: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-29 11:40 UTC by Martin Neubauer
Modified: 2025-03-30 12:38 UTC (History)
1 user (show)

See Also:


Attachments
patch adding dependency on graphics/gdkpixbufextra (574 bytes, patch)
2025-03-29 11:40 UTC, Martin Neubauer
m.ne: maintainer-approval+
Details | Diff
updated patch (584 bytes, patch)
2025-03-30 10:53 UTC, Martin Neubauer
m.ne: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Neubauer 2025-03-29 11:40:24 UTC
Created attachment 259146 [details]
patch adding dependency on graphics/gdkpixbufextra

Add run-time dependency on graphics/gdkpixbufextra to fix crashes on startup
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2025-03-29 12:01:36 UTC
gdkpixbufextra:run includes gdkpixbuf.

-USE_GNOME=	cairo gdkpixbuf gtk20
+USE_GNOME=	cairo gdkpixbufextra:run gtk20

While here:
-PORTVERSION=	0.9.2
+DISTVERSION=	0.9.2
Comment 2 Martin Neubauer 2025-03-30 10:53:02 UTC
Created attachment 259181 [details]
updated patch
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-03-30 12:36:22 UTC
A commit in branch main references this bug:

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

commit c4568be8ae7888b28fd38005658a84b5f7f61a8e
Author:     Martin Neubauer <m.ne@gmx.net>
AuthorDate: 2025-03-30 11:10:26 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-03-30 12:33:37 +0000

    graphics/xzgv: Add dependency on gdkpixbufextra

    Add run-time dependency on graphics/gdkpixbufextra to fix crashes on
    startup.

    While here replace PORTVERSION with DISTVERSION.

    PR:     285740

 graphics/xzgv/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2025-03-30 12:38:43 UTC
Thanks.