Bug 195103 - www/linux-f10-flashplugin11: drop unused gdkpixbuf dependency
Summary: www/linux-f10-flashplugin11: drop unused gdkpixbuf dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords: patch, regression
Depends on:
Blocks:
 
Reported: 2014-11-17 14:27 UTC by Jan Beich
Modified: 2015-01-07 14:35 UTC (History)
1 user (show)

See Also:


Attachments
fix (547 bytes, patch)
2014-11-17 14:27 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2014-11-17 14:27:13 UTC
Created attachment 149514 [details]
fix

libflashplayer.so requires libgdk_pixbuf-2.0.so.0 which is provided by either x11-toolkits/linux-f10-gtk2 or graphics/linux-c6-gdk-pixbuf. USE_LINUX_APPS=gdkpixbuf conflating different version branches likely led to the confusion.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-11-17 14:27:13 UTC
Auto-assigned to maintainer emulation@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-11-17 20:36:05 UTC
A commit references this bug:

Author: jkim
Date: Mon Nov 17 20:35:41 UTC 2014
New revision: 372685
URL: https://svnweb.freebsd.org/changeset/ports/372685

Log:
  Revert r372458 for www/linux-f10-flashplugin11.  I incorrectly presumed
  libgdk_pixbuf-2.0.so.0 is installed by graphics/linux-f10-gdk-pixbuf.

  PR:		195103
  Pointy hat to:	jkim

Changes:
  head/www/linux-f10-flashplugin11/Makefile
Comment 3 Jung-uk Kim freebsd_committer freebsd_triage 2014-11-17 20:36:52 UTC
Committed (r372685), thanks!  Sorry for the breakage.