Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2010 23:51:42 GMT
From:      Bodek <bodek@blurp.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153534: Script error in port graphics/geeqie
Message-ID:  <201012292351.oBTNpgHU026139@red.freebsd.org>
Resent-Message-ID: <201012300000.oBU00OP8095747@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153534
>Category:       ports
>Synopsis:       Script error in port graphics/geeqie
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 30 00:00:23 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bodek
>Release:        FreeBSD 8.1-RELEASE
>Organization:
>Environment:
FreeBSD mr.localhost 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Tue Sep  7 20:23:48 CEST 2010     root@mr.localhost:/usr/src/sys/i386/compile/r81  i386
>Description:
Port graphics/geeqie:
Can not build the documentation due to an error in the script doc/docbook2html.sh 
"/usr/share/xml/..." instead off "/usr/local/share/xml/..."



>How-To-Repeat:
Compiling port graphics/geeqie
>Fix:
Patching source and control files in /usr/ports/graphics/geeqie

Patch attached with submission follows:

--- docbook2html.sh.orig	2010-02-17 22:21:20.000000000 +0100
+++ docbook2html.sh	2010-12-29 23:24:27.000000000 +0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 mkdir html
-#xsltproc --xinclude -o index.html /usr/share/xml/docbook/stylesheet/nwalsh/current/html/docbook.xsl docbook/GuideIndex.xml
+#xsltproc --xinclude -o index.html /usr/local/share/xml/docbook/stylesheet/nwalsh/current/html/docbook.xsl docbook/GuideIndex.xml
 
 # this requires gnome-doc-utils package
-xsltproc --xinclude -o html/GuideIndex.html /usr/share/xml/gnome/xslt/docbook/html/db2html.xsl docbook/GuideIndex.xml
\ No newline at end of file
+xsltproc --xinclude -o html/GuideIndex.html /usr/local/share/xml/gnome/xslt/docbook/html/db2html.xsl docbook/GuideIndex.xml


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012292351.oBTNpgHU026139>