From nork@FreeBSD.org  Thu Jul 10 01:44:03 2003
Return-Path: <nork@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F2BA037B401
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 10 Jul 2003 01:44:02 -0700 (PDT)
Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1517643FB1
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 10 Jul 2003 01:44:02 -0700 (PDT)
	(envelope-from nork@FreeBSD.org)
Received: from nd250009.gab.xdsl.ne.jp ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.9/8.12.9/NinthNine) with ESMTP id h6A8i0BM047672 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <FreeBSD-gnatsMessage-Id: <200307100844.h6A8i0BM047672@sakura.ninth-nine.com>
Date: Thu, 10 Jul 2003 17:44:01 +0900 (JST)
From: Norikatsu Shigemura <nork@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: lang/librep was broken by missing librep.info-[3-9]

>Number:         54310
>Category:       ports
>Synopsis:       lang/librep was broken by missing librep.info-[3-9]
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 10 01:50:09 PDT 2003
>Closed-Date:    Fri Jul 11 23:06:57 PDT 2003
>Last-Modified:  Fri Jul 11 23:06:57 PDT 2003
>Originator:     Norikatsu Shigemura
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Ensure Technology Ltd. (http://www.ensure-tech.co.jp)
>Environment:
System: FreeBSD melfina.ninth-nine.com 5.1-CURRENT FreeBSD 5.1-CURRENT #25: Tue Jul 8 12:11:33 JST 2003 nork@melfina.ninth-nine.com:/usr/obj/usr/src/sys/MELFINA i386
>Description:
	lang/librep's pkg-plist has librep.info-[3-9].  But librep
	didn't install librep.info-[3-9].
>How-To-Repeat:
	make install & ls /usr/X11R6/info/librep.*
>Fix:
	I think we should be used makeinfo --no-split.

--- diff begins here ---
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/lang/librep/pkg-plist,v
retrieving revision 1.20
diff -u -r1.20 pkg-plist
--- pkg-plist	25 Jun 2002 12:41:44 -0000	1.20
+++ pkg-plist	10 Jul 2003 08:33:06 -0000
@@ -9,15 +9,6 @@
 include/rep_subrs.h
 @unexec install-info --delete %D/info/librep.info %D/info/dir
 info/librep.info
-info/librep.info-1
-info/librep.info-2
-info/librep.info-3
-info/librep.info-4
-info/librep.info-5
-info/librep.info-6
-info/librep.info-7
-info/librep.info-8
-info/librep.info-9
 @exec install-info %D/info/librep.info %D/info/dir
 lib/librep.la
 lib/librep.so
Index: files/patch-Makedefs.in
===================================================================
RCS file: files/patch-Makedefs.in
diff -N files/patch-Makedefs.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-Makedefs.in	10 Jul 2003 08:32:44 -0000
@@ -0,0 +1,11 @@
+--- Makedefs.in.orig	Sun Nov 18 06:38:13 2001
++++ Makedefs.in	Thu Jul 10 17:32:25 2003
+@@ -66,7 +66,7 @@
+ INSTALL_PROGRAM=@INSTALL_PROGRAM@
+ INSTALL_SCRIPT=@INSTALL_SCRIPT@
+ 
+-MAKEINFO = makeinfo
++MAKEINFO = makeinfo --no-split
+ MAKEINFOFLAGS =
+ TEXI2DVI = texi2dvi
+ TEXI2PDF = texi2pdf
--- diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: nork 
Responsible-Changed-When: Thu Jul 10 01:53:16 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54310 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Fri Jul 11 23:06:47 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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