From osa@freebsd.org.ru  Mon Jun  3 07:55:48 2002
Return-Path: <osa@freebsd.org.ru>
Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5])
	by hub.freebsd.org (Postfix) with ESMTP id 9EFBA37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Jun 2002 07:55:46 -0700 (PDT)
Received: by freebsd.org.ru (Postfix, from userid 1000)
	id CDED033; Mon,  3 Jun 2002 18:55:39 +0400 (MSD)
Message-Id: <20020603145539.CDED033@freebsd.org.ru>
Date: Mon,  3 Jun 2002 18:55:39 +0400 (MSD)
From: Sergey A.Osokin <osa@FreeBSD.org.ru>
Reply-To: Sergey A.Osokin <osa@FreeBSD.org.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jmcoopr@webmail.bmi.net
Subject: lang/gnat-doc-info: fix install
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38859
>Category:       ports
>Synopsis:       lang/gnat-doc-info: fix install
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 03 08:00:13 PDT 2002
>Closed-Date:    Sat Apr 12 19:15:09 PDT 2003
>Last-Modified:  Sat Apr 12 19:15:09 PDT 2003
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.6-RC i386
>Organization:
n/a
>Environment:
	FreeBSD 4.6-RC i386

>Description:
	fix install lang/gnat-doc-info
	only if /usr/share/info/dir present, we make a /usr/local/info/dir
>How-To-Repeat:
	http://bento.freebsd.org/errorlogs/4-full/gnat-doc-info-3.14p.log
>Fix:


Index: ports/lang/gnat-doc-html/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/gnat-doc-html/Makefile,v
retrieving revision 1.3
diff -r1.3 Makefile
63c63
< 	@if [ ! -f ${PREFIX}/info/dir ]; then \
---
> 	@if [ -f \/usr\/share\/info/dir -a -f ${PREFIX}/info/dir ]; then \
>Release-Note:
>Audit-Trail:

From: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
Cc: "FreeBSD-gnats-submit@freebsd.org" <FreeBSD-gnats-submit@freebsd.org>
Subject: Re: ports/38859: lang/gnat-doc-info: fix install
Date: 03 Jun 2002 16:47:06 -0700

 On Mon, 2002-06-03 at 07:55, Sergey A.Osokin wrote:
 > 
 > >Number:         38859
 > >Category:       ports
 > >Synopsis:       lang/gnat-doc-info: fix install
 > >Confidential:   no
 > >Severity:       serious
 > >Priority:       medium
 > >Responsible:    freebsd-ports
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          update
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Mon Jun 03 08:00:13 PDT 2002
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Sergey A. Osokin
 > >Release:        FreeBSD 4.6-RC i386
 > >Organization:
 > n/a
 > >Environment:
 > 	FreeBSD 4.6-RC i386
 > 
 > >Description:
 > 	fix install lang/gnat-doc-info
 > 	only if /usr/share/info/dir present, we make a /usr/local/info/dir
 > >How-To-Repeat:
 > 	http://bento.freebsd.org/errorlogs/4-full/gnat-doc-info-3.14p.log
 > >Fix:
 > 
 > 
 > Index: ports/lang/gnat-doc-html/Makefile
 > ===================================================================
 > RCS file: /home/ncvs/ports/lang/gnat-doc-html/Makefile,v
 > retrieving revision 1.3
 > diff -r1.3 Makefile
 > 63c63
 > < 	@if [ ! -f ${PREFIX}/info/dir ]; then \
 > ---
 > > 	@if [ -f \/usr\/share\/info/dir -a -f ${PREFIX}/info/dir ]; then \
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-ports" in the body of the message
 
 Actually, this port (in line with a number of other ports that install
 GNU info doc) assumes that /usr/info/dir exists.  The failure point,
 which occurs ONLY on bento, is that /usr/info/dir DOES NOT exist on
 bento.  This port uses /usr/info/dir to create an a stub dir file in
 /usr/local/info if one does not exist (using sed).
 
 One way to fix this for bento would be to carry the dir-stub file in
 files/ for each port.  Provided GNU info doesn't substantially change
 the header between versions anytime soon, this will work.  Alternately,
 bento could provide or simulate a /usr/info/dir.  Which way does portmgr
 want to do it?
 -- 
          _
   | |V| / '                       ||  MacroHard --                   \
 \_| | | \_,                       ||     the perfection of form over |
 ----------------------------------||     substance, marketing over   |
 Web:  http://www.borgsdemons.com  ||     performance, and greed over |
 AIM:  johnmcooper                 ||     design . . .                |
 =====================================================================/
 Public Key:  http://www.borgsdemons.com/Personal/pgpkey.asc          |
 =====================================================================\
 
Responsible-Changed-From-To: freebsd-ports->portmgr 
Responsible-Changed-By: ijliao 
Responsible-Changed-When: Mon Jun 17 13:11:11 PDT 2002 
Responsible-Changed-Why:  
maybe bento problem ? /usr/info/dir not existed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38859 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Fri Jan 24 16:28:25 PST 2003 
State-Changed-Why:  
Awaiting submitter response 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38859 

From: Kris Kennaway <kris@obsecurity.org>
To: freebsd-gnats-submit@FreeBSD.org, osa@FreeBSD.org.ru
Cc:  
Subject: Re: ports/38859
Date: Fri, 24 Jan 2003 16:28:17 -0800

 Is this still an issue?
 
 Kris
 
State-Changed-From-To: analyzed->closed 
State-Changed-By: kris 
State-Changed-When: Sat Apr 12 19:14:50 PDT 2003 
State-Changed-Why:  
No response from submitter 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38859 
>Unformatted:
