ports/54310: lang/librep was broken by missing librep.info-[3-9]

Norikatsu Shigemura nork at FreeBSD.org
Thu Jul 10 08:50:13 UTC 2003


>Number:         54310
>Category:       ports
>Synopsis:       lang/librep was broken by missing librep.info-[3-9]
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 10 01:50:09 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list