Bug 169514 - [PATCH] misc/xiphos Add dependencies and options
Summary: [PATCH] misc/xiphos Add dependencies and options
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-28 10:10 UTC by John Marshall
Modified: 2012-07-01 04:51 UTC (History)
0 users

See Also:


Attachments
xiphos_3.1.5_2.diff (1.52 KB, patch)
2012-06-28 10:10 UTC, John Marshall
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marshall 2012-06-28 10:10:12 UTC
YELP DEPENDENCY

Xiphos uses yelp to display its manual.  The port includes all the help
files but does not pull in the x11/yelp dependency.  Add x11/yelp to
RUN_DEPENDS.

RENDERING ENGINE

Xiphos preferred rendering engine is webkit but the port builds Xiphos
with --backend=gtkhtml.  Add knobs to allow building with a choice of
webkit/gtkhtml/libxul backends, with webkit as the default.  Unless
webkit is used as the backend, a lot of new functionality is missing -
particularly context menus.  Perhaps it might be better just to build
with webkit and leave out the knobs?

Over to the Maintainer...
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-28 10:10:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-01 04:49:37 UTC
tabthorpe    2012-07-01 03:49:28 UTC

  FreeBSD ports repository

  Modified files:
    misc/xiphos          Makefile 
  Log:
  - Depend on x11/yelp
  - Add options to build rendering engine
  
  PR:             ports/169514
  Submitted by:   John Marshall <john.marshall riverwillow.com.au>
  
  Revision  Changes    Path
  1.72      +28 -3     ports/misc/xiphos/Makefile
_______________________________________________
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"
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2012-07-01 04:51:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!