Bug 232496

Summary: graphics/gdk-pixbuf2 build failure
Product: Ports & Packages Reporter: ian
Component: Individual Port(s)Assignee: Koop Mast <kwm>
Status: Closed FIXED    
Severity: Affects Many People CC: gnome, w.schwarzenfeld
Priority: --- Flags: bugzilla: maintainer-feedback? (gnome)
Version: Latest   
Hardware: Any   
OS: Any   

Description ian 2018-10-21 02:47:49 UTC
graphics/gdk-pixbuf2 is missing a build dependency for misc/shared-mime-info, without it the build fails during testing with an error indicating it is unable to recognize various types of graphic files.
Comment 1 Walter Schwarzenfeld freebsd_triage 2018-10-21 04:07:07 UTC
Makefile
USES=           cpe gettext gnome localbase:ldflags meson pkgconfig \
                python:3.4+,build shared-mime-info tar:xz

---------
/usr/ports/Mk/Uses/shared-mime-info.mk 

BUILD_DEPENDS+= update-mime-database:misc/shared-mime-info
RUN_DEPENDS+=   update-mime-database:misc/shared-mime-info
PLIST_FILES+=   "@shared-mime-info share/mime"
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2019-05-23 13:13:13 UTC
shared-mime-info was added in ports r449164 by kwm

For reference, when building the port now, the following stage-qa warning is emitted:

  ====> Running Q/A tests (stage-qa)
  Warning: you may not need USES=shared-mime-info

Which is not very helpful, and should probably be improved (in a separate issue)

@triage: Assign to committer that resolved