Bug 217253 - www/nspluginwrapper: update linux dep to c7
Summary: www/nspluginwrapper: update linux dep to c7
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jung-uk Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-20 14:09 UTC by Petr Fischer
Modified: 2017-02-22 17:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Fischer 2017-02-20 14:09:34 UTC
There is a problem: www/nspluginwrapper has dependency to linux-c6-gtk2, but linux-flashplayer has updated dependency to linux-c7-gtk2, so flash player want's c7 and nspluginwrapper want's c6.

Update nspluginwrapper to the c7 (CentOS 7) please.
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2017-02-21 11:59:30 UTC
linux-flashplayer and nspluginwrapper can use both c6 and c7.  They will use whatever linux_base port you have installed or c6 if you have nothing installed.  If you want c7 then delete all c6 ports and the ports that depend on them (pkg del -x linux-c6 linux_base-c6).  Then make sure you have linux_base-c7 installed and then rebuild/reinstall linux ports like nspluginwrapper.
Comment 2 Petr Fischer 2017-02-21 18:48:56 UTC
But default binary package (when installing with pkg) has still dependency to linux-c6-gtk2, so it's not possible to use binary nspluginwraper package with instaled c7 userland now, right?

So, general move to *c7* dependencies in prebuilded pkg packages is still not actual for now and I need to wait or compile everything myself, if I want *c7* userland, right?
Comment 3 Tijl Coosemans freebsd_committer freebsd_triage 2017-02-22 11:57:13 UTC
(In reply to Petr Fischer from comment #2)
That's correct, c6 is still the ports tree default and the decision to depend on c6 or c7 is made when the packages are built.  We currently cannot create packages that provide the option to the user at installation.  So, if you want ports like nspluginwrapper to use c7 you have to build them yourself.