Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 1999 19:29:03 -0800 (PST)
From:      pfgiffun@bachue.usc.unal.edu.co
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/9626: Fix to Xopps port
Message-ID:  <199901230329.TAA03901@hub.freebsd.org>

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

>Number:         9626
>Category:       ports
>Synopsis:       Fix to Xopps port
>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:   Fri Jan 22 19:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        2.2.7-R
>Organization:
U. Nacional de Colombia
>Environment:
>Description:
Xopps had problems finding the help file and the HELPDIR env variable
had to be set. Adding the following patch to the distribution fixes the
problem.
>How-To-Repeat:

>Fix:
*** help.c.orig	Fri Jan 22 22:00:52 1999
--- help.c	Fri Jan 22 22:22:44 1999
***************
*** 173,181 ****
   * default help path, add cwd when in debug mode
   */
  #ifdef DEBUG
! #define DEFAULT_HELPPATH ".:/usr/lib/help:/usr/local/lib/help"
  #else
! #define DEFAULT_HELPPATH "/usr/lib/help:/usr/local/lib/help"
  #endif
  
  /***********************************************************************
--- 173,181 ----
   * default help path, add cwd when in debug mode
   */
  #ifdef DEBUG
! #define DEFAULT_HELPPATH ".:/usr/X11R6/lib/help:/usr/local/lib/help"
  #else
! #define DEFAULT_HELPPATH "/usr/X11R6/lib/help:/usr/local/lib/help"
  #endif
  
  /***********************************************************************

>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?199901230329.TAA03901>