From fernan@iib005.iib.unsam.edu.ar  Thu Nov 22 12:53:27 2001
Return-Path: <fernan@iib005.iib.unsam.edu.ar>
Received: from lila.inti.gov.ar (lila.inti.gov.ar [200.10.161.32])
	by hub.freebsd.org (Postfix) with ESMTP id E273F37B405
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Nov 2001 12:53:24 -0800 (PST)
Received: from nav.inti.gov.ar ([200.10.161.45])
	by lila.inti.gov.ar with smtp (Exim 3.02 #1)
	id 1670or-0004of-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 22 Nov 2001 17:51:37 -0300
Received: from iib005.iib.unsam.edu.ar ([200.3.113.15])
 by NAV.inti.gov.ar (NAVGW 2.5.1.12) with SMTP id M2001112217585928346
 for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 Nov 2001 17:58:59 -0300
Received: (from fernan@localhost)
	by iib005.iib.unsam.edu.ar (8.11.3/8.11.3) id fAMKrBm18134;
	Thu, 22 Nov 2001 17:53:11 -0300 (ART)
	(envelope-from fernan)
Message-Id: <200111222053.fAMKrBm18134@iib005.iib.unsam.edu.ar>
Date: Thu, 22 Nov 2001 17:53:11 -0300 (ART)
From: fernan@iib.unsam.edu.ar
Reply-To: fernan@iib.unsam.edu.ar
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: txt2html linking dictionary not where expected
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32199
>Category:       ports
>Synopsis:       linking dict is at /usr/local/share/doc/txt2html/ but looked for at /usr/local/lib/
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 22 13:00:01 PST 2001
>Closed-Date:    Mon Dec 24 16:31:43 PST 2001
>Last-Modified:  Mon Dec 24 16:32:28 PST 2001
>Originator:     Fernan Aguero
>Release:        FreeBSD 4.3-RELEASE-p15 i386
>Organization:
IIB-UNSAM
>Environment:
System: FreeBSD iib005.iib.unsam.edu.ar 4.3-RELEASE-p15 FreeBSD 4.3-RELEASE-p15 #0: Wed Sep 5 12:20:37 ART 2001 fernan@iib005.iib.unsam.edu.ar:/usr/obj/usr/src/sys/WKSTATION i386


	
>Description:
	txt2html (perl) uses a dictionary of regexps to parse URLs and 'link'
	them in the HTML output.
	When installing from ports, the dictionary gets installed together with
	documentation at /usr/local/share/doc/txt2html/. However, upon inspection
	of the executable txt2html, the expected location is /usr/local/lib/
	Thus, text documents containing URLs produce HTML documents with unprocessed 
	plain URLs (i.e. not linked as <A HREF="">URLs</A>) 
>How-To-Repeat:
	
>Fix:
	at txt2html line 225, 
	$system_link_dict = "/usr/local/lib/txt2html.dict"; # after options
	
	change to 
	
	$system_link_dict = "/usr/local/share/doc/txt2html/txt2html.dict"; # after options
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Mon Dec 24 16:31:43 PST 2001 
State-Changed-Why:  
Fixed, thanks for your report! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32199 
>Unformatted:
