Bug 169514

Summary: [PATCH] misc/xiphos Add dependencies and options
Product: Ports & Packages Reporter: John Marshall <john>
Component: Individual Port(s)Assignee: Thomas Abthorpe <tabthorpe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
xiphos_3.1.5_2.diff none

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!