Bug 113786 - www/epiphany-extensions does not create the rss subscription extension
Summary: www/epiphany-extensions does not create the rss subscription extension
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-17 03:50 UTC by Chess Griffin
Modified: 2007-07-04 23:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chess Griffin 2007-06-17 03:50:02 UTC
I currently have the latest epiphany (2.18.2) and the latest epiphany-extensions (2.18.2).  One of the epiphany extensions that I always use on other operating systems is the RSS subscription extension.  This tool will show a small orange RSS icon in the lower left corner of the window when visiting a site that has an RSS feed.  Clicking on the orange RSS icon brings up a window allowing the user to easily subscribe to the feed.

When building the www/epiphany-extensions port, this RSS extension is not created.  This extension and the adblock one are probably the two most popular epiphany extensions.

Fix: 

The Makefile has "EPHY_EXTENSIONS=all" which apparently is supposed to create all the epiphany extensions.  However, it does not create the "RSS" extension, which is a tool to allow for the easy subscription of rss feeds into Liferea. 

I changed the Makefile to "EPHY_EXTENSIONS=all,rss" and the RSS extension built fine.  That's probably not the best way to fix it -- maybe it should be made a tunable option -- but it shows that it works.
How-To-Repeat: Build www/epiphany-extensions.  Start epiphany browser, go to Tools > Extensions and look at list of available extensions.  The RSS extension is not there.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-17 04:56:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2007-07-04 23:00:52 UTC
State Changed
From-To: open->closed

RSS support has been added.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-07-04 23:00:56 UTC
marcus      2007-07-04 22:00:49 UTC

  FreeBSD ports repository

  Modified files:
    www/epiphany-extensions Makefile pkg-plist 
  Log:
  Add support for the RSS extension.
  
  PR:             113786
  
  Revision  Changes    Path
  1.42      +2 -1      ports/www/epiphany-extensions/Makefile
  1.16      +4 -0      ports/www/epiphany-extensions/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"