Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2012 13:56:36 +0100 (CET)
From:      Victor Balada Diaz <victor@bsdes.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173577: [ports: devel/devhelp] doesn't recognize GTK+ reference documentation
Message-ID:  <20121112125636.1542F39832@equilibrium.bsdes.net>
Resent-Message-ID: <201211121300.qACD01ru008823@freefall.freebsd.org>

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

>Number:         173577
>Category:       ports
>Synopsis:       [ports: devel/devhelp] doesn't recognize GTK+ reference documentation
>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:   Mon Nov 12 13:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Victor Balada Diaz
>Release:        FreeBSD 9.0 amd64
>Organization:
>Environment:
System: FreeBSD 9.0 with pkgng


	
>Description:
devhelp doesn't recognize the documentation installed by ports like:

gtk-reference or glib-reference.

devhelp assumes that documentation is installed at /usr/local/share/gtk-doc/html
x11-toolkits/gtk20-reference installs documentation at: /usr/local/share/doc/gtk/
devel/glib20-reference installs documentation at: /usr/local/share/doc/glib/

>How-To-Repeat:
Install x11-toolkits/gtk20-reference and devel/devhelp. Start devhelp and try to look for GTK/GDK documentation.

>Fix:
An easy fix would be to change installation path of x11-toolkits/gtk20-reference and devel/glib20-reference to /usr/local/s
hare/gtk-doc/html.

Other possible fix is creating symlinks on /usr/local/share/gtk-doc/html like:
# ln -s ../../doc/gtk/gtk/ gtk
# ln -s ../../doc/gtk/gdk/ gdk
>Release-Note:
>Audit-Trail:
>Unformatted:



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