From lkoeller@cc.fh-lippe.de  Mon Dec 28 07:32:49 1998
Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA11453
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Dec 1998 07:32:48 -0800 (PST)
          (envelope-from lkoeller@cc.fh-lippe.de)
Received: from spock.cc.fh-lippe.de([193.16.118.120]) (1629 bytes) 
	by henoch.cc.fh-lippe.de
	via sendmail with P:smtp/R:inet_hosts/T:smtp
	(sender: <lkoeller@cc.fh-lippe.de>) 
	id <m0zueel-00009kC@henoch.cc.fh-lippe.de>
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Dec 1998 16:32:31 +0100 (MET)
	(Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3)
Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp
	(Smail3.1.29.1 #2) id m0zueUp-00078aC; Mon, 28 Dec 98 16:22 MET
Received: (from lkoeller@localhost)
	by cc.fh-lippe.de (8.9.1/8.9.1) id QAA20877;
	Mon, 28 Dec 1998 16:17:20 +0100 (CET)
	(envelope-from lkoeller)
Message-Id: <199812281517.QAA20877@cc.fh-lippe.de>
Date: Mon, 28 Dec 1998 16:17:20 +0100 (CET)
From: lkoeller@cc.fh-lippe.de
Reply-To: lkoeller@cc.fh-lippe.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: texinfo-3.12 upgrade to /usr/src/gnu/usr.bin/texinfo
X-Send-Pr-Version: 3.2

>Number:         9221
>Category:       gnu
>Synopsis:       Upgrade of texinfo included with basesystem
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    markm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 28 07:40:00 PST 1998
>Closed-Date:    Thu Jan 14 13:14:47 PST 1999
>Last-Modified:  Thu Jan 14 13:15:20 PST 1999
>Originator:     Lars Koeller
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
Fachhochschule Lippe, Lemgo, Germany
>Environment:

	FreeBSD-3.0-RELEASE ELF

>Description:

	makeinfo is often used by ports to install the texinfo documentation
	files into the 'dir' menu file.
	The basesystem texinfo distribution is based onto texinfo-3.9, where
	several new macros (e.g. @uref) are missing.

>How-To-Repeat:

	Try to install the fftw port, required and submitted with the
	grace-5.0.1 port.

>Fix:

	Hope Satoshi Asami installes the files/updates I send him today
	28.12.1998 If not, get it from

	ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/texinfo-chg.tgz
>Release-Note:
>Audit-Trail:

From: Thomas Gellekum <tg@ihf.rwth-aachen.de>
To: lkoeller@cc.fh-lippe.de
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: gnu/9221: texinfo-3.12 upgrade to /usr/src/gnu/usr.bin/texinfo
Date: 29 Dec 1998 08:44:33 +0100

 lkoeller@cc.fh-lippe.de writes:
 
 > 	ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/texinfo-chg.tgz
 
 fetch: ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/texinfo-chg.tgz: FTP error:
 fetch: File unavailable (e.g., file not found, no access)
 
 tg

From: "Lars Kller" <lkoeller@cc.fh-lippe.de>
To: freebsd-gnats-submit@freebsd.org, lkoeller@cc.fh-lippe.de
Cc:  
Subject: Re: gnu/9221: Upgrade of texinfo included with basesystem
Date: Thu, 07 Jan 1999 21:28:00 +0100

 The problems concerning fetching the file
 
 ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/texinfo-chg.tgz
 
 are solved!
 
 Lars
 
Responsible-Changed-From-To: freebsd-bugs->markm 
Responsible-Changed-By: markm 
Responsible-Changed-When: Thu Jan 14 09:05:42 PST 1999 
Responsible-Changed-Why:  
I do the necessary commit. 

From: Mark Murray <mark@grondar.za>
To: lkoeller@cc.fh-lippe.de
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: gnu/9221: texinfo-3.12 upgrade to /usr/src/gnu/usr.bin/texinfo 
Date: Thu, 14 Jan 1999 19:53:22 +0200

 > >Synopsis:       Upgrade of texinfo included with basesystem
 
 Hi
 
 I am working on your submission to get it commit-ready. I have run
 into a snag. I'll work on it, but in the meanwhile, please see
 if you are able to reproduce this and fix it. I'd be grateful
 if you can provide diffs, rather than tarballs.
 
 Thanks!
 
 M
 
 [greenpeace] /usr/src/gnu/usr.bin/texinfo # make install
 ===> libtxi
 ===> libintl
 ===> makeinfo
 install -c -s -o root -g wheel -m 555   makeinfo /usr/bin
 ===> info
 install -c -s -o root -g wheel -m 555   info /usr/bin
 ===> install-info
 install -c -s -o root -g wheel -m 555   install-info /usr/bin
 install -c -o root -g wheel -m 444 install-info.1.gz  /usr/share/man/man1
 ===> doc
 install-info --defsection=Miscellaneous  --defentry=  info-stnd.info /usr/share/
 info/dir
 install-info: unrecognized option `--defsection=Miscellaneous'
         Try `install-info --help' for a complete list of options.
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 Stop.
 
 --
 Mark Murray
 Join the anti-SPAM movement: http://www.cauce.org

From: Mark Murray <mark@grondar.za>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: gnu/9221: texinfo-3.12 upgrade to /usr/src/gnu/usr.bin/texinfo 
Date: Thu, 14 Jan 1999 20:45:03 +0200

 Mark Murray wrote:
 >  I am working on your submission to get it commit-ready. I have run
 >  into a snag. I'll work on it, but in the meanwhile, please see
 >  if you are able to reproduce this and fix it. I'd be grateful
 >  if you can provide diffs, rather than tarballs.
 
 Problem found; bsd.info.mk also needed updating.
 
 Commit coming RSN.
 
 M
 --
 Mark Murray
 Join the anti-SPAM movement: http://www.cauce.org
State-Changed-From-To: open->closed 
State-Changed-By: markm 
State-Changed-When: Thu Jan 14 13:14:47 PST 1999 
State-Changed-Why:  
Imported. Thanks! 
>Unformatted:
