Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2002 00:06:07 +0100 (CET)
From:      Slaven Rezic <eserte@vran.herceg.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45260: lang/gnat-doc-html: pkg-message fix
Message-ID:  <200211122306.gACN67Bx006500@vran.herceg.de>

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

>Number:         45260
>Category:       ports
>Synopsis:       lang/gnat-doc-html: pkg-message fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 13 00:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Slaven Rezic
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
www.rezic.de
>Environment:
System: FreeBSD vran.herceg.de 4.6-STABLE FreeBSD 4.6-STABLE #15: Sat Jul 27 09:32:28 CEST 2002 root@vran.herceg.de:/usr/local/src/FreeBSD-4/src/sys/compile/VRAN i386


>Description:
	In ports/lang/gnat-doc-html/pkg-message_html, it is better to
        use file:///... or file:/... instead of the incorrect file://... 
	(which would point to an external host).

>How-To-Repeat:
	
>Fix:

--- pkg-message_html	Wed Dec  5 06:51:41 2001
+++ pkg-message_html.new	Wed Nov 13 00:03:51 2002
@@ -6,16 +6,16 @@
 You may find it useful to add the following URL's to your browser:
 
 	Ada 95 Annotated Reference Manual
-		file://usr/local/share/doc/gnat/html/arm95.html
+		file:///usr/local/share/doc/gnat/html/arm95.html
 
 	GNAT gcc 2.8.1 Compiler Manual
-		file://usr/local/share/doc/gnat/html/gcc.html
+		file:///usr/local/share/doc/gnat/html/gcc.html
 
 	GNAT Reference Manual
-		file://usr/local/share/doc/gnat/html/gnat_rm.html
+		file:///usr/local/share/doc/gnat/html/gnat_rm.html
 
 	GNAT User Guide
-		file://usr/local/share/doc/gnat/html/gnat_ug.html
+		file:///usr/local/share/doc/gnat/html/gnat_ug.html
 
 *********************************************************************
 


>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?200211122306.gACN67Bx006500>