Bug 276100

Summary: deskutils/xdg-desktop-portal: add required gdkpixbuf2 to USE_GNOME
Product: Ports & Packages Reporter: Lexi Winter <lexi.freebsd>
Component: Individual Port(s)Assignee: Gleb Popov <arrowd>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (arrowd)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Lexi Winter 2024-01-03 16:41:04 UTC
Created attachment 247435 [details]
patch

the port fails to build without it:

Run-time dependency gdk-pixbuf-2.0 found: NO (tried pkgconfig)

meson.build:106:17: ERROR: Dependency "gdk-pixbuf-2.0" not found, tried pkgconfig

A full log can be found at /wrkdirs/usr/ports/deskutils/xdg-desktop-portal/work/xdg-desktop-portal-1.18.2/_build/meson-logs/meson-log.txt
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
===>  Script "configure" failed unexpectedly.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-04 19:52:40 UTC
A commit in branch main references this bug:

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

commit 7d716d7b982aaf1f33ec0398a6aca528821f5c6e
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-01-04 19:51:08 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-04 19:51:08 +0000

    deskutils/xdg-desktop-portal: Fix missing dependency.

    PR:             276100
    Reported by:    Lexi Winter <lexi.freebsd@le-fay.org>

 deskutils/xdg-desktop-portal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2024-01-04 19:53:07 UTC
I wonder how I missed that. Fixed, thanks.