Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2000 01:26:41 +0200 (CEST)
From:      jose@we.lc.ehu.es
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19004: gnomecontrolcenter-1.2.0 help directory misplaced
Message-ID:  <200006042326.BAA02624@v-ger.we.lc.ehu.es>

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

>Number:         19004
>Category:       ports
>Synopsis:       sysutils/gnomecontrolcenter: help directory misplaced
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 04 16:30:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jose M. Alcaide
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Universidad del Pais Vasco - Dept. de Electricidad y Electronica
>Environment:

N/A

>Description:

The gnomecontrolcenter-1.2.0 help files are installed in the directory
${X11BASE}/share/gnome/gnome/help/control-center. Obviously a "gnome/"
must be deleted from that path.

>How-To-Repeat:

Install the sysutils/gnomecontrolcenter-1.2.0 port :-)
Also, the package building fails because of the misplaced directory.

>Fix:

Add this patch to the port:

--------------------  CUT HERE ----------------------
--- doc/C/Makefile.in.orig      Wed May 24 01:10:04 2000
+++ doc/C/Makefile.in   Mon Jun  5 00:58:02 2000
@@ -137,7 +137,7 @@
 
 EXTRA_DIST = gnome-control-center-guide.sgml $(help_DATA) $(figs)
 
-helpdir = $(datadir)/gnome/help/$(app)/$(lang)
+helpdir = $(datadir)/help/$(app)/$(lang)
 help_DATA =    index.html              topic.dat
 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--------------------  CUT HERE ----------------------

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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