Bug 105423 - [PATCH] Add missing directories to docbook-xsl
Summary: [PATCH] Add missing directories to docbook-xsl
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: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-12 06:20 UTC by Joe Marcus Clarke
Modified: 2006-11-20 09:40 UTC (History)
0 users

See Also:


Attachments
docbook-xsl.diff (3.33 KB, patch)
2006-11-12 06:20 UTC, Joe Marcus Clarke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Marcus Clarke freebsd_committer freebsd_triage 2006-11-12 06:20:18 UTC
The latest docbook-xsl installation is missing three directories: eclipse,
highlighting, and website.  The highlighting directory is needed for man page
generation by ports such as graphics/dia.

Fix: Here is a patch that adds the missing directories.

How-To-Repeat: Install textproc/docbook-xsl, and then try to build graphics/dia.  The
following error will be seen:

gmake[3]: Entering directory `/export/ports/graphics/dia/work/dia-0.95/doc/en'
xsltproc --nonet --novalid /usr/local/share/xsl/docbook/manpages/docbook.xsl dia.dbk >dia.1
warning: failed to load external entity "/usr/local/share/xsl/docbook/highlighting/common.xsl"
compilation error: file /usr/local/share/xsl/docbook/html/verbatim.xsl line 20 element include
xsl:include : unable to load /usr/local/share/xsl/docbook/highlighting/common.xsl
gmake[3]: *** [dia.1] Error 5
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2006-11-12 06:21:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->des

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-20 09:35:45 UTC
des         2006-11-20 09:35:39 UTC

  FreeBSD ports repository

  Modified files:
    textproc/docbook-xsl Makefile pkg-plist 
  Log:
  Add missing 'highlighting' directory.
  
  PR:             ports/105423, ports/105484
  
  Revision  Changes    Path
  1.43      +2 -2      ports/textproc/docbook-xsl/Makefile
  1.35      +9 -0      ports/textproc/docbook-xsl/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"
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2006-11-20 09:36:11 UTC
State Changed
From-To: open->closed

Fixed, sorry for the breakage