Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 17:00:37 +0900 (JST)
From:      NIIMI Satoshi <sa2c@sa2c.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59168: ports/lang/gauche does not install info files correctly.
Message-ID:  <20031111080037.56D5257A2@firebird.and.or.jp>
Resent-Message-ID: <200311110810.hAB8AFbC062951@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59168
>Category:       ports
>Synopsis:       ports/lang/gauche does not install info files correctly.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 11 00:10:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     NIIMI Satoshi
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD berkeley.l.sa2c.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Wed Oct 29 23:31:34 JST 2003 root@berkeley.l.sa2c.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Although makeinfo splits info files into several files,
ports/lang/gauche/Makefile installs only first (index) file.
	
>How-To-Repeat:
Install gauche and try to view info files.
	
>Fix:
	

--- patch-gauche begins here ---
Index: files/patch-doc-Makefile.in
===================================================================
RCS file: /home/ncvs/ports/lang/gauche/files/patch-doc-Makefile.in,v
retrieving revision 1.4
diff -u -d -r1.4 patch-doc-Makefile.in
--- files/patch-doc-Makefile.in	12 Feb 2003 16:03:33 -0000	1.4
+++ files/patch-doc-Makefile.in	11 Nov 2003 07:37:59 -0000
@@ -1,6 +1,6 @@
---- doc/Makefile.in.orig	Fri Feb  7 13:22:54 2003
-+++ doc/Makefile.in	Fri Feb  7 13:25:36 2003
-@@ -48,7 +48,7 @@
+--- doc/Makefile.in.orig	Tue Jul 22 15:34:31 2003
++++ doc/Makefile.in	Mon Oct 27 15:58:31 2003
+@@ -74,7 +74,7 @@
  
  pdf : gauche-refe.pdf
  
@@ -9,31 +9,33 @@
  
  gauche-refe.html : gauche-refe.texi
  	texi2html -number gauche-refe.texi
-@@ -65,11 +65,9 @@
- gauche-refe.texi : gauche-ref.texi extract
+@@ -91,11 +91,9 @@
+ gauche-refe.texi : $(TEXIS) extract
  	$(GOSH) ./extract -en -o gauche-refe.texi gauche-ref.texi
  
 -gauche-refe.info.gz : gauche-refe.texi
 -	if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \
-+gauche-refe.info : gauche-refe.texi
-+	if test X$(MAKEINFO) != X ; then \
- 	  $(MAKEINFO) --no-warn gauche-refe.texi; \
+-	  $(MAKEINFO) --no-warn gauche-refe.texi; \
 -	  rm -rf gauche-refe.info*.gz; \
 -	  $(GZIP_PROGRAM) gauche-refe.info gauche-refe.info-[0-9]*; \
++gauche-refe.info : gauche-refe.texi
++	if test X$(MAKEINFO) != X ; then \
++	  $(MAKEINFO) --no-warn --no-split gauche-refe.texi; \
  	fi
  
  gauche-refj.html : gauche-refj.texi
-@@ -91,11 +89,9 @@
- gauche-refj.texi : gauche-ref.texi extract
+@@ -117,11 +115,9 @@
+ gauche-refj.texi : $(TEXIS) extract
  	$(GOSH) ./extract -jp -o gauche-refj.texi gauche-ref.texi
  
 -gauche-refj.info.gz : gauche-refj.texi
 -	if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \
-+gauche-refj.info : gauche-refj.texi
-+	if test X$(MAKEINFO) != X; then \
- 	  $(MAKEINFO) --no-warn gauche-refj.texi; \
+-	  $(MAKEINFO) --no-warn gauche-refj.texi; \
 -	  rm -rf gauche-refj.info*.gz; \
 -	  $(GZIP_PROGRAM) gauche-refj.info gauche-refj.info-[0-9]*; \
++gauche-refj.info : gauche-refj.texi
++	if test X$(MAKEINFO) != X; then \
++	  $(MAKEINFO) --no-warn --no-split gauche-refj.texi; \
  	fi
  
  libgauche-refe.texi : libgauche-ref.texi extract
--- patch-gauche ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031111080037.56D5257A2>