Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  9 Oct 1999 21:52:55 -0700 (PDT)
From:      pfgiffun@bachue.usc.unal.edu.co
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/14247: Incorrect help path in xopps
Message-ID:  <19991010045255.C815514CF9@hub.freebsd.org>

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

>Number:         14247
>Category:       ports
>Synopsis:       Incorrect help path in xopps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct  9 22:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        3.2R
>Organization:
U. Nacional de Colombia
>Environment:
>Description:
xopps.info is not an info file.
I am sorry, I though I had cleaned this well two releases ago, but
evidently not. This patch should work
>How-To-Repeat:
install xopps and try to read the online help.
>Fix:
diff -ru xopps.old/patches/patch-aa xopps/patches/patch-aa
--- xopps.old/patches/patch-aa	Sat Oct  9 23:40:41 1999
+++ xopps/patches/patch-aa	Sat Oct  9 23:47:31 1999
@@ -14,7 +14,7 @@
  MAN1DIR = $(ROOTDIR)/man/man1
 -HELPDIR = $(ROOTDIR)/setup/$(SUBSYS)/help
 -BITDIR = $(ROOTDIR)/setup/bitmaps
-+HELPDIR = $(ROOTDIR)/info
++HELPDIR = $(ROOTDIR)/lib/help
 +BITDIR = $(ROOTDIR)/include/X11/bitmaps
  
  #
diff -ru xopps.old/patches/patch-ac xopps/patches/patch-ac
--- xopps.old/patches/patch-ac	Sat Oct  9 23:40:41 1999
+++ xopps/patches/patch-ac	Sat Oct  9 23:38:13 1999
@@ -5,10 +5,10 @@
   */
  #ifdef DEBUG
 -#define DEFAULT_HELPPATH ".:/usr/lib/help:/usr/local/lib/help"
-+#define DEFAULT_HELPPATH ".:/usr/X11R6/help:/usr/local/help"
++#define DEFAULT_HELPPATH ".:/usr/X11R6/lib/help:/usr/local/lib/help"
  #else
 -#define DEFAULT_HELPPATH "/usr/lib/help:/usr/local/lib/help"
-+#define DEFAULT_HELPPATH "/usr/X11R6/help:/usr/local/help"
++#define DEFAULT_HELPPATH "/usr/X11R6/lib/help:/usr/local/lib/help"
  #endif
  
  /***********************************************************************
diff -ru xopps.old/pkg/PLIST xopps/pkg/PLIST
--- xopps.old/pkg/PLIST	Sat Oct  9 23:40:41 1999
+++ xopps/pkg/PLIST	Sat Oct  9 23:42:41 1999
@@ -2,5 +2,5 @@
 bin/opps2xopps
 include/X11/bitmaps/jpl1.bm
 include/X11/bitmaps/jpl2.bm
-info/xopps.info
+lib/help/xopps.info
 lib/X11/app-defaults/XOpps


>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?19991010045255.C815514CF9>