Bug 232496 - graphics/gdk-pixbuf2 build failure
Summary: graphics/gdk-pixbuf2 build failure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-21 02:47 UTC by ian
Modified: 2019-05-23 13:13 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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