From nobody@FreeBSD.ORG Sat Aug 28 10:29:55 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 9EC7A15058; Sat, 28 Aug 1999 10:29:55 -0700 (PDT)
Message-Id: <19990828172955.9EC7A15058@hub.freebsd.org>
Date: Sat, 28 Aug 1999 10:29:55 -0700 (PDT)
From: efrias@sg505.net
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: incorrect path in SGML_CATALOG_FILES env variable

>Number:         13441
>Category:       docs
>Synopsis:       incorrect path in SGML_CATALOG_FILES env variable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 28 10:30:01 PDT 1999
>Closed-Date:    Tue Jun 20 04:22:02 PDT 2000
>Last-Modified:  Tue Jun 20 04:24:30 PDT 2000
>Originator:     Eric Frias
>Release:        3.2-RELEASE
>Organization:
>Environment:
Standard 3.2-RELEASE with up-to-date ports collection
>Description:
In the FreeBSD Documentation Project Primer, 
example 3-6 and 3-7 suggest setting SGML_CATALOG_FILES to
${SGML_ROOT}/docbook/catalog:$SGML_CATALOG_FILES which 
was incorrect on my system.

>How-To-Repeat:

>Fix:
$SGML_ROOT/docbook on my system contains subdirectories for each version:
2.4.1, 3.0, 3.1, and dsssl.  SGML_CATALOG_FILES should be pointed at
${SGML_ROOT}/docbook/3.1/catalog, or perhaps add a line for each versions.


>Release-Note:
>Audit-Trail:

From: Nik Clayton <nik@freebsd.org>
To: efrias@sg505.net
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: docs/13441: incorrect path in SGML_CATALOG_FILES env variable
Date: Sun, 29 Aug 1999 14:21:45 +0100

 On Sat, Aug 28, 1999 at 10:29:55AM -0700, efrias@sg505.net wrote:
 > >Fix:
 > $SGML_ROOT/docbook on my system contains subdirectories for each version:
 > 2.4.1, 3.0, 3.1, and dsssl.  SGML_CATALOG_FILES should be pointed at
 > ${SGML_ROOT}/docbook/3.1/catalog, or perhaps add a line for each versions.
 
 Hmm.  The post-install target of the textproc/docbook port (which is a 
 meta-port, which exists just to install all the others for you) builds
 this catalog file.
 
 It might make more sense if the individual docbook-* ports appended to this
 file in their post-install target, and removed their entries when they
 are pkg_delete'ed.  Suggestions for the best way to do this would be
 appreciated.
 
 N
 -- 
  [intentional self-reference] can be easily accommodated using a blessed,
  non-self-referential dummy head-node whose own object destructor severs
  the links.
     -- Tom Christiansen in <375143b5@cs.colorado.edu>
 

From: Paul Southworth <pauls@etext.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/13441: incorrect path in SGML_CATALOG_FILES env variable
Date: Tue, 02 May 2000 08:30:15 -0400

 I think doing a 'make install' in /usr/ports/textproc/dtd-catalogs
 solves this problem.  That way everything shows up in
 /usr/local/share/sgml/catalog.
 
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Tue Jun 20 04:22:02 PDT 2000 
State-Changed-Why:  
Problem seems fixed as shown in the audit trail. 
In fact, all the docbook ports I have installed their part into 
the catalog file, e.g. the 3.1 one: 
@${ECHO} "CATALOG "${ISOCAT}"" >> ${INSTDIR}/3.1/catalog 

http://www.freebsd.org/cgi/query-pr.cgi?pr=13441 
>Unformatted:
 X-Send-Pr-Version: www-1.0
 
 
